Index: tests/language/type_dartc_test.dart |
diff --git a/tests/language/src/TypeDartcTest.dart b/tests/language/type_dartc_test.dart |
similarity index 97% |
rename from tests/language/src/TypeDartcTest.dart |
rename to tests/language/type_dartc_test.dart |
index ced265efb720463e4389d66524820e714999ef53..9922464699a31dd8a2c48c99a219075ed7fadabe 100644 |
--- a/tests/language/src/TypeDartcTest.dart |
+++ b/tests/language/type_dartc_test.dart |
@@ -20,7 +20,7 @@ class TypeTest { |
pos = error.url.lastIndexOf("\\", error.url.length); |
} |
String subs = error.url.substring(pos + 1, error.url.length); |
- Expect.equals("TypeTest.dart", subs); |
+ Expect.equals("type_test.dart", subs); |
Expect.equals(12, error.line); |
Expect.equals(15, error.column); |
} |
@@ -62,7 +62,7 @@ class TypeTest { |
pos = error.url.lastIndexOf("\\", error.url.length); |
} |
String subs = error.url.substring(pos + 1, error.url.length); |
- Expect.equals("TypeTest.dart", subs); |
+ Expect.equals("type_test.dart", subs); |
Expect.equals(49, error.line); |
Expect.equals(15, error.column); |
} |
@@ -88,7 +88,7 @@ class TypeTest { |
pos = error.url.lastIndexOf("\\", error.url.length); |
} |
String subs = error.url.substring(pos + 1, error.url.length); |
- Expect.equals("TypeTest.dart", subs); |
+ Expect.equals("type_test.dart", subs); |
Expect.equals(74, error.line); |
Expect.equals(14, error.column); |
} |
@@ -111,7 +111,7 @@ class TypeTest { |
pos = error.url.lastIndexOf("\\", error.url.length); |
} |
String subs = error.url.substring(pos + 1, error.url.length); |
- Expect.equals("TypeTest.dart", subs); |
+ Expect.equals("type_test.dart", subs); |
Expect.equals(99, error.line); |
Expect.equals(15, error.column); |
} |
@@ -136,7 +136,7 @@ class TypeTest { |
pos = error.url.lastIndexOf("\\", error.url.length); |
} |
String subs = error.url.substring(pos + 1, error.url.length); |
- Expect.equals("TypeTest.dart", subs); |
+ Expect.equals("type_test.dart", subs); |
Expect.equals(123, error.line); |
Expect.equals(15, error.column); |
} |
@@ -168,7 +168,7 @@ class TypeTest { |
pos = error.url.lastIndexOf("\\", error.url.length); |
} |
String subs = error.url.substring(pos + 1, error.url.length); |
- Expect.equals("TypeTest.dart", subs); |
+ Expect.equals("type_test.dart", subs); |
Expect.equals(145, error.line); |
Expect.equals(33, error.column); |
} |
@@ -203,7 +203,7 @@ class TypeTest { |
pos = error.url.lastIndexOf("\\", error.url.length); |
} |
String subs = error.url.substring(pos + 1, error.url.length); |
- Expect.equals("TypeTest.dart", subs); |
+ Expect.equals("type_test.dart", subs); |
Expect.equals(175, error.line); |
Expect.equals(28, error.column); |
} |
@@ -225,7 +225,7 @@ class TypeTest { |
pos = error.url.lastIndexOf("\\", error.url.length); |
} |
String subs = error.url.substring(pos + 1, error.url.length); |
- Expect.equals("TypeTest.dart", subs); |
+ Expect.equals("type_test.dart", subs); |
Expect.equals(209, error.line); |
Expect.equals(17, error.column); |
} |
@@ -242,7 +242,7 @@ class TypeTest { |
pos = error.url.lastIndexOf("\\", error.url.length); |
} |
String subs = error.url.substring(pos + 1, error.url.length); |
- Expect.equals("TypeTest.dart", subs); |
+ Expect.equals("type_test.dart", subs); |
Expect.equals(225, error.line); |
Expect.equals(14, error.column); |
} |