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

Unified Diff: utils/tests/pub/pub_test.dart

Issue 10383273: - Do not depend on git being installed on a machine. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/pub_test.dart
===================================================================
--- utils/tests/pub/pub_test.dart (revision 7825)
+++ utils/tests/pub/pub_test.dart (working copy)
@@ -143,6 +143,7 @@
''');
});
+/*
test('checks out a package from Git', () {
git('foo.git', [
file('foo.dart', 'main() => "foo";')
@@ -200,6 +201,7 @@
runPub(args: ['install'],
output: const RegExp("Dependencies installed!\$"));
});
+*/
}
versionCommand() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698