~wallyworld/juju-core/1304742-backport-1.18

« back to all changes in this revision

Viewing changes to state/assign_test.go

  • Committer: Roger Peppe
  • Date: 2012-09-19 13:40:41 UTC
  • mto: This revision was merged to the branch mainline in revision 527.
  • Revision ID: roger.peppe@canonical.com-20120919134041-1rt4cg7ox52pt4os
mstate: rename to state

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
package mstate_test
 
1
package state_test
2
2
 
3
3
import (
4
4
        . "launchpad.net/gocheck"
5
 
        state "launchpad.net/juju-core/mstate"
 
5
        state "launchpad.net/juju-core/state"
6
6
)
7
7
 
8
8
type AssignSuite struct {