| Index: polymer_0.5.0/bower_components/core-selector/test/basic.html
|
| diff --git a/bower_components/core-selector/test/basic.html b/polymer_0.5.0/bower_components/core-selector/test/basic.html
|
| similarity index 97%
|
| rename from bower_components/core-selector/test/basic.html
|
| rename to polymer_0.5.0/bower_components/core-selector/test/basic.html
|
| index 419a58c717df3a68c0dd76365695d3b45b3e92a2..fb4ef89880580a7613638a811ce194212dee5faf 100644
|
| --- a/bower_components/core-selector/test/basic.html
|
| +++ b/polymer_0.5.0/bower_components/core-selector/test/basic.html
|
| @@ -13,7 +13,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| <title>core-selector-basic</title>
|
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
|
|
| - <script src="../../platform/platform.js"></script>
|
| + <script src="../../webcomponentsjs/webcomponents.js"></script>
|
| <script src="../../web-component-tester/browser.js"></script>
|
|
|
| <link rel="import" href="../core-selector.html">
|
| @@ -111,7 +111,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| // selecting the same value shouldn't fire core-select
|
| selectEventCounter = 0;
|
| s2.selected = 'item5';
|
| - asyncPlatformFlush(function() {
|
| + flush(function() {
|
| assert.equal(selectEventCounter, 0);
|
| done();
|
| });
|
|
|