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

Unified Diff: client/tests/client/samples/smoketest/dartWebBase_tests.dart

Issue 9325002: Fix windows performance tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' 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 | « no previous file | frog/scripts/buildbot_annotated_steps.py » ('j') | frog/scripts/buildbot_annotated_steps.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/samples/smoketest/dartWebBase_tests.dart
===================================================================
--- client/tests/client/samples/smoketest/dartWebBase_tests.dart (revision 3859)
+++ client/tests/client/samples/smoketest/dartWebBase_tests.dart (working copy)
@@ -17,7 +17,7 @@
testForCompletion() {
Element element = document.query('#testResultScore');
RegExp re = new RegExp('Score: [0-9]+');
- window.console.log(element.text);
+ print(element.text);
Expect.isTrue(re.hasMatch(element.text));
callbackDone();
}
« no previous file with comments | « no previous file | frog/scripts/buildbot_annotated_steps.py » ('j') | frog/scripts/buildbot_annotated_steps.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698