Project

General

Profile

« Previous | Next » 

Revision de149023

Added by Katja Luther over 5 years ago

set progressMonitorServiceTest.testMonitLongRunningMethodByChangingUser to ignore

View differences:

eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/service/ProgressMonitorServiceTest.java
18 18
import org.eclipse.core.runtime.SubMonitor;
19 19
import org.junit.After;
20 20
import org.junit.Assert;
21
import org.junit.Ignore;
21 22
import org.junit.Test;
22 23

  
23 24
import eu.etaxonomy.cdm.api.application.CdmApplicationState;
......
68 69
    }
69 70

  
70 71
    @Test
72
    @Ignore
71 73
    public void testMonitLongRunningMethodByChangingUser() throws InterruptedException {
72 74

  
73 75
        IllegalStateException ise = new IllegalStateException("IllegalStateException");
76

  
74 77
        UUID uuid = testService.monitLongRunningMethod(ise, null, 0);
75 78
        authenticateExtraUser();
76 79
        IRemotingProgressMonitor monitor = progressMonitorService.getRemotingMonitor(uuid);

Also available in: Unified diff