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

Unified Diff: client/tests/client/test_config.dart

Issue 9297032: Refactoring to migrate layout tests over. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Drop the forLayoutTests Created 8 years, 11 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
« no previous file with comments | « client/tests/client/dom/dom_tests.dart ('k') | tools/testing/test_configuration.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/test_config.dart
diff --git a/client/tests/client/test_config.dart b/client/tests/client/test_config.dart
index 8dd1f833204ef862cf41a7059e5b5b5c5d2b5821..c2453f294ab7b094ed0095a8bbc970656e461c58 100644
--- a/client/tests/client/test_config.dart
+++ b/client/tests/client/test_config.dart
@@ -13,7 +13,8 @@ class ClientTestSuite extends StandardTestSuite {
"client/tests/client",
["client/tests/client/client.status"]);
- bool isTestFile(String filename) => filename.endsWith("_tests.dart");
+ bool isTestFile(String filename) => filename.endsWith("_tests.dart") ||
+ filename.endsWith("Test.dart");
bool listRecursively() => true;
}
« no previous file with comments | « client/tests/client/dom/dom_tests.dart ('k') | tools/testing/test_configuration.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698