Upgrade gocheck

This commit is contained in:
Chris Read
2014-11-05 13:27:15 -06:00
parent 552b11e28d
commit daf887e54f
32 changed files with 60 additions and 32 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
package files
import (
. "launchpad.net/gocheck"
"testing"
. "gopkg.in/check.v1"
)
// Launch gocheck tests
+2 -1
View File
@@ -2,10 +2,11 @@ package files
import (
"io/ioutil"
. "launchpad.net/gocheck"
"os"
"path/filepath"
"runtime"
. "gopkg.in/check.v1"
)
type PackagePoolSuite struct {
+2 -1
View File
@@ -2,10 +2,11 @@ package files
import (
"io/ioutil"
. "launchpad.net/gocheck"
"os"
"path/filepath"
"syscall"
. "gopkg.in/check.v1"
)
type PublishedStorageSuite struct {