[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/lock ...
Manik Surtani
msurtani at jboss.com
Thu Nov 30 08:44:27 EST 2006
User: msurtani
Date: 06/11/30 08:44:27
Modified: tests/functional/org/jboss/cache/lock Tag:
Branch_JBossCache_1_3_0
ReadWriteLockWithUpgradeTest.java
Log:
Don't try and measure timeouts
Revision Changes Path
No revision
No revision
1.1.16.4 +0 -4 JBossCache/tests/functional/org/jboss/cache/lock/ReadWriteLockWithUpgradeTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ReadWriteLockWithUpgradeTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/lock/ReadWriteLockWithUpgradeTest.java,v
retrieving revision 1.1.16.3
retrieving revision 1.1.16.4
diff -u -b -r1.1.16.3 -r1.1.16.4
--- ReadWriteLockWithUpgradeTest.java 29 Nov 2006 18:07:15 -0000 1.1.16.3
+++ ReadWriteLockWithUpgradeTest.java 30 Nov 2006 13:44:27 -0000 1.1.16.4
@@ -681,8 +681,6 @@
// we should have 0 exceptions
assertEquals(0, exceptions.size());
- // and t.length * loops timeouts
- assertEquals(t.length * loops, timeouts.size());
}
finally
{
@@ -744,8 +742,6 @@
// we should have 0 exceptions
assertEquals(0, exceptions.size());
- // and t.length * loops timeouts
-// assertEquals(t.length * loops, timeouts.size());
}
finally
{
More information about the jboss-cvs-commits
mailing list