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

Unified Diff: worker/provisioner/lxc-broker_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: worker/provisioner/lxc-broker_test.go
=== modified file 'worker/provisioner/lxc-broker_test.go'
--- worker/provisioner/lxc-broker_test.go 2013-09-19 03:23:04 +0000
+++ worker/provisioner/lxc-broker_test.go 2013-09-20 02:33:04 +0000
@@ -27,13 +27,14 @@
"launchpad.net/juju-core/state"
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/provisioner"
)
type lxcSuite struct {
- coretesting.LoggingSuite
+ testbase.LoggingSuite
lxc.TestSuite
events chan mock.Event
}

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