mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-28 03:02:05 +00:00
Add comprehensive ActivityComponent serialization tests
- Add 4 tests covering ActivityComponent serialization behavior - Test no players, players with data, initial update, and not dirty scenarios - Use ScriptedActivityComponent (concrete implementation) for Entity template system compatibility - Validate activity player data serialization format with 10 float values per player - All tests pass, verifying network data transmission correctness Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
set(DCOMPONENTS_TESTS
|
||||
"ActivityComponentTests.cpp"
|
||||
"DestroyableComponentTests.cpp"
|
||||
"HavokVehiclePhysicsComponentTests.cpp"
|
||||
"ModelComponentTests.cpp"
|
||||
|
||||
Reference in New Issue
Block a user