Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(191)

Unified Diff: cmd/juju/cmd_test.go

Issue 12235043: juju status: add service/unit filters (Closed)
Patch Set: juju status: add service/unit filters Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « [revision details] ('k') | cmd/juju/status.go » ('j') | cmd/juju/status.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/juju/cmd_test.go
=== modified file 'cmd/juju/cmd_test.go'
--- cmd/juju/cmd_test.go 2013-08-06 05:22:59 +0000
+++ cmd/juju/cmd_test.go 2013-08-08 02:49:42 +0000
@@ -115,7 +115,9 @@
assertConnName(c, com, "walthamstow")
com, args = cmdFunc()
- testInit(c, com, append(args, "hotdog"), "unrecognized args.*")
+ if _, ok := com.(*StatusCommand); !ok {
+ testInit(c, com, append(args, "hotdog"), "unrecognized args.*")
+ }
}
}
« no previous file with comments | « [revision details] ('k') | cmd/juju/status.go » ('j') | cmd/juju/status.go » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b