Skip to content

Commit

Permalink
Fixed header files for node tests
Browse files Browse the repository at this point in the history
Update #548
  • Loading branch information
eugenwintersberger committed Aug 9, 2022
1 parent 2aa14c2 commit a3bd691
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion test/node/dataset_variable_string_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//
#include <catch2/catch.hpp>
#include <h5cpp/contrib/stl/stl.hpp>
#include <h5cpp/hdf5.hpp>
#include <h5cpp/h5cpp.hpp>

using namespace hdf5;

Expand Down
2 changes: 1 addition & 1 deletion test/node/functions_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//

#include <catch2/catch.hpp>
#include <h5cpp/hdf5.hpp>
#include <h5cpp/h5cpp.hpp>
#include "../utilities.hpp"

using namespace hdf5;
Expand Down
2 changes: 1 addition & 1 deletion test/node/get_group_and_dataset_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// Created on: Nov 22, 2017
//
#include <catch2/catch.hpp>
#include <h5cpp/hdf5.hpp>
#include <h5cpp/h5cpp.hpp>

using namespace hdf5;

Expand Down
2 changes: 1 addition & 1 deletion test/node/get_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// Created on: Nov 16, 2017
//
#include <catch2/catch.hpp>
#include <h5cpp/hdf5.hpp>
#include <h5cpp/h5cpp.hpp>

using namespace hdf5;

Expand Down
2 changes: 1 addition & 1 deletion test/node/group_node_iteration_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//
#include <algorithm>
#include <catch2/catch.hpp>
#include <h5cpp/hdf5.hpp>
#include <h5cpp/h5cpp.hpp>
#include <vector>

using namespace hdf5;
Expand Down
2 changes: 1 addition & 1 deletion test/node/group_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
//

#include <catch2/catch.hpp>
#include <h5cpp/hdf5.hpp>
#include <h5cpp/h5cpp.hpp>
#include <vector>
#include "../utilities.hpp"

Expand Down
2 changes: 1 addition & 1 deletion test/node/is_group_is_dataset_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// Created on: Nov 22, 2017
//
#include <catch2/catch.hpp>
#include <h5cpp/hdf5.hpp>
#include <h5cpp/h5cpp.hpp>

using namespace hdf5;

Expand Down
2 changes: 1 addition & 1 deletion test/node/link_target_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#endif
#include <iterator>
//#include "group_test_fixtures.hpp"
#include <h5cpp/hdf5.hpp>
#include <h5cpp/h5cpp.hpp>

namespace {
static size_t get_path_size(const fs::path& path) {
Expand Down
2 changes: 1 addition & 1 deletion test/node/link_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//

#include <catch2/catch.hpp>
#include <h5cpp/hdf5.hpp>
#include <h5cpp/h5cpp.hpp>

using namespace hdf5;

Expand Down
2 changes: 1 addition & 1 deletion test/node/link_type_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//

#include <catch2/catch.hpp>
#include <h5cpp/hdf5.hpp>
#include <h5cpp/h5cpp.hpp>

using namespace hdf5;

Expand Down
2 changes: 1 addition & 1 deletion test/node/recursive_node_iterator_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//
#include <algorithm>
#include <catch2/catch.hpp>
#include <h5cpp/hdf5.hpp>
#include <h5cpp/h5cpp.hpp>

using namespace hdf5;

Expand Down
2 changes: 1 addition & 1 deletion test/node/symbolic_link_creation_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// Created on: Nov 20, 2017
//
#include <catch2/catch.hpp>
#include <h5cpp/hdf5.hpp>
#include <h5cpp/h5cpp.hpp>

using hdf5::Path;
using hdf5::node::Group;
Expand Down
2 changes: 1 addition & 1 deletion test/node/type_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
//

#include <catch2/catch.hpp>
#include <h5cpp/hdf5.hpp>
#include <h5cpp/h5cpp.hpp>

using namespace hdf5;

Expand Down

0 comments on commit a3bd691

Please sign in to comment.