mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 14:26:54 +00:00
Remove disabled test.
This commit is contained in:
parent
04de5a3771
commit
408571cc42
@ -1,36 +0,0 @@
|
||||
/*
|
||||
Copyright (C) 2008 - 2022
|
||||
by Pauli Nieminen <paniemin@cc.hut.fi>
|
||||
Part of the Battle for Wesnoth Project https://www.wesnoth.org/
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
#define GETTEXT_DOMAIN "wesnoth-test"
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
|
||||
BOOST_AUTO_TEST_SUITE( formula_ai )
|
||||
|
||||
//BOOST_AUTO_TEST_CASE( test_move )
|
||||
//{
|
||||
// test_utils::play_scenario scenario("formula");
|
||||
//
|
||||
// scenario.add_formula_command("move(loc(11,3), loc(15,5))");
|
||||
//
|
||||
// scenario.play();
|
||||
//
|
||||
// // Remember that map_location() handles automatically transition to 1 based from 0 based locations
|
||||
// BOOST_CHECK_EQUAL(scenario.get_unit_id(map_location(14, 4)), "side_1_leader");
|
||||
//}
|
||||
|
||||
|
||||
BOOST_AUTO_TEST_SUITE_END()
|
Loading…
x
Reference in New Issue
Block a user