renamed to avoid confusion with other MapTest in QUnit

This commit is contained in:
James Strachan
2012-07-20 07:15:43 +01:00
parent 3ef4ff690c
commit fbee1a8135
@@ -5,7 +5,7 @@ import kotlin.test.*
import java.util.*
import org.junit.Test as test
class MapTest {
class MapJsTest {
test fun getOrElse() {
val data = HashMap<String, Int>()