1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-20 02:23:53 +00:00
openmw/apps/openmw_test_suite
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
..
detournavigator Make AiPursue path destination to be as close as possible to target 2021-08-18 23:44:36 +02:00
esm Use std::variant for ESM::Variant implementation 2021-04-08 19:39:31 +02:00
esmloader Add ESM data loader 2021-10-17 19:55:29 +02:00
lua Fix LuaUtilPackageTest.Transform 2021-10-17 22:47:18 +02:00
misc Pass std::string_view instead of const std::string& 2021-09-09 18:39:50 +02:00
mwdialogue Fix keyword search when the keyword is preceded by a non whitespace non alpha character 2021-10-07 13:26:40 +00:00
mwworld Use correct variable types when loading config for tests 2020-12-09 00:32:01 +00:00
nifloader Merge pull request #3032 from akortunov/gtest 2020-12-18 01:46:42 +03:00
openmw Add tests for openmw options 2021-10-05 22:51:12 +02:00
settings Add tests for settings parser 2019-10-21 22:47:24 +02:00
shader Correctly resetting line numbering during shader processing. 2020-10-03 14:22:34 +02:00
sqlite3 Add sqlite3 helpers 2021-10-16 17:43:08 +02:00
CMakeLists.txt Add ESM data loader 2021-10-17 19:55:29 +02:00
openmw_test_suite.cpp Add ESM data loader 2021-10-17 19:55:29 +02:00