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

« back to all changes in this revision

Viewing changes to utils/fslock/package_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:
20
20
func (*Dependencies) TestPackageDependencies(c *gc.C) {
21
21
        // This test is to ensure we don't bring in dependencies without thinking.
22
22
        c.Assert(testbase.FindJujuCoreImports(c, "launchpad.net/juju-core/utils/fslock"),
23
 
                gc.DeepEquals, []string{"utils"})
 
23
                gc.DeepEquals, []string{"juju/osenv", "thirdparty/pbkdf2", "utils"})
24
24
}