Replacing gopkg.in/check.v1 with minio-io/check

This commit is contained in:
Frederick F. Kautz IV
2015-04-04 13:37:30 -07:00
parent e6abca1a63
commit be4bc44b4d
35 changed files with 139 additions and 133 deletions

View File

@@ -21,7 +21,7 @@ import (
"math/rand"
"strconv"
"gopkg.in/check.v1"
"github.com/minio-io/check"
"time"
)

View File

@@ -23,7 +23,7 @@ import (
"github.com/minio-io/minio/pkg/drivers"
. "gopkg.in/check.v1"
. "github.com/minio-io/check"
)
func Test(t *testing.T) { TestingT(t) }

View File

@@ -23,7 +23,7 @@ import (
"github.com/minio-io/minio/pkg/drivers"
. "gopkg.in/check.v1"
. "github.com/minio-io/check"
)
func Test(t *testing.T) { TestingT(t) }

View File

@@ -21,7 +21,7 @@ import (
"github.com/minio-io/minio/pkg/drivers"
. "gopkg.in/check.v1"
. "github.com/minio-io/check"
)
func Test(t *testing.T) { TestingT(t) }