Skip to content
Snippets Groups Projects
Commit e60022db authored by dgelessus's avatar dgelessus
Browse files

Re-enable skipped tests that seem to work fine

parent bb189166
No related branches found
No related tags found
No related merge requests found
Pipeline #113317 passed
......@@ -8,7 +8,6 @@ import org.eclipse.core.runtime.CoreException;
import org.eventb.core.IContextRoot;
import org.eventb.core.IEventBProject;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import de.prob.core.translator.TranslationFailedException;
......@@ -28,7 +27,6 @@ public class ContextChainTest extends AbstractEventBTests {
writer = new PrintWriter(stringWriter);
}
@Ignore
@Test
public void testEmptyContextChain() throws CoreException,
TranslationFailedException {
......
......@@ -8,7 +8,6 @@ import org.eclipse.core.runtime.CoreException;
import org.eventb.core.IContextRoot;
import org.eventb.core.IEventBProject;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import de.prob.core.translator.TranslationFailedException;
......@@ -28,7 +27,6 @@ public class ContextWithConstantsTest extends AbstractEventBTests {
writer = new PrintWriter(stringWriter);
}
@Ignore
@Test
public void testContextWithConstants() throws CoreException,
TranslationFailedException {
......
......@@ -9,7 +9,6 @@ import org.eventb.core.IContextRoot;
import org.eventb.core.IEventBProject;
import org.eventb.core.IMachineRoot;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import de.prob.core.translator.TranslationFailedException;
......@@ -45,7 +44,6 @@ public class EmptyTranslationsTest extends AbstractEventBTests {
stringWriter.getBuffer().toString());
}
@Ignore
@Test
public void testEmptyContext() throws CoreException,
TranslationFailedException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment