Chromium Code Reviews| Index: frog/tests/native/test_config.dart |
| =================================================================== |
| --- frog/tests/native/test_config.dart (revision 0) |
| +++ frog/tests/native/test_config.dart (working copy) |
| @@ -6,10 +6,10 @@ |
| #import("../../../tools/testing/dart/test_suite.dart"); |
| -class FrogTestSuite extends StandardTestSuite { |
| - FrogTestSuite(Map configuration) |
| +class FrogNativeTestSuite extends StandardTestSuite { |
|
ahe
2012/02/19 14:38:02
I think you need to change something .../tools/tes
ngeoffray
2012/02/20 09:09:37
Ah, I did change them, but did a gcl change in the
|
| + FrogNativeTestSuite(Map configuration) |
| : super(configuration, |
| - "frog", |
| - "frog/tests/frog/src", |
| - ["frog/tests/frog/frog.status"]); |
| + "native", |
| + "frog/tests/native/src", |
| + ["frog/tests/native/native.status"]); |
| } |