Skip to content

Commit d00215f

Browse files
committed
Put Append tests in their own folders
This makes repeated application of tests possible
1 parent a7ac0a3 commit d00215f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/SerialIOTest.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6507,21 +6507,21 @@ TEST_CASE("append_mode", "[serial]")
65076507
}
65086508
})END";
65096509
append_mode(
6510-
"../samples/append_groupbased." + t, false, jsonConfigOld);
6510+
"../samples/append/groupbased." + t, false, jsonConfigOld);
65116511
append_mode(
6512-
"../samples/append_variablebased." + t, false, jsonConfigNew);
6512+
"../samples/append/variablebased." + t, false, jsonConfigNew);
65136513
append_mode(
6514-
"../samples/append_groupbased_newschema." + t,
6514+
"../samples/append/groupbased_newschema." + t,
65156515
true,
65166516
jsonConfigOld);
65176517
append_mode(
6518-
"../samples/append_variablebased_newschema." + t,
6518+
"../samples/append/variablebased_newschema." + t,
65196519
true,
65206520
jsonConfigNew);
65216521
}
65226522
else
65236523
{
6524-
append_mode("../samples/append_groupbased." + t, false);
6524+
append_mode("../samples/append/roupbased." + t, false);
65256525
}
65266526
}
65276527
}

0 commit comments

Comments
 (0)