Browse Source

add bc wallet test

cl-refactor
CJentzsch 10 years ago
parent
commit
16c6d48b58
  1. 4060
      test/libethereum/BlockTestsFiller/bcWalletTestFiller.json
  2. 2
      test/libethereum/StateTestsFiller/stWalletTestFiller.json
  3. 5
      test/libethereum/blockchain.cpp

4060
test/libethereum/BlockTestsFiller/bcWalletTestFiller.json

File diff suppressed because one or more lines are too long

2
test/libethereum/StateTestsFiller/stWalletTestFiller.json

@ -1285,5 +1285,5 @@
"to" : "ec0e71ad0a90ffe1909d27dac207f7680abba42d",
"value" : "0"
}
},
}
}

5
test/libethereum/blockchain.cpp

@ -704,6 +704,11 @@ BOOST_AUTO_TEST_CASE(bcGasPricerTest)
dev::test::executeTests("bcGasPricerTest", "/BlockTests",dev::test::getFolder(__FILE__) + "/BlockTestsFiller", dev::test::doBlockchainTests);
}
BOOST_AUTO_TEST_CASE(bcWalletTest)
{
dev::test::executeTests("bcWalletTest", "/BlockTests",dev::test::getFolder(__FILE__) + "/BlockTestsFiller", dev::test::doBlockchainTests);
}
BOOST_AUTO_TEST_CASE(userDefinedFile)
{
dev::test::userDefinedTest("--singletest", dev::test::doBlockchainTests);

Loading…
Cancel
Save