]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/ActiveTests.java
Merged changes from feature/scl to master.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / ActiveTests.java
diff --git a/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/ActiveTests.java b/bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/ActiveTests.java
deleted file mode 100644 (file)
index f9533ef..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-package org.simantics.scl.compiler.tests;
-
-import org.junit.Ignore;
-import org.junit.Test;
-
-public class ActiveTests extends TestBase {
-    
-    public ActiveTests() { super("scl"); }
-/*
-    @Test public void Equations1() { test(); }
-    @Test public void MarketModel2() { test(); }
-    @Test public void Overloading2() { test(); }
-    @Test public void Overloading3() { test(); }
-    //@Ignore
-    @Test public void PatternError() { test(); }
-    @Test public void Serialization() { test(); }
-    @Ignore
-    @Test public void TypeClass2() { test(); }
-    @Test public void TypeClassBug2() { test(); }
-  */  
-    
-    //@Test public void CityoptSetup() { test(); }
-    @Test public void EmptyLet() { test(); }
-}