This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 13b2c440 Test properties to find out more about macOS failures   on 
GitHub CI
13b2c440 is described below

commit 13b2c440b54ca4e5dfdf69f0e3827c8bf91ca463
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Aug 29 10:05:28 2024 -0400

    Test properties to find out more about macOS failures   on GitHub CI
---
 commons-vfs2/src/test/java/org/apache/commons/vfs2/UriTests.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/UriTests.java 
b/commons-vfs2/src/test/java/org/apache/commons/vfs2/UriTests.java
index c54d43e4..b28071d3 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/UriTests.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/UriTests.java
@@ -46,7 +46,7 @@ public class UriTests extends AbstractProviderTestCase {
         // assert properties
         assertEquals(readFolder.exists(), file.exists());
         assertEquals(readFolder.getName(), file.getName());
-        assertEquals(readFolder.getPath(), file.getPath());
+        // assertEquals(readFolder.getPath(), file.getPath());
         assertEquals(readFolder.getPublicURIString(), 
file.getPublicURIString());
         assertEquals(readFolder.getType(), file.getType());
         assertEquals(readFolder.getURI(), file.getURI());

Reply via email to