Skip to content

Commit e1e35f0

Browse files
authored
Limit the RNTuple backwards compatibility to podio 1.3 (#413)
1 parent 97d9eef commit e1e35f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/backwards_compat/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ set_tests_properties(
1010
)
1111

1212

13-
if (${ROOT_VERSION} VERSION_GREATER_EQUAL 6.34)
13+
if (${ROOT_VERSION} VERSION_GREATER_EQUAL 6.34 AND ${podio_VERSION} VERSION_GREATER_EQUAL 1.3)
1414
# This input file has been written with ROOT 6.34.
1515
# Trying to read this with an older version of ROOT doesn't work
1616
ExternalData_Add_Test(backward_compat_tests
17-
NAME backwards_compat_rntuple_v00-99 COMMAND pytest -v --inputfile=DATA{${CMAKE_CURRENT_SOURCE_DIR}/input_files/edm4hep_example_rntuple_v00-99-01_podio_v01-02.root})
17+
NAME backwards_compat_rntuple_v00-99 COMMAND pytest -v --inputfile=DATA{${CMAKE_CURRENT_SOURCE_DIR}/input_files/edm4hep_example_rntuple_v00-99-01_podio_v01-03.root})
1818
set_test_env(backwards_compat_rntuple_v00-99)
1919

2020
set_tests_properties(

test/backwards_compat/input_files/edm4hep_example_rntuple_v00-99-01_podio_v01-02.root.md5

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1e1b8bff26a5983ee7371f0e76584bcc

0 commit comments

Comments
 (0)