]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ActiveTests.java
Added a unit test for bug 6989 and some methods to print expressions
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / ActiveTests.java
index 7a4f8cda2ac62e860b7e5f056bfc0b890c9f4c27..4670b048d62f7b19cdfd9cd1abb2e780de486015 100644 (file)
@@ -19,4 +19,6 @@ public class ActiveTests extends TestBase {
   */  
     
     //@Test public void CityoptSetup() { test(); }
+    
+    @Test public void Bug6989() { test(); }
 }