mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-03 11:35:29 -04:00
TMS-29: Test case exposing .ConcurrentModificationException.
This commit is contained in:
parent
ed11259e58
commit
0ded2f211a
@ -68,7 +68,7 @@ public class IIOProviderContextListenerTest {
|
|||||||
listener.contextDestroyed(destroyed);
|
listener.contextDestroyed(destroyed);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Regression test for issue #30
|
// Regression test for issue #29
|
||||||
@Test
|
@Test
|
||||||
public void testDestroyConcurrentModRegression() {
|
public void testDestroyConcurrentModRegression() {
|
||||||
ServletContext context = mock(ServletContext.class);
|
ServletContext context = mock(ServletContext.class);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user