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

Unified Diff: samples/sample_extension/test/sample_extension_app_snapshot_test.dart

Issue 2709713002: Reenable some sample tests and fix how they find their data files (Closed)
Patch Set: Feedback Created 3 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 | « no previous file | samples/sample_extension/test/sample_extension_test_helper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/sample_extension/test/sample_extension_app_snapshot_test.dart
diff --git a/samples/sample_extension/test/sample_extension_app_snapshot_test.dart b/samples/sample_extension/test/sample_extension_app_snapshot_test.dart
index 04193c98ce04947ceb6083deafb7e6d6468a98b4..558b108fd8d137cf04a4e4425cda46cdddc41699 100644
--- a/samples/sample_extension/test/sample_extension_app_snapshot_test.dart
+++ b/samples/sample_extension/test/sample_extension_app_snapshot_test.dart
@@ -4,6 +4,11 @@
//
// Dart test program for testing native extensions.
+// OtherResources=../sample_synchronous_extension.dart
+// OtherResources=../sample_asynchronous_extension.dart
+// OtherResources=../test_sample_synchronous_extension.dart
+// OtherResources=../test_sample_asynchronous_extension.dart
+
import 'sample_extension_test_helper.dart';
void main() {
« no previous file with comments | « no previous file | samples/sample_extension/test/sample_extension_test_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698