TMS-29: Test case exposing .ConcurrentModificationException.

This commit is contained in:
Harald Kuhr 2014-01-02 13:21:37 +01:00
parent ed11259e58
commit 0ded2f211a

View File

@ -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);