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