From 76b423ef29a53f83058b2f20f10dd62c51652cee Mon Sep 17 00:00:00 2001 From: Lichun Zhan Date: Tue, 19 Nov 2013 15:31:21 -0800 Subject: [PATCH] update file path for fixture file --- tests/fixtures/simple-3.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/fixtures/simple-3.json b/tests/fixtures/simple-3.json index 2778b1c..bd58212 100644 --- a/tests/fixtures/simple-3.json +++ b/tests/fixtures/simple-3.json @@ -7,7 +7,7 @@ "home": "http://ca.yahoo.com", "mail": "http://ca.mail.yahoo.com" }, - "__ycb_source__": "a/b/c/x1.json" + "__ycb_source__": "tests/fixtures/simple-3.json" }, { "settings": ["region:gb"], @@ -17,13 +17,13 @@ "home": "http://gb.yahoo.com", "mail": "http://gb.mail.yahoo.com" }, - "__ycb_source__": "a/b/c/x2.json" + "__ycb_source__": "tests/fixtures/simple-3.json" }, { "settings": ["lang:fr"], "logo": "yahoo_FR.png", - "__ycb_source__": "a/b/c/x1.json" + "__ycb_source__": "tests/fixtures/simple-3.json" }, { "settings": ["region:fr"],