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

Unified Diff: frog/tests/frog/src/NodeProcessTest.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/NodeProcessHelper.dart ('k') | frog/tests/frog/src/NodeTestHelper.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/tests/frog/src/NodeProcessTest.dart
diff --git a/frog/tests/frog/src/NodeProcessTest.dart b/frog/tests/frog/src/NodeProcessTest.dart
index c382d482890dac96521815f5be477a447aa4a21c..aa554f30c52bb10c8f2cd5815c890a85fbe16e44 100644
--- a/frog/tests/frog/src/NodeProcessTest.dart
+++ b/frog/tests/frog/src/NodeProcessTest.dart
@@ -4,11 +4,13 @@
#library('NodeProcessTest');
-#import('unittest_node.dart');
+#import('node_config.dart');
+#import('../../../../lib/unittest/unittest.dart');
#import('../../../lib/node/node.dart');
#import('NodeTestHelper.dart');
void main() {
+ useNodeConfiguration();
group('process', () {
final helperProgram = getFilename('NodeProcessHelper.dart');
asyncTest('nextTick', 1,
« no previous file with comments | « frog/tests/frog/src/NodeProcessHelper.dart ('k') | frog/tests/frog/src/NodeTestHelper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698