You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jm...@apache.org on 2005/05/13 07:15:55 UTC

svn commit: r169947 - /jakarta/commons/proper/resources/trunk/src/test/org/apache/commons/resources/impl/ResourcesBaseTestCase.java

Author: jmitchell
Date: Thu May 12 22:15:54 2005
New Revision: 169947

URL: http://svn.apache.org/viewcvs?rev=169947&view=rev
Log:
adding new tests, and reports for jcoverage, with any luck I'll have Commons Resources at 100% test coverage by the end of next month

Modified:
    jakarta/commons/proper/resources/trunk/src/test/org/apache/commons/resources/impl/ResourcesBaseTestCase.java

Modified: jakarta/commons/proper/resources/trunk/src/test/org/apache/commons/resources/impl/ResourcesBaseTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/resources/trunk/src/test/org/apache/commons/resources/impl/ResourcesBaseTestCase.java?rev=169947&r1=169946&r2=169947&view=diff
==============================================================================
--- jakarta/commons/proper/resources/trunk/src/test/org/apache/commons/resources/impl/ResourcesBaseTestCase.java (original)
+++ jakarta/commons/proper/resources/trunk/src/test/org/apache/commons/resources/impl/ResourcesBaseTestCase.java Thu May 12 22:15:54 2005
@@ -118,7 +118,7 @@
         }
 
         // Validate the keys that were actually returned
-        assertEquals(4, results.size());
+        assertEquals(5, results.size());
         assertTrue(results.contains("test.base"));
         assertTrue(results.contains("test.specific"));
         assertTrue(results.contains("test.inherit"));



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