Skip to content

Commit c78e0c6

Browse files
committed
[roottest] Correct a fixture name for a schema evolution test.
The "readNew" test reads an old file with a new class definition. By mistake, its fixture was however causing the creation of the root file with the new class version that is used in a different test.
1 parent 6bd243c commit c78e0c6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

roottest/root/io/evolution/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ ROOTTEST_ADD_TEST(ClassConvReadNew
6060
MACRO ClassConvReadNew.cxx
6161
OUTREF ClassConvReadNew.ref
6262
LABELS longtest io
63-
FIXTURES_REQUIRED root-io-evolution-ClassConvWriteNew-fixture)
63+
FIXTURES_REQUIRED root-io-evolution-ClassConvWriteOld-fixture # Not a typo. It reads the old file
64+
)
6465

6566

6667
ROOTTEST_COMPILE_MACRO(ClassConvOther.cxx

0 commit comments

Comments
 (0)