mirror of
https://github.com/rwengine/openrw.git
synced 2025-04-28 21:08:05 +03:00
Rename ObjectDataTests suite to LoaderIDETests
This commit is contained in:
parent
fc64c5e87e
commit
b14bcc8a12
2 changed files with 2 additions and 2 deletions
|
@ -19,11 +19,11 @@ set(TESTS
|
|||
Items
|
||||
Lifetime
|
||||
LoaderDFF
|
||||
LoaderIDE
|
||||
LoaderIPL
|
||||
Logger
|
||||
Menu
|
||||
Object
|
||||
ObjectData
|
||||
Payphone
|
||||
Pickup
|
||||
Renderer
|
||||
|
|
|
@ -68,7 +68,7 @@ struct WithLoaderIDE {
|
|||
std::istringstream test_data_stream {kTestDataObjects};
|
||||
};
|
||||
|
||||
BOOST_FIXTURE_TEST_SUITE(ObjectDataTests, WithLoaderIDE)
|
||||
BOOST_FIXTURE_TEST_SUITE(LoaderIDETests, WithLoaderIDE)
|
||||
|
||||
BOOST_AUTO_TEST_CASE(objects_contains_modelID) {
|
||||
loader.load(test_data_stream, {});
|
Loading…
Add table
Add a link
Reference in a new issue