~rogpeppe/juju-core/themue-058-debug-log-api

« back to all changes in this revision

Viewing changes to agent/tools/tools_test.go

  • Committer: Frank Mueller
  • Date: 2014-01-23 14:14:49 UTC
  • mfrom: (2152.1.95 juju-core)
  • Revision ID: frank.mueller@canonical.com-20140123141449-b30l57y7gs3wjkpw
debugger: merged trunk and fixed permission and interface problems

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        // resulting slice has that prefix removed to keep the output short.
40
40
        c.Assert(testbase.FindJujuCoreImports(c, "launchpad.net/juju-core/agent/tools"),
41
41
                gc.DeepEquals,
42
 
                []string{"tools", "version"})
 
42
                []string{"tools", "utils/set", "version"})
43
43
}
44
44
 
45
45
const toolsFile = "downloaded-tools.txt"