~fwereade/juju-core/unit-remove-depart-scopes

« back to all changes in this revision

Viewing changes to cmd/jujud/bootstrap_test.go

  • Committer: William Reade
  • Date: 2013-11-07 17:30:38 UTC
  • mfrom: (2032.1.6 juju-core)
  • Revision ID: fwereade@gmail.com-20131107173038-d0a72q96dujotc0z
merge parent

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
var testPassword = "my-admin-secret"
77
77
 
78
78
func testPasswordHash() string {
79
 
        return utils.PasswordHash(testPassword)
 
79
        return utils.UserPasswordHash(testPassword, utils.CompatSalt)
80
80
}
81
81
 
82
82
func (s *BootstrapSuite) initBootstrapCommand(c *gc.C, args ...string) (machineConf agent.Config, cmd *BootstrapCommand, err error) {