Skip to content

Commit

Permalink
More attempts to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 10, 2016
1 parent 8b22341 commit 07302e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/gui/test_gui2.cpp
Expand Up @@ -478,6 +478,7 @@ BOOST_AUTO_TEST_CASE(test_gui2)
list.erase(std::remove(list.begin(), list.end(), "synced_choice_wait"), list.end());
list.erase(std::remove(list.begin(), list.end(), "drop_down_list"), list.end());
list.erase(std::remove(list.begin(), list.end(), "preferences"), list.end());
list.erase(std::remove(list.begin(), list.end(), "unit_recruit"), list.end());

// Test size() instead of empty() to get the number of offenders
BOOST_CHECK_EQUAL(list.size(), 0);
Expand Down

0 comments on commit 07302e2

Please sign in to comment.