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; ...@@ -8,7 +8,6 @@ import org.eclipse.core.runtime.CoreException;
import org.eventb.core.IContextRoot; import org.eventb.core.IContextRoot;
import org.eventb.core.IEventBProject; import org.eventb.core.IEventBProject;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import de.prob.core.translator.TranslationFailedException; import de.prob.core.translator.TranslationFailedException;
...@@ -28,7 +27,6 @@ public class ContextChainTest extends AbstractEventBTests { ...@@ -28,7 +27,6 @@ public class ContextChainTest extends AbstractEventBTests {
writer = new PrintWriter(stringWriter); writer = new PrintWriter(stringWriter);
} }
@Ignore
@Test @Test
public void testEmptyContextChain() throws CoreException, public void testEmptyContextChain() throws CoreException,
TranslationFailedException { TranslationFailedException {
......
...@@ -8,7 +8,6 @@ import org.eclipse.core.runtime.CoreException; ...@@ -8,7 +8,6 @@ import org.eclipse.core.runtime.CoreException;
import org.eventb.core.IContextRoot; import org.eventb.core.IContextRoot;
import org.eventb.core.IEventBProject; import org.eventb.core.IEventBProject;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import de.prob.core.translator.TranslationFailedException; import de.prob.core.translator.TranslationFailedException;
...@@ -28,7 +27,6 @@ public class ContextWithConstantsTest extends AbstractEventBTests { ...@@ -28,7 +27,6 @@ public class ContextWithConstantsTest extends AbstractEventBTests {
writer = new PrintWriter(stringWriter); writer = new PrintWriter(stringWriter);
} }
@Ignore
@Test @Test
public void testContextWithConstants() throws CoreException, public void testContextWithConstants() throws CoreException,
TranslationFailedException { TranslationFailedException {
......
...@@ -9,7 +9,6 @@ import org.eventb.core.IContextRoot; ...@@ -9,7 +9,6 @@ import org.eventb.core.IContextRoot;
import org.eventb.core.IEventBProject; import org.eventb.core.IEventBProject;
import org.eventb.core.IMachineRoot; import org.eventb.core.IMachineRoot;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import de.prob.core.translator.TranslationFailedException; import de.prob.core.translator.TranslationFailedException;
...@@ -45,7 +44,6 @@ public class EmptyTranslationsTest extends AbstractEventBTests { ...@@ -45,7 +44,6 @@ public class EmptyTranslationsTest extends AbstractEventBTests {
stringWriter.getBuffer().toString()); stringWriter.getBuffer().toString());
} }
@Ignore
@Test @Test
public void testEmptyContext() throws CoreException, public void testEmptyContext() throws CoreException,
TranslationFailedException { TranslationFailedException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment