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();
|
sf.close();
|
||||||
locator.close();
|
locator.close();
|
||||||
} finally {
|
} finally {
|
||||||
|
if (storeType != StoreConfiguration.StoreType.DATABASE) {
|
||||||
Assert.assertTrue(AssertionLoggerHandler.findText("AMQ144010"));
|
Assert.assertTrue(AssertionLoggerHandler.findText("AMQ144010"));
|
||||||
|
}
|
||||||
AssertionLoggerHandler.stopCapture();
|
AssertionLoggerHandler.stopCapture();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue