bump(github.com/stretchr/testify): 9cc77fa25329013ce07362c7742952ff887361f2

This commit is contained in:
Brandon Philips
2014-02-02 16:39:57 -08:00
parent 2557992b70
commit d7d20d1c3d
15 changed files with 951 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ import (
"testing"
"github.com/coreos/etcd/third_party/github.com/BurntSushi/toml"
"github.com/stretchr/testify/assert"
"github.com/coreos/etcd/third_party/github.com/stretchr/testify/assert"
)
// Ensures that a configuration can be deserialized from TOML.

View File

@@ -8,7 +8,7 @@ import (
"github.com/coreos/etcd/server"
"github.com/coreos/etcd/tests"
"github.com/stretchr/testify/assert"
"github.com/coreos/etcd/third_party/github.com/stretchr/testify/assert"
)
// Ensures that a key is deleted.

View File

@@ -9,7 +9,7 @@ import (
"github.com/coreos/etcd/server"
"github.com/coreos/etcd/tests"
"github.com/stretchr/testify/assert"
"github.com/coreos/etcd/third_party/github.com/stretchr/testify/assert"
)
// Ensures that a value can be retrieve for a given key.

View File

@@ -7,7 +7,7 @@ import (
"github.com/coreos/etcd/server"
"github.com/coreos/etcd/tests"
"github.com/stretchr/testify/assert"
"github.com/coreos/etcd/third_party/github.com/stretchr/testify/assert"
)
// Ensures a unique value is added to the key's children.

View File

@@ -9,7 +9,7 @@ import (
"github.com/coreos/etcd/server"
"github.com/coreos/etcd/tests"
"github.com/stretchr/testify/assert"
"github.com/coreos/etcd/third_party/github.com/stretchr/testify/assert"
)
// Ensures that a key is set to a given value.