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

Unified Diff: tools/testing/dart/test_suite.dart

Issue 305633003: Patch long names in polymer/e2e_test/... (updates test_suite.dart) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 | « pkg/pkg.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index b87d7ea7da33f104b6fdc0c9d554be9066ca4d0c..efe643217bc61e4ebd11becbdcb33d5dbfbcfb94 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -2132,8 +2132,10 @@ class TestUtils {
"the-steps-to-clone-a-node_": "co19_htmltemplates_clone_",
"tests_co19_src_LayoutTests_fast_dom_Document_CaretRangeFromPoint_"
"caretRangeFromPoint-": "co19_caretrangefrompoint_",
- "pkg_polymer_example_canonicalization_test_canonicalization":
- "polymer_c16n"
+ "pkg_polymer_e2e_test_canonicalization_test": "polymer_c16n",
+ "pkg_polymer_e2e_test_experimental_boot_test": "polymer_boot",
+ "pkg_polymer_e2e_test_bad_import_test": "polymer_bi",
+ "pkg_polymer_e2e_test_good_import_test": "polymer_gi",
};
// Some tests are already in [build_dir]/generated_tests.
« no previous file with comments | « pkg/pkg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698