aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.cpp
diff options
context:
space:
mode:
authorCJentzsch <jentzsch.software@gmail.com>2015-04-21 05:17:19 +0800
committerCJentzsch <jentzsch.software@gmail.com>2015-04-21 05:17:19 +0800
commit8f8eb359741efe6cba7d27c9f55212492987afac (patch)
treea2d3533b5f60f1ab6515d07aca5730324ee723eb /TestHelper.cpp
parent6a3bb95473e1cf77884078b0bd2c33218882f0ee (diff)
downloaddexon-solidity-8f8eb359741efe6cba7d27c9f55212492987afac.tar.gz
dexon-solidity-8f8eb359741efe6cba7d27c9f55212492987afac.tar.zst
dexon-solidity-8f8eb359741efe6cba7d27c9f55212492987afac.zip
fixes
Diffstat (limited to 'TestHelper.cpp')
-rw-r--r--TestHelper.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp
index 3d085682..1419afde 100644
--- a/TestHelper.cpp
+++ b/TestHelper.cpp
@@ -602,10 +602,8 @@ void executeTests(const string& _name, const string& _testPathAppendix, const bo
try
{
cnote << "Populating tests...";
- cout << "boost::filesystem::current_path(): " << boost::filesystem::current_path().string() << endl;
json_spirit::mValue v;
boost::filesystem::path p(__FILE__);
- boost::filesystem::path dir = p.parent_path();
string s = asString(dev::contents(_pathToFiller.string() + "/" + _name + "Filler.json"));
BOOST_REQUIRE_MESSAGE(s.length() > 0, "Contents of " + _pathToFiller.string() + "/" + _name + "Filler.json is empty.");
json_spirit::read_string(s, v);