1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-20 06:23:54 +00:00
openmw/apps/openmw_test_suite/lua
elsid 23026caacc
Fix LuaUtilPackageTest.Transform
It can fail due to float arithmetic precision with error:
Expected equality of these values:
  getAsString(lua, "moveAndScale")
    Which is: "TransformM{ move(6, 22, 18) scale(0.5, 1, 0.5) rotation(angle=8.53284e-17, axis=(1, 0, 0)) }"
  "TransformM{ move(6, 22, 18) scale(0.5, 1, 0.5) }"
2021-10-17 22:47:18 +02:00
..
test_lua.cpp Move LuaState::makeReadOnly(sol::table) out of the class because it doesn't need to access LuaState internals. 2021-09-19 14:38:27 +02:00
test_omwscriptsparser.cpp Fixes and refactoring 2021-07-09 20:48:54 +02:00
test_querypackage.cpp Queries. Data structures and lua bindings. 2021-07-09 20:03:27 +02:00
test_scriptscontainer.cpp Fixes and refactoring 2021-07-09 20:48:54 +02:00
test_serialization.cpp Improve error messages in components/lua/serialization.cpp 2021-08-03 16:42:26 +03:00
test_utilpackage.cpp Fix LuaUtilPackageTest.Transform 2021-10-17 22:47:18 +02:00
testing_util.hpp Add components/lua/luastate and components/lua/utilpackage 2021-07-09 20:03:27 +02:00