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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to