diff options
author | Gav Wood <i@gavwood.com> | 2014-05-28 17:52:42 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-05-28 17:52:42 +0800 |
commit | a418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12 (patch) | |
tree | 70848a6e3e86d0a4337f398b9904a9f8c26ace63 /hexPrefix.cpp | |
parent | 305ddf1fed4640c0a9ce9c3f693700c9dd9aea69 (diff) | |
download | dexon-solidity-a418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12.tar dexon-solidity-a418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12.tar.gz dexon-solidity-a418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12.tar.bz2 dexon-solidity-a418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12.tar.lz dexon-solidity-a418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12.tar.xz dexon-solidity-a418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12.tar.zst dexon-solidity-a418c6c09c7cf6f0dd2f1a9cd0dd7ec9cc121c12.zip |
Fixes for tests.
Diffstat (limited to 'hexPrefix.cpp')
-rw-r--r-- | hexPrefix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hexPrefix.cpp b/hexPrefix.cpp index 565ef50c..871e86f0 100644 --- a/hexPrefix.cpp +++ b/hexPrefix.cpp @@ -34,7 +34,7 @@ BOOST_AUTO_TEST_CASE(hexPrefix_test) { cnote << "Testing Hex-Prefix-Encode..."; js::mValue v; - string s = asString(contents("../../tests/hexencodetest.json")); + string s = asString(contents("../../../tests/hexencodetest.json")); BOOST_REQUIRE_MESSAGE(s.length() > 0, "Content from 'hexencodetest.json' is empty. Have you cloned the 'tests' repo branch develop?"); js::read_string(s, v); for (auto& i: v.get_obj()) |