Information about LockBasedStorageManager instances added to assertions
This commit is contained in:
@@ -149,7 +149,7 @@ public class StorageManagerTest extends TestCase {
|
||||
fail();
|
||||
}
|
||||
catch (AssertionError e) {
|
||||
assertEquals("Recursion detected on input: !!!", e.getMessage());
|
||||
assertTrue(e.getMessage().startsWith("Recursion detected on input: !!!"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user