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

« back to all changes in this revision

Viewing changes to environs/sync/sync_test.go

  • Committer: Frank Mueller
  • Date: 2014-01-21 08:46:24 UTC
  • mfrom: (2152.1.76 juju-core)
  • Revision ID: frank.mueller@canonical.com-20140121084624-rv32dv6ufzul9h1b
debugger: merged trunk and added access to debugger API facade

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
        // Switch the default tools location.
93
93
        baseURL, err := s.storage.URL(storage.BaseToolsPath)
94
94
        c.Assert(err, gc.IsNil)
95
 
        s.PatchValue(&sync.DefaultToolsLocation, baseURL)
 
95
        s.PatchValue(&envtools.DefaultBaseURL, baseURL)
96
96
}
97
97
 
98
98
func (s *syncSuite) tearDownTest(c *gc.C) {