Fix tests for 4.3 and make use of getConfiguration.

This commit is contained in:
Juraj Kirchheim
2023-04-06 06:41:28 +00:00
parent c400f5af51
commit 2471637905
5 changed files with 22 additions and 15 deletions

View File

@@ -29,7 +29,9 @@ abstract PhysicalType<T>(Either<Class<T>, Enum<T>>) {
}
//TODO: this helper should go somewhere
class Base extends TestCase {
function stringCompare<A>(v1:A, v2:A, ?pos)
assertEquals(Std.string(v1), Std.string(v2), pos);
function fail(msg:String, ?c : PosInfos) {
currentTest.done = true;
currentTest.success = false;