From 23a177c5ab8d371b80f6c93b8f41672205e989ae Mon Sep 17 00:00:00 2001 From: Subin M Date: Tue, 24 Feb 2015 02:54:16 +0530 Subject: [PATCH] updating testcases --- examples/examples_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/examples_test.go b/examples/examples_test.go index dd504974ee7..da80838e5fe 100644 --- a/examples/examples_test.go +++ b/examples/examples_test.go @@ -115,7 +115,7 @@ func TestExampleObjectSchemas(t *testing.T) { "redis-master-service": &api.Service{}, "redis-slave-service": &api.Service{}, }, - "../examples/guestbook/guestbook_ns": { + "../examples/guestbook/v3_json_files": { "frontend-controller": &api.ReplicationController{}, "redis-slave-controller": &api.ReplicationController{}, "redis-master": &api.ReplicationController{},