Skip to content

Commit

Permalink
add minor modification to ElementChecker tests
Browse files Browse the repository at this point in the history
issue #33
  • Loading branch information
Valentin Noel committed Oct 22, 2013
1 parent dd59322 commit 792a5d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions libraries/ElementChecker/test/checkerTest.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include <BasicElement/SubElements/Number.hpp>
#include <BasicElement/SubElements/Data.hpp>

using namespace element_checker;

BOOST_AUTO_TEST_SUITE( element_checker_test_checker )

BOOST_AUTO_TEST_CASE( element_checker_checker_data )
Expand Down
3 changes: 3 additions & 0 deletions libraries/ElementChecker/test/elementCheckerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
using namespace boost::unit_test;
namespace bpt = boost::property_tree;

using namespace element_checker;

spec_reader::SpecNode getSpecNode( bpt::ptree& tree, const std::string& jsonString )
{
std::istringstream isstream( jsonString );
Expand All @@ -28,4 +30,5 @@ BOOST_AUTO_TEST_CASE( element_checker_test_init )
BOOST_AUTO_TEST_SUITE_END()

// #include "translatorTest.hpp"
// #include "rangesTest.hpp"
#include "checkerTest.hpp"
2 changes: 0 additions & 2 deletions libraries/ElementChecker/test/translatorTest.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#include <BasicElement/SubElements/Data.hpp>
#include <ElementChecker/Translator/Translator.hpp>

using namespace element_checker;

BOOST_AUTO_TEST_SUITE( element_checker_test_translator )

BOOST_AUTO_TEST_CASE( element_checker_translator_1 )
Expand Down

0 comments on commit 792a5d9

Please sign in to comment.