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

Unified Diff: sky/tests/framework/basic.dart

Issue 1065073002: Attempt to de-flake tests/framework/basic.sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/framework/basic.dart
diff --git a/sky/tests/framework/basic.dart b/sky/tests/framework/basic.dart
index 2fefafbf2f847276244175de5b9734937601d04e..42250cb5c02cf35e2c8348192826655056977b9c 100644
--- a/sky/tests/framework/basic.dart
+++ b/sky/tests/framework/basic.dart
@@ -8,7 +8,7 @@ class TestApp extends App {
inlineStyle: 'background-color: green',
children: [
new Text('I am Text'),
- new Image(src: 'foo.jpg'),
+ new Image(src: 'resources/united.jpg'),
new Anchor(href: 'http://www.google.com')
]
);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698