Skip to content

Commit

Permalink
Add test files for compatibility with v01-00 and fix buggy v00-99 file (
Browse files Browse the repository at this point in the history
#643)

* Use a file that has actually been produced with v00-99

* Add tests files for checking compatibility with v01-00
  • Loading branch information
tmadlener authored Jul 16, 2024
1 parent bf653f3 commit e1645aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ set(root_legacy_test_versions
v00-16-05
v00-16-06
v00-99
v01-00
)

add_subdirectory(root_io)
Expand All @@ -68,6 +69,7 @@ if (ENABLE_SIO)
v00-16-05
v00-16-06
v00-99
v01-00
)

add_subdirectory(sio_io)
Expand Down
2 changes: 1 addition & 1 deletion tests/input_files/v00-99-example_frame.root.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dbd91affe295c85c1838c40fb9da5013
f16f21a368a87e630bbab2e764c7360c
1 change: 1 addition & 0 deletions tests/input_files/v01-00-example_frame.root.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6f4166e975a427187a664e9e22fa3c8e
1 change: 1 addition & 0 deletions tests/input_files/v01-00-example_frame.sio.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bc04f154eb88ea84a00f0fe62851d3b6

0 comments on commit e1645aa

Please sign in to comment.