Change t.Skip to t.Log in tests for go1.0.3 compatibility

Upstream-commit: 824ad4274a6de5bacb67bce892faaeb0094977b2
Component: engine
This commit is contained in:
Guillaume J. Charmes
2013-05-13 10:45:50 -07:00
parent 0bf1d78235
commit ba47986dfc
+1 -1
View File
@@ -1194,7 +1194,7 @@ func TestDeleteContainers(t *testing.T) {
func TestDeleteImages(t *testing.T) {
//FIXME: Implement this test
t.Skip("Test not implemented")
t.Log("Test not implemented")
}
// Mocked types for tests