Skip to content

Commit

Permalink
[skip-ci] add test rationale
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdymercury authored and dpiparo committed Feb 1, 2025
1 parent 2909ad2 commit 8b3840f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions io/io/test/TFileTests.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ TEST(TFile, k630forwardCompatibility)
{
gEnv->SetValue("TFile.v630forwardCompatibility", 1);
const std::string filename{"filek30.root"};
// Testing that the flag is also set when creating the file from scratch (as opposed to "UPDATE")
TFile filec{filename.c_str(),"RECREATE"};
ASSERT_EQ(filec.TestBit(TFile::k630forwardCompatibility), true);
filec.Close();
Expand Down

0 comments on commit 8b3840f

Please sign in to comment.