progressMonitorServiceTest.testMonitLongRunningMethodByChangingUser remove ignore
authorKatja Luther <k.luther@bgbm.org>
Wed, 16 Jan 2019 12:17:48 +0000 (13:17 +0100)
committerKatja Luther <k.luther@bgbm.org>
Wed, 16 Jan 2019 12:17:48 +0000 (13:17 +0100)
eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/service/ProgressMonitorServiceTest.java

index 86b8cd180467c797f89cc872bf3e7d30c24ce026..fe75fe9c2da80fe7d67cb07bc61f2a939fcabe7f 100644 (file)
@@ -18,7 +18,6 @@ import org.eclipse.core.runtime.NullProgressMonitor;
 import org.eclipse.core.runtime.SubMonitor;
 import org.junit.After;
 import org.junit.Assert;
-import org.junit.Ignore;
 import org.junit.Test;
 
 import eu.etaxonomy.cdm.api.application.CdmApplicationState;
@@ -69,7 +68,6 @@ public class ProgressMonitorServiceTest extends RemotingSessionAwareTest {
     }
 
     @Test
-    @Ignore
     public void testMonitLongRunningMethodByChangingUser() throws InterruptedException {
 
         IllegalStateException ise = new IllegalStateException("IllegalStateException");