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

Unified Diff: cmd/jujud/agent_test.go

Issue 13694046: Add a testbase package with no juju-core deps.
Patch Set: Created 11 years, 6 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
Index: cmd/jujud/agent_test.go
=== modified file 'cmd/jujud/agent_test.go'
--- cmd/jujud/agent_test.go 2013-09-18 22:54:32 +0000
+++ cmd/jujud/agent_test.go 2013-09-20 02:33:04 +0000
@@ -23,6 +23,7 @@
"launchpad.net/juju-core/state/api/params"
coretesting "launchpad.net/juju-core/testing"
jc "launchpad.net/juju-core/testing/checkers"
+ "launchpad.net/juju-core/testing/testbase"
coretools "launchpad.net/juju-core/tools"
"launchpad.net/juju-core/version"
"launchpad.net/juju-core/worker"
@@ -32,7 +33,7 @@
var _ = gc.Suite(&toolSuite{})
type toolSuite struct {
- coretesting.LoggingSuite
+ testbase.LoggingSuite
}
var errorImportanceTests = []error{

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