From a418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Wed, 28 May 2014 11:52:42 +0200 Subject: Fixes for tests. --- rlp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rlp.cpp') diff --git a/rlp.cpp b/rlp.cpp index 5adebeab..0a62df9e 100644 --- a/rlp.cpp +++ b/rlp.cpp @@ -60,7 +60,7 @@ namespace eth static void getRLPTestCases(js::mValue& v) { - string s = asString(contents("../../tests/rlptest.json")); + string s = asString(contents("../../../tests/rlptest.json")); BOOST_REQUIRE_MESSAGE( s.length() > 0, "Contents of 'rlptest.json' is empty. Have you cloned the 'tests' repo branch develop?"); js::read_string(s, v); -- cgit