re-enabled compiling to JS test cases now we've fixed the compilation of the latest comparator based standard library code

This commit is contained in:
James Strachan
2012-06-29 23:13:05 +01:00
parent e06e5198ed
commit 63e0f169fc
9 changed files with 39 additions and 34 deletions
@@ -36,15 +36,10 @@ import java.util.Set;
*/
public class StdLibTestToJSTest extends StdLibTestSupport {
public void testGenerateTestCase() throws Exception {
/*
TODO temporary disabled test
generateJavaScriptFiles(EcmaVersion.all(),
"libraries/stdlib/test",
"ListTest.kt",
"StringTest.kt",
"js/SimpleTest.kt");
*/
}
}
@@ -36,14 +36,10 @@ import java.util.Set;
public class StdLibToJSTest extends StdLibTestSupport {
public void testCompileJavaScriptFiles() throws Exception {
/*
TODO temporary disabled test
generateJavaScriptFiles(EcmaVersion.all(),
"libraries/stdlib/src",
"kotlin/Preconditions.kt",
"kotlin/dom/Dom.kt",
"kotlin/support/AbstractIterator.kt");
*/
}
}