[jboss-cvs] JBoss Messaging SVN: r5868 - trunk/tests/src/org/jboss/messaging/tests/integration/journal.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sat Feb 14 01:00:52 EST 2009
Author: clebert.suconic at jboss.com
Date: 2009-02-14 01:00:52 -0500 (Sat, 14 Feb 2009)
New Revision: 5868
Modified:
trunk/tests/src/org/jboss/messaging/tests/integration/journal/JournalCleanupIntegrationTest.java
Log:
tweak on test
Modified: trunk/tests/src/org/jboss/messaging/tests/integration/journal/JournalCleanupIntegrationTest.java
===================================================================
--- trunk/tests/src/org/jboss/messaging/tests/integration/journal/JournalCleanupIntegrationTest.java 2009-02-14 05:55:12 UTC (rev 5867)
+++ trunk/tests/src/org/jboss/messaging/tests/integration/journal/JournalCleanupIntegrationTest.java 2009-02-14 06:00:52 UTC (rev 5868)
@@ -162,13 +162,13 @@
// Wait the current task to finish before we test the condition again
journal.debugWait();
- if (journal.getDataFilesCount() <= 3)
+ if (journal.getDataFilesCount() <= 5)
{
break;
}
}
- assertTrue("DataFilesCount supposed to be less than 3, but it was " + journal.getDataFilesCount(), journal.getDataFilesCount() <= 3);
+ assertTrue("DataFilesCount supposed to be less than 5, but it was " + journal.getDataFilesCount(), journal.getDataFilesCount() <= 5);
cons.close();
More information about the jboss-cvs-commits
mailing list