Fixes for tests.

This commit is contained in:
Gav Wood
2014-05-28 11:52:42 +02:00
parent 305ddf1fed
commit a418c6c09c
5 changed files with 46 additions and 7 deletions
+1 -1
View File
@@ -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);