From d311a82444b043de5e890309f172a656729aedf0 Mon Sep 17 00:00:00 2001 From: winsvega Date: Mon, 2 Mar 2015 18:18:28 +0300 Subject: Test Cases Changes userDefinedFile test now goes with --test option for all cases --- transaction.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'transaction.cpp') diff --git a/transaction.cpp b/transaction.cpp index 8cda18f1..83fd8da4 100644 --- a/transaction.cpp +++ b/transaction.cpp @@ -167,9 +167,9 @@ BOOST_AUTO_TEST_CASE(ttCreateTest) } } -BOOST_AUTO_TEST_CASE(userDefinedFileTT) +BOOST_AUTO_TEST_CASE(userDefinedFile) { - dev::test::userDefinedTest("--ttTest", dev::test::doTransactionTests); + dev::test::userDefinedTest("--singletest", dev::test::doTransactionTests); } BOOST_AUTO_TEST_SUITE_END() -- cgit