]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/ActiveTests.java
migrated to svn revision 33108
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / ActiveTests.java
index b80577e5371ad7f4feaad6549de48d5c9367b0ca..0b7b52e2938a58cd0926ad8b1c0a50bab5151d17 100644 (file)
@@ -8,15 +8,12 @@ public class ActiveTests extends TestBase {
     public ActiveTests() { super("scl"); }
 
     @Test public void Equations1() { test(); }
-    @Test public void Equality() { test(); }
-    @Test public void ModuleInitialization() { test(); }
-
-    @Test public void ImportJavaConstructor() { test(); }
-    @Test public void MarketModel() { test(); }
     @Test public void MarketModel2() { test(); }
-    @Ignore
+    @Test public void Overloading2() { test(); }
+    @Test public void Overloading3() { test(); }
+    //@Ignore
     @Test public void PatternError() { test(); }
-    @Test public void TypeAliasRefsToTypeAlias() { test(); }
+    @Test public void Serialization() { test(); }
     @Ignore
     @Test public void TypeClass2() { test(); }
     @Test public void TypeClassBug2() { test(); }