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

Unified Diff: tests/try/poi/poi_find_test.dart

Issue 927563002: Fix hidden try tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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 | « tests/try/poi/library_updater_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/try/poi/poi_find_test.dart
diff --git a/tests/try/poi/poi_find_test.dart b/tests/try/poi/poi_find_test.dart
index 496697a01e3d5dbe5ea97b90ae40469fa7261c90..af4bec73051539e1dd2ab442a7632ccaa018314a 100644
--- a/tests/try/poi/poi_find_test.dart
+++ b/tests/try/poi/poi_find_test.dart
@@ -35,7 +35,7 @@ Future testPoi() {
Expect.stringEquals('$script', '$foundScript');
Expect.stringEquals('main', element.name);
- String source = handler.provider.sourceFiles['$script'].slowText();
+ String source = handler.provider.sourceFiles[script].slowText();
final int position = source.indexOf('main()');
Expect.isTrue(position > 0, '$position > 0');
« no previous file with comments | « tests/try/poi/library_updater_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698