NO-JIRA Fixing test assertion
This commit is contained in:
parent
263351b331
commit
dbeda809e3
|
@ -2099,7 +2099,9 @@ public class PagingTest extends ActiveMQTestBase {
|
|||
sf.close();
|
||||
locator.close();
|
||||
} finally {
|
||||
Assert.assertTrue(AssertionLoggerHandler.findText("AMQ144010"));
|
||||
if (storeType != StoreConfiguration.StoreType.DATABASE) {
|
||||
Assert.assertTrue(AssertionLoggerHandler.findText("AMQ144010"));
|
||||
}
|
||||
AssertionLoggerHandler.stopCapture();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue