Mercurial > fife-parpg
diff tests/core_tests/test_gui.cpp @ 378:64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 11 Jan 2010 23:34:52 +0000 |
parents | 35f6cfea565e |
children | ecaa4d98f05f |
line wrap: on
line diff
--- a/tests/core_tests/test_gui.cpp Wed Dec 09 17:01:52 2009 +0000 +++ b/tests/core_tests/test_gui.cpp Mon Jan 11 23:34:52 2010 +0000 @@ -51,8 +51,8 @@ using namespace FIFE; -static const std::string IMAGE_FILE = "../../tests/data/beach_e1.png"; -static const std::string SUBIMAGE_FILE = "../../tests/data/rpg_tiles_01.png"; +static const std::string IMAGE_FILE = "tests/data/beach_e1.png"; +static const std::string SUBIMAGE_FILE = "ests/data/rpg_tiles_01.png"; struct environment { boost::shared_ptr<TimeManager> timemanager;