You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/10/20 01:31:53 UTC

svn commit: r465934 - /jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java

Author: bayard
Date: Thu Oct 19 16:31:53 2006
New Revision: 465934

URL: http://svn.apache.org/viewvc?view=rev&rev=465934
Log:
Getting rid of a URL= piece of debug in the tests

Modified:
    jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java

Modified: jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java?view=diff&rev=465934&r1=465933&r2=465934
==============================================================================
--- jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java (original)
+++ jakarta/commons/proper/discovery/trunk/src/test/org/apache/commons/discovery/test/TestAll.java Thu Oct 19 16:31:53 2006
@@ -274,8 +274,6 @@
             Resource resource = iter.nextResource();
             URL url = resource.getResource();
             if ( url != null ) {
-                System.out.println("URL = " + url.toString());
-                
                 if (url.getFile().indexOf(partialPaths[count]) == -1) {
                     fail(url + " does not contain " + partialPaths[count]);
                 }



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