colus 02/03/30 08:33:31
Modified: cache/src/test/org/apache/avalon/excalibur/cache/validator/test
TimeoutValidatorTestCase.java
Log:
Fixed wrong testcase.
Revision Changes Path
1.6 +1 -1
jakarta-avalon-excalibur/cache/src/test/org/apache/avalon/excalibur/cache/validator/test/TimeoutValidatorTestCase.java
Index: TimeoutValidatorTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/cache/src/test/org/apache/avalon/excalibur/cache/validator/test/TimeoutValidatorTestCase.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- TimeoutValidatorTestCase.java 30 Mar 2002 07:24:19 -0000 1.5
+++ TimeoutValidatorTestCase.java 30 Mar 2002 16:33:31 -0000 1.6
@@ -39,7 +39,7 @@
Thread.sleep( 100 );
- assertNull( cache.get( "K1" ) );
+ assertNotNull( cache.get( "K1" ) );
}
public void testExpired()
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>