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

Unified Diff: sky/tests/examples/card_collection.dart

Issue 1238513003: Example test for CardCollectionApp (Dismissable, VariableHeightScrollable) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | sky/tests/examples/card_collection-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/examples/card_collection.dart
diff --git a/sky/tests/examples/styled_text.dart b/sky/tests/examples/card_collection.dart
similarity index 81%
copy from sky/tests/examples/styled_text.dart
copy to sky/tests/examples/card_collection.dart
index 5caa936d61252dd25661fcff7a53e6fd76e1deac..53874c6df78e4375775788f25d7f3fc94908675d 100644
--- a/sky/tests/examples/styled_text.dart
+++ b/sky/tests/examples/card_collection.dart
@@ -6,12 +6,12 @@ import 'dart:async';
import 'package:sky/widgets/widget.dart';
-import '../../sdk/example/widgets/styled_text.dart';
+import '../../sdk/example/widgets/card_collection.dart';
import '../resources/display_list.dart';
main() async {
TestRenderView testRenderView = new TestRenderView();
- StyledTextApp app = new StyledTextApp();
+ CardCollectionApp app = new CardCollectionApp();
runApp(app, renderViewOverride: testRenderView);
await testRenderView.checkFrame();
testRenderView.endTest();
« no previous file with comments | « no previous file | sky/tests/examples/card_collection-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698