]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ActiveTests.java
Merge commit 'e87f096'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ActiveTests.java
1 package org.simantics.scl.compiler.tests;
2
3 import org.junit.Ignore;
4 import org.junit.Test;
5
6 public class ActiveTests extends TestBase {
7     
8     public ActiveTests() { super("scl"); }
9 /*
10     @Test public void Equations1() { test(); }
11     @Test public void MarketModel2() { test(); }
12     @Test public void Overloading2() { test(); }
13     @Test public void Overloading3() { test(); }
14     //@Ignore
15     @Test public void PatternError() { test(); }
16     @Test public void Serialization() { test(); }
17     @Ignore
18     @Test public void TypeClass2() { test(); }
19     @Test public void TypeClassBug2() { test(); }
20   */  
21     
22     //@Test public void CityoptSetup() { test(); }
23     @Test public void EmptyLet() { test(); }
24 }