flags changed
This commit is contained in:
parent
7c40ea6f97
commit
70ce0ceb19
3 changed files with 3 additions and 3 deletions
|
@ -51,6 +51,6 @@ BOOST_AUTO_TEST_CASE(seller_states)
|
|||
std::cout << "Anzahl sellers: " << sellers.size() << "\n";
|
||||
BOOST_TEST((sellers.at(0).getState() == Entity::State::NEW));
|
||||
BOOST_TEST(db.storeSellers(sellers) == 1);
|
||||
BOOST_TEST((sellers.at(0).getState() == Entity::State::CLEAN));
|
||||
BOOST_TEST((sellers.at(0).getState() == Entity::State::OK));
|
||||
BOOST_TEST(db.storeSellers(sellers) == 0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue