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

Unified Diff: sdk/lib/_internal/pub/test/version_solver_test.dart

Issue 301063002: First stab at "pub run" command. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add TODO. Created 6 years, 6 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 | « sdk/lib/_internal/pub/test/run/utils.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/version_solver_test.dart
diff --git a/sdk/lib/_internal/pub/test/version_solver_test.dart b/sdk/lib/_internal/pub/test/version_solver_test.dart
index 54c89213f2da40c709f66fbd6e95ac12d2c242c0..b5302cb7e498c7d0b9642f53c65b9274ee5450e8 100644
--- a/sdk/lib/_internal/pub/test/version_solver_test.dart
+++ b/sdk/lib/_internal/pub/test/version_solver_test.dart
@@ -27,7 +27,7 @@ main() {
initConfig();
// Uncomment this to debug failing tests.
- // log.showSolver();
+ // log.verbosity = log.Verbosity.SOLVER;
// Since this test isn't run from the SDK, it can't find the "version" file
// to load. Instead, just manually inject a version.
@@ -1067,7 +1067,7 @@ testResolve(String description, Map packages, {
solo_testResolve(String description, Map packages, {
Map lockfile, Map overrides, Map result, FailMatcherBuilder error,
int maxTries}) {
- log.showSolver();
+ log.verbosity = log.Verbosity.SOLVER;
_testResolve(solo_test, description, packages, lockfile: lockfile,
overrides: overrides, result: result, error: error, maxTries: maxTries);
}
« no previous file with comments | « sdk/lib/_internal/pub/test/run/utils.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698