Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(934)

Unified Diff: tests/language/type_vm_test.dart

Issue 10248007: test rename overhaul: step 8 - language tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/language/type_vm_test.dart
diff --git a/tests/language/src/TypeVMTest.dart b/tests/language/type_vm_test.dart
similarity index 94%
rename from tests/language/src/TypeVMTest.dart
rename to tests/language/type_vm_test.dart
index 5caf5bd7f9010a3819159bf6c6b27f1e33efd9d8..082465433e8570335351cca0bf7a7ac3e914a2c0 100644
--- a/tests/language/src/TypeVMTest.dart
+++ b/tests/language/type_vm_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("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(12, error.line);
Expect.equals(15, error.column);
}
@@ -61,7 +61,7 @@ class TypeTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(49, error.line);
Expect.equals(15, error.column);
}
@@ -85,7 +85,7 @@ class TypeTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(74, error.line);
Expect.equals(14, error.column);
}
@@ -107,7 +107,7 @@ class TypeTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(99, error.line);
Expect.equals(15, error.column);
}
@@ -131,7 +131,7 @@ class TypeTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(123, error.line);
Expect.equals(15, error.column);
}
@@ -162,7 +162,7 @@ class TypeTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(145, error.line);
Expect.equals(33, error.column);
}
@@ -196,7 +196,7 @@ class TypeTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(175, error.line);
Expect.equals(28, error.column);
}
@@ -217,7 +217,7 @@ class TypeTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(209, error.line);
Expect.equals(17, error.column);
}
@@ -233,7 +233,7 @@ class TypeTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(225, error.line);
Expect.equals(14, error.column);
}
@@ -249,7 +249,7 @@ class TypeTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(241, error.line);
Expect.equals(20, error.column);
}
@@ -265,7 +265,7 @@ class TypeTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(257, error.line);
Expect.equals(13, error.column);
}
@@ -281,7 +281,7 @@ class TypeTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(273, error.line);
Expect.equals(15, error.column);
}
@@ -297,7 +297,7 @@ class TypeTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(289, error.line);
Expect.equals(11, error.column);
}
@@ -313,7 +313,7 @@ class TypeTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(305, error.line);
Expect.equals(11, error.column);
}
@@ -329,7 +329,7 @@ class TypeTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(321, error.line);
Expect.equals(20, error.column);
}
@@ -345,7 +345,7 @@ class TypeTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(337, error.line);
Expect.equals(11, error.column);
}
@@ -367,7 +367,7 @@ class TypeTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("TypeVMTest.dart", subs);
+ Expect.equals("type_vm_test.dart", subs);
Expect.equals(472, error.line);
Expect.equals(12, error.column);
}
« no previous file with comments | « tests/language/type_variable_static_context_negative_test.dart ('k') | tests/language/typed_message_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698