Skip to content
Snippets Groups Projects
Commit 47f5ef1b authored by Elias Pipping's avatar Elias Pipping
Browse files

Tests: Do not reuse a filename

parent 84bdc95e
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ template <class Vector>
bool checkAddSequence(Vector const &written0, Vector const &written1) {
bool passed = true;
using ft = typename Vector::block_type::field_type;
std::string const filename("out-sequence.h5");
std::string const filename("out-sequence-add.h5");
{
deleteIfNecessary(filename);
HDF5::File file(filename.c_str());
......@@ -101,7 +101,7 @@ template <class Vector>
bool checkAppendSequence(Vector const &written0, Vector const &written1) {
bool passed = true;
using ft = typename Vector::block_type::field_type;
std::string const filename("out-sequence.h5");
std::string const filename("out-sequence-append.h5");
{
deleteIfNecessary(filename);
HDF5::File file(filename.c_str());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment