~sergiusens/snappy/tools-parted

« back to all changes in this revision

Viewing changes to cmd/snappy/cmd_set_test.go

  • Committer: Sergio Schvezov
  • Date: 2015-07-30 18:46:22 UTC
  • mfrom: (576.1.1 tools-grub)
  • Revision ID: sergio.schvezov@canonical.com-20150730184622-mga36e3aevz09qw5
Merged tools-grub into tools-parted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
package main
21
21
 
22
22
import (
23
 
        "testing"
24
 
 
25
23
        . "gopkg.in/check.v1"
26
24
)
27
25
 
28
 
// Hook up check.v1 into the "go test" runner
29
 
func Test(t *testing.T) { TestingT(t) }
30
 
 
31
 
type CmdTestSuite struct {
32
 
}
33
 
 
34
 
var _ = Suite(&CmdTestSuite{})
35
 
 
36
26
func (s *CmdTestSuite) TestParseSetPropertyCmdline(c *C) {
37
27
 
38
28
        // simple case