testqbsp: make "origin" test accept legacy ericwtools output
This commit is contained in:
parent
436a9183e7
commit
f84c794668
|
|
@ -924,7 +924,8 @@ TEST_CASE("origin", "[testmaps_q1]")
|
|||
[](const entdict_t &dict) -> bool { return dict.get("classname") == "rotate_object"; });
|
||||
|
||||
REQUIRE(it != ents.end());
|
||||
REQUIRE("216 -216 340" == it->get("origin"));
|
||||
CHECK_THAT(it->get("origin"), Catch::Equals("216 -216 340")
|
||||
|| Catch::Equals("216.00 -216.00 340.00"));
|
||||
}
|
||||
|
||||
TEST_CASE("simple", "[testmaps_q1]")
|
||||
|
|
|
|||
Loading…
Reference in New Issue