Chromium Code Reviews| Index: utils/tests/pub/install/git/check_out_and_update_test.dart |
| diff --git a/utils/tests/pub/install/git/check_out_and_update_test.dart b/utils/tests/pub/install/git/check_out_and_update_test.dart |
| index 14e65c70d2cc6cd080497f4440335e106acc97be..3af7fb7b3ea92a727845995fa41d98ac7a54ec99 100644 |
| --- a/utils/tests/pub/install/git/check_out_and_update_test.dart |
| +++ b/utils/tests/pub/install/git/check_out_and_update_test.dart |
| @@ -10,6 +10,7 @@ import '../../descriptor.dart' as d; |
| import '../../test_pub.dart'; |
| main() { |
| + initConfig(); |
|
nweiz
2013/03/29 01:58:25
In the future, it would be nice to put stuff like
Bob Nystrom
2013/03/30 00:15:55
Sorry. The only test with actual changes is versio
|
| integration('checks out and updates a package from Git', () { |
| ensureGit(); |