Skip to content

Commit

Permalink
Remove mentions of ADIOS1 from Serial testing
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Apr 7, 2023
1 parent dc7ecf3 commit e607d72
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions test/SerialIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4468,10 +4468,8 @@ TEST_CASE("adios2_engines_and_file_endings")
Series read(
name,
Access::READ_ONLY,
isThisADIOS1
? "backend = \"adios1\""
: "backend = \"adios2\"\nadios2.engine.type = \"" +
requiredEngine + "\"");
"backend = \"adios2\"\nadios2.engine.type = \"" +
requiredEngine + "\"");
}
};

Expand Down Expand Up @@ -4625,10 +4623,8 @@ TEST_CASE("adios2_engines_and_file_endings")
Series read(
name,
Access::READ_ONLY,
isThisADIOS1
? "backend = \"adios1\""
: "backend = \"adios2\"\nadios2.engine.type = \"" +
requiredEngine + "\"");
"backend = \"adios2\"\nadios2.engine.type = \"" +
requiredEngine + "\"");
}
};

Expand Down

0 comments on commit e607d72

Please sign in to comment.