diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-05-27 13:43:47 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-05-27 13:43:47 +0100 |
commit | c1a2a2fdf3c8b16e2235962ffefad010d9c9f8ed (patch) | |
tree | 420723815ac6753441f14fe51836555de5551a19 /test | |
parent | Remove abuse of std::adjacent_find from geoData (diff) | |
download | ilt-c1a2a2fdf3c8b16e2235962ffefad010d9c9f8ed.tar.bz2 ilt-c1a2a2fdf3c8b16e2235962ffefad010d9c9f8ed.tar.xz ilt-c1a2a2fdf3c8b16e2235962ffefad010d9c9f8ed.zip |
Surface asset test doesn't need render dump
Diffstat (limited to 'test')
-rw-r--r-- | test/test-assetFactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-assetFactory.cpp b/test/test-assetFactory.cpp index 6061723..73370c8 100644 --- a/test/test-assetFactory.cpp +++ b/test/test-assetFactory.cpp @@ -79,8 +79,6 @@ private: SceneRenderer sceneRenderer; }; -BOOST_FIXTURE_TEST_SUITE(m, FactoryFixture); - BOOST_AUTO_TEST_CASE(surfaces, *boost::unit_test::timeout(5)) { auto mf = AssetFactory::loadXML(RESDIR "/surfaces.xml"); @@ -95,6 +93,8 @@ BOOST_AUTO_TEST_CASE(surfaces, *boost::unit_test::timeout(5)) BOOST_REQUIRE_EQUAL(gravel->quality, 1.F); } +BOOST_FIXTURE_TEST_SUITE(m, FactoryFixture); + BOOST_AUTO_TEST_CASE(brush47xml, *boost::unit_test::timeout(5)) { auto mf = AssetFactory::loadXML(RESDIR "/brush47.xml"); |