You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ad...@apache.org on 2003/02/23 01:37:21 UTC

cvs commit: jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/test UrlStructureTests.java

adammurdoch    2003/02/22 16:37:21

  Modified:    vfs/src/test/org/apache/commons/vfs/test
                        UrlStructureTests.java
  Log:
  These tests need URI capability.
  
  Revision  Changes    Path
  1.3       +4 -3      jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/test/UrlStructureTests.java
  
  Index: UrlStructureTests.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/src/test/org/apache/commons/vfs/test/UrlStructureTests.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- UrlStructureTests.java	12 Feb 2003 07:56:19 -0000	1.2
  +++ UrlStructureTests.java	23 Feb 2003 00:37:21 -0000	1.3
  @@ -75,7 +75,8 @@
       {
           return new Capability[]
           {
  -            Capability.GET_TYPE
  +            Capability.GET_TYPE,
  +            Capability.URI
           };
       }
   
  @@ -95,7 +96,7 @@
           }
           catch ( final IOException e )
           {
  -            assertSameMessage( "vfs.provider/read-folder.error", folder, e );
  +            assertSameMessage( "vfs.provider/read-not-file.error", folder, e );
           }
       }
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org