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

« back to all changes in this revision

Viewing changes to state/unit_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:
679
679
        })
680
680
}
681
681
 
 
682
func (s *UnitSuite) TestSetAgentCompatPassword(c *gc.C) {
 
683
        e, err := s.State.Unit(s.unit.Name())
 
684
        c.Assert(err, gc.IsNil)
 
685
        testSetAgentCompatPassword(c, e)
 
686
}
 
687
 
682
688
func (s *UnitSuite) TestSetMongoPasswordOnUnitAfterConnectingAsMachineEntity(c *gc.C) {
683
689
        // Make a second unit to use later. (Subordinate units can only be created
684
690
        // as a side-effect of a principal entering relation scope.)