]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ActiveTests.java
(refs #7250) Merging master, minor CHR bugfixes
[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 public class ActiveTests extends TestBase {
4     
5     public ActiveTests() { super("scl"); }
6 /*
7     @Test public void Equations1() { test(); }
8     @Test public void MarketModel2() { test(); }
9     @Test public void Overloading2() { test(); }
10     @Test public void Overloading3() { test(); }
11     //@Ignore
12     @Test public void PatternError() { test(); }
13     @Test public void Serialization() { test(); }
14     @Ignore
15     @Test public void TypeClass2() { test(); }
16     @Test public void TypeClassBug2() { test(); }
17   */  
18     
19     //@Test public void Bug6989() { test(); }
20
21 }