~juju-qa/ubuntu/xenial/juju/2.0-rc2

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/cmd/juju/cachedimages/list_test.go

  • Committer: Nicholas Skaggs
  • Date: 2016-09-30 14:39:30 UTC
  • mfrom: (1.8.1)
  • Revision ID: nicholas.skaggs@canonical.com-20160930143930-vwwhrefh6ftckccy
import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
func (*listImagesCommandSuite) TestListImagesNone(c *gc.C) {
60
60
        context, err := runListCommand(c, "--kind", "kvm")
61
61
        c.Assert(err, jc.ErrorIsNil)
62
 
        c.Assert(testing.Stdout(context), gc.Equals, "no matching images found\n")
 
62
        c.Assert(testing.Stderr(context), gc.Equals, "No images to display.\n")
63
63
}
64
64
 
65
65
func (*listImagesCommandSuite) TestListImagesFormatJson(c *gc.C) {