Skip to content

Commit a3bd691

Browse files
Fixed header files for node tests
Update #548
1 parent 2aa14c2 commit a3bd691

13 files changed

+13
-13
lines changed

test/node/dataset_variable_string_io.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
//
2626
#include <catch2/catch.hpp>
2727
#include <h5cpp/contrib/stl/stl.hpp>
28-
#include <h5cpp/hdf5.hpp>
28+
#include <h5cpp/h5cpp.hpp>
2929

3030
using namespace hdf5;
3131

test/node/functions_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
//
2626

2727
#include <catch2/catch.hpp>
28-
#include <h5cpp/hdf5.hpp>
28+
#include <h5cpp/h5cpp.hpp>
2929
#include "../utilities.hpp"
3030

3131
using namespace hdf5;

test/node/get_group_and_dataset_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// Created on: Nov 22, 2017
2525
//
2626
#include <catch2/catch.hpp>
27-
#include <h5cpp/hdf5.hpp>
27+
#include <h5cpp/h5cpp.hpp>
2828

2929
using namespace hdf5;
3030

test/node/get_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// Created on: Nov 16, 2017
2525
//
2626
#include <catch2/catch.hpp>
27-
#include <h5cpp/hdf5.hpp>
27+
#include <h5cpp/h5cpp.hpp>
2828

2929
using namespace hdf5;
3030

test/node/group_node_iteration_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
//
2626
#include <algorithm>
2727
#include <catch2/catch.hpp>
28-
#include <h5cpp/hdf5.hpp>
28+
#include <h5cpp/h5cpp.hpp>
2929
#include <vector>
3030

3131
using namespace hdf5;

test/node/group_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
//
2828

2929
#include <catch2/catch.hpp>
30-
#include <h5cpp/hdf5.hpp>
30+
#include <h5cpp/h5cpp.hpp>
3131
#include <vector>
3232
#include "../utilities.hpp"
3333

test/node/is_group_is_dataset_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// Created on: Nov 22, 2017
2525
//
2626
#include <catch2/catch.hpp>
27-
#include <h5cpp/hdf5.hpp>
27+
#include <h5cpp/h5cpp.hpp>
2828

2929
using namespace hdf5;
3030

test/node/link_target_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#endif
3232
#include <iterator>
3333
//#include "group_test_fixtures.hpp"
34-
#include <h5cpp/hdf5.hpp>
34+
#include <h5cpp/h5cpp.hpp>
3535

3636
namespace {
3737
static size_t get_path_size(const fs::path& path) {

test/node/link_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
//
2626

2727
#include <catch2/catch.hpp>
28-
#include <h5cpp/hdf5.hpp>
28+
#include <h5cpp/h5cpp.hpp>
2929

3030
using namespace hdf5;
3131

test/node/link_type_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
//
2626

2727
#include <catch2/catch.hpp>
28-
#include <h5cpp/hdf5.hpp>
28+
#include <h5cpp/h5cpp.hpp>
2929

3030
using namespace hdf5;
3131

0 commit comments

Comments
 (0)