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

Unified Diff: pkg/polymer/test/build/linter_test.dart

Issue 24077003: fix polymer tests -- replace run.sh and run tests using bots (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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: pkg/polymer/test/build/linter_test.dart
diff --git a/pkg/polymer/test/linter_test.dart b/pkg/polymer/test/build/linter_test.dart
similarity index 99%
rename from pkg/polymer/test/linter_test.dart
rename to pkg/polymer/test/build/linter_test.dart
index 1b4c34876df247d42014bffb7ce73a13424c4372..ad5d9374856df63791e25ecd2e5ce933bca477ad 100644
--- a/pkg/polymer/test/linter_test.dart
+++ b/pkg/polymer/test/build/linter_test.dart
@@ -9,7 +9,7 @@ import 'package:polymer/src/linter.dart';
import 'package:unittest/compact_vm_config.dart';
import 'package:unittest/unittest.dart';
-import 'transform/common.dart';
+import '../transform/common.dart';
void main() {
useCompactVMConfiguration();
@@ -23,7 +23,7 @@ void main() {
_testLinter('in web', {
'a|web/test.html': '<html></html>',
}, {
- 'a|web/test.html.messages':
+ 'a|web/test.html.messages':
'warning: Unexpected start tag (html). Expected DOCTYPE. '
'(web/test.html 0 0)',
});

Powered by Google App Engine
This is Rietveld 408576698