Skip to content

Commit

Permalink
Reorder alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
AI0867 committed May 9, 2014
1 parent c291251 commit fc7cf30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/gui/test_gui2.cpp
Expand Up @@ -376,15 +376,15 @@ BOOST_AUTO_TEST_CASE(test_gui2)
test<gui2::tgamestate_inspector>();
test<gui2::tlanguage_selection>();
test<gui2::tmessage>();
test<gui2::tsimple_item_selector>();
test<gui2::tscreenshot_notification>();
test<gui2::tmp_change_control>();
test<gui2::tmp_cmd_wrapper>();
test<gui2::tmp_connect>();
test<gui2::tmp_create_game>();
test<gui2::tmp_login>();
test<gui2::tmp_method_selection>();
test<gui2::tmp_server_list>();
test<gui2::tsimple_item_selector>();
test<gui2::tscreenshot_notification>();
test<gui2::ttitle_screen>();
test<gui2::ttransient_message>();
// test<gui2::tunit_attack>(); /** @todo ENABLE */
Expand Down

0 comments on commit fc7cf30

Please sign in to comment.