Skip to content

Commit

Permalink
Exclude loadscreen from GUI2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 30, 2016
1 parent f849048 commit 531f391
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/gui/test_gui2.cpp
Expand Up @@ -50,6 +50,7 @@
#include "gui/dialogs/gamestate_inspector.hpp"
#include "gui/dialogs/label_settings.hpp"
#include "gui/dialogs/language_selection.hpp"
#include "gui/dialogs/loadscreen.hpp"
#include "gui/dialogs/lobby/lobby.hpp"
#include "gui/dialogs/lobby/player_info.hpp"
#include "gui/dialogs/lua_interpreter.hpp"
Expand Down Expand Up @@ -396,6 +397,7 @@ BOOST_AUTO_TEST_CASE(test_gui2)
test<gui2::tgame_save_oos>();
test<gui2::tgamestate_inspector>();
test<gui2::tlanguage_selection>();
// test<gui2::tloadscreen>(); TODO: enable
test<gui2::tlobby_main>();
test<gui2::tlobby_player_info>();
test<gui2::tmessage>();
Expand Down Expand Up @@ -473,6 +475,7 @@ BOOST_AUTO_TEST_CASE(test_gui2)
list.erase(std::remove(list.begin(), list.end(), "addon_filter_options"), list.end());
list.erase(std::remove(list.begin(), list.end(), "addon_uninstall_list"), list.end());
list.erase(std::remove(list.begin(), list.end(), "addon_list"), list.end());
list.erase(std::remove(list.begin(), list.end(), "loadscreen"), list.end());
list.erase(std::remove(list.begin(), list.end(), "network_transmission"), list.end());
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());
Expand Down

0 comments on commit 531f391

Please sign in to comment.