enabled the Map tests as they seem to work fine again now

This commit is contained in:
James Strachan
2012-07-05 11:04:31 +01:00
parent dc4952c8b1
commit 9d64960720
3 changed files with 7 additions and 7 deletions
@@ -25,10 +25,10 @@ public class StdLibTestToJSTest extends StdLibTestBase {
performStdLibTest(EcmaVersion.all(),
"libraries/stdlib/test",
"dom/DomTest.kt",
// "js/MapTest.kt",
"js/MapTest.kt",
"js/JsDomTest.kt",
//"iterators/FunctionIteratorTest.kt",
//"iterators/IteratorsTest.kt",
"iterators/FunctionIteratorTest.kt",
"iterators/IteratorsTest.kt",
"GetOrElseTest.kt",
"ListTest.kt",
"SetTest.kt",
@@ -97,7 +97,7 @@ public abstract class Config {
"/core/stringsCode.kt",
"/stdlib/domCode.kt",
"/stdlib/jutilCode.kt",
//"/stdlib/JUMapsCode.kt",
"/stdlib/JUMapsCode.kt",
"/stdlib/testCode.kt"
);
+3 -3
View File
@@ -44,7 +44,9 @@
<copy todir="${basedir}/target/generated-js-library">
<fileset dir="${kotlin-js-lib-srcdir}">
<include name="**/*Code.kt"/>
<!--
<exclude name="**/JUtilMapsCode.kt"/>
-->
</fileset>
</copy>
<copy todir="${basedir}/target/generated-js-library/kotlin">
@@ -65,12 +67,10 @@
<include name="Iterators.kt"/>
<include name="JUtil.kt"/>
<include name="JUtilCollections.kt"/>
<!--
<include name="JUtilMaps.kt"/>
-->
<include name="JLangIterables.kt"/>
<include name="JLangIterablesLazy.kt"/>
<include name="JLangIterablesSpecial.kkt"/>
<include name="JLangIterablesSpecial.kt"/>
<!--
<include name="Ordering.kt"/>
-->