Index: pkg/polymer_expressions/test/bindings_test.html |
diff --git a/pkg/polymer/test/bind_mdv_test.html b/pkg/polymer_expressions/test/bindings_test.html |
similarity index 89% |
copy from pkg/polymer/test/bind_mdv_test.html |
copy to pkg/polymer_expressions/test/bindings_test.html |
index 1f23b314e01d8bceda5271f89f58214a1252d425..855f892c0ce08e87cb76611ac1b9c657e3e7d3f0 100644 |
--- a/pkg/polymer/test/bind_mdv_test.html |
+++ b/pkg/polymer_expressions/test/bindings_test.html |
@@ -3,7 +3,7 @@ |
<head> |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
<meta name="dart.unittest" content="full-stack-traces"> |
- <title> bind_mdv_test </title> |
+ <title> bindings_test </title> |
<style> |
.unittest-table { font-family:monospace; border:1px; } |
.unittest-pass { background: #6b3;} |
@@ -14,7 +14,7 @@ |
<script src="/packages/web_components/dart_support.js"></script> |
</head> |
<body> |
- <h1> Running bind_mdv_test </h1> |
+ <h1> Running template_binding_test </h1> |
<script type="text/javascript" |
src="/root_dart/tools/testing/dart/test_controller.js"></script> |
%TEST_SCRIPTS% |