~sergiusens/snappy/tools-parted

« back to all changes in this revision

Viewing changes to _integration-tests/tests/failover_zero_size_file_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:
17
17
 *
18
18
 */
19
19
 
20
 
package failover
 
20
package tests
21
21
 
22
22
import (
23
23
        "fmt"
25
25
        "path/filepath"
26
26
        "strings"
27
27
 
28
 
        . "../common"
 
28
        . "launchpad.net/snappy/_integration-tests/testutils/common"
29
29
 
30
30
        check "gopkg.in/check.v1"
31
31
)