duplicate logDone in TestRmRunningContainerCheckError409 and TestRmRunningContainer

Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
Upstream-commit: b85ade79d5a2cceb926fcae13997a6dfa28be4bc
Component: engine
This commit is contained in:
Yuan Sun
2015-04-14 08:32:25 +08:00
parent 99af06daa4
commit bb0567addc

View File

@ -73,7 +73,7 @@ func TestRmRunningContainerCheckError409(t *testing.T) {
t.Fatalf("Expected error to contain '409 Conflict' but found %s", err)
}
logDone("rm - running container")
logDone("rm - running container with Error 409")
}
func TestRmForceRemoveRunningContainer(t *testing.T) {