Last-Update: 2016-03-23
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Description: set path to test data.

--- a/schema_test.go
+++ b/schema_test.go
@@ -348,9 +348,9 @@
 	if err != nil {
 		panic(err.Error())
 	}
 
-	testwd := wd + "/json_schema_test_suite"
+	testwd := wd + "/../../../../../json_schema_test_suite"
 
 	go func() {
 		err := http.ListenAndServe(":1234", http.FileServer(http.Dir(testwd+"/refRemote/remoteFiles")))
 		if err != nil {
