~thumper/juju-core/local-provider-aufs-default-off

« back to all changes in this revision

Viewing changes to version/current_test.go

  • Committer: Roger Peppe
  • Date: 2013-09-20 18:46:47 UTC
  • mto: This revision was merged to the branch mainline in revision 1863.
  • Revision ID: roger.peppe@canonical.com-20130920184647-ttszh312axplljoj
version: remove alternative versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
}
60
60
 
61
61
func (*CurrentSuite) TestCurrentSeries(c *gc.C) {
62
 
        s := version.CurrentSeries()
 
62
        s := version.Current.Series
63
63
        if s == "unknown" {
64
64
                s = "n/a"
65
65
        }