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

Unified Diff: frog/tests/frog/src/PrototypePatchingTest.dart

Issue 10037027: unittest step2: bye bye to multiple entrypoints for unittest (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « frog/tests/frog/src/NodeTestHelper.dart ('k') | frog/tests/frog/src/node_config.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/tests/frog/src/PrototypePatchingTest.dart
diff --git a/frog/tests/frog/src/PrototypePatchingTest.dart b/frog/tests/frog/src/PrototypePatchingTest.dart
index e0a61506c82433f6b64a2ccd6b297b101b33f3f3..7f742cce17a4e7e9f4daaaba2ed6003600cfe48d 100644
--- a/frog/tests/frog/src/PrototypePatchingTest.dart
+++ b/frog/tests/frog/src/PrototypePatchingTest.dart
@@ -10,7 +10,8 @@
* arbitrary third-party JavaScript (!).
*/
-#import('unittest_node.dart');
+#import('node_config.dart');
+#import('../../../../lib/unittest/unittest.dart');
#import('../../../lang.dart');
#import('../../../file_system_node.dart');
#import('../../../lib/node/node.dart');
@@ -38,6 +39,7 @@ return findMethodCount(testObject);""";
main() {
+ useNodeConfiguration();
// Get the home directory from our executable.
var homedir = path.dirname(fs.realpathSync(process.argv[1]));
« no previous file with comments | « frog/tests/frog/src/NodeTestHelper.dart ('k') | frog/tests/frog/src/node_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698