diff options
Diffstat (limited to 'go/topology/topo_test.go')
| -rw-r--r-- | go/topology/topo_test.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/go/topology/topo_test.go b/go/topology/topo_test.go deleted file mode 100644 index 9a0dbc6b8..000000000 --- a/go/topology/topo_test.go +++ /dev/null @@ -1,17 +0,0 @@ -package topology - -import ( - "testing" -) - -func TestRemoveDataCenter(t *testing.T) { - topo := setup(topologyLayout) - topo.UnlinkChildNode(NodeId("dc2")) - if topo.GetActiveVolumeCount() != 15 { - t.Fail() - } - topo.UnlinkChildNode(NodeId("dc3")) - if topo.GetActiveVolumeCount() != 12 { - t.Fail() - } -} |
