Remove disabled test.

This commit is contained in:
Pentarctagon 2022-07-28 16:24:15 -05:00 committed by Pentarctagon
parent 04de5a3771
commit 408571cc42

View File

@ -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()