Tests passent
This commit is contained in:
Binary file not shown.
Binary file not shown.
57602
test/PoolRouter.csv
57602
test/PoolRouter.csv
File diff suppressed because it is too large
Load Diff
BIN
test/test_json
BIN
test/test_json
Binary file not shown.
@@ -34,7 +34,7 @@ public:
|
||||
|
||||
BOOST_AUTO_TEST_CASE(TestCase_JSONPool)
|
||||
{
|
||||
std::ifstream input("../../data/factory.json");
|
||||
std::ifstream input("../data/factory.json"); // Fix : j'ai retiré un ../ pour que le test passe sous Codeblocks
|
||||
|
||||
if (input) {
|
||||
std::string str((std::istreambuf_iterator<char>(input)), std::istreambuf_iterator<char>());
|
||||
@@ -71,6 +71,7 @@ BOOST_AUTO_TEST_CASE(TestCase_JSONPool)
|
||||
|
||||
BOOST_CHECK(true);
|
||||
} else {
|
||||
std::cout << "ERREUR : FICHIER JSON NON TROUVé" << std::endl;
|
||||
BOOST_CHECK(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
test/test_simple
BIN
test/test_simple
Binary file not shown.
Reference in New Issue
Block a user