Skip to content

Commit

Permalink
Fix windows test compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Eugenio Collado <eugeniocollado@eprosima.com>
  • Loading branch information
EugenioCollado committed Jan 9, 2025
1 parent 057bb4a commit 52f80f4
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion ddsrecorder/test/blackbox/FileCreationTest.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <thread>
#include <vector>

#include <cpp_utils/testing/gtest_aux.hpp>
#include <gtest/gtest.h>

#include <fastdds/dds/core/policy/QosPolicies.hpp>
Expand All @@ -42,7 +43,6 @@
#include <fastdds/dds/xtypes/type_representation/ITypeObjectRegistry.hpp>
#include <fastdds/dds/xtypes/utils.hpp>

#include <cpp_utils/testing/gtest_aux.hpp>
#include <cpp_utils/ros2_mangling.hpp>

#include <ddsrecorder_participants/recorder/output/FileTracker.hpp>
Expand Down
3 changes: 2 additions & 1 deletion ddsrecorder/test/blackbox/mcap/McapFileCreationTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include <string>

#include <mcap/reader.hpp>

#include <cpp_utils/testing/gtest_aux.hpp>
#include <gtest/gtest.h>

#include <fastdds/dds/domain/DomainParticipantFactory.hpp>
Expand All @@ -30,7 +32,6 @@
#include <fastdds/dds/xtypes/type_representation/TypeObject.hpp>

#include <cpp_utils/ros2_mangling.hpp>
#include <cpp_utils/testing/gtest_aux.hpp>

#include <ddspipe_core/types/dds/TopicQoS.hpp>

Expand Down
2 changes: 1 addition & 1 deletion ddsrecorder/test/blackbox/mcap/McapLogErrorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

#include <memory>

#include <cpp_utils/testing/gtest_aux.hpp>
#include <gtest/gtest.h>
#include <mcap/writer.hpp>

#include <cpp_utils/Log.hpp>
#include <cpp_utils/exception/InitializationException.hpp>
#include <cpp_utils/testing/gtest_aux.hpp>
#include <cpp_utils/testing/LogChecker.hpp>

#include <ddspipe_core/efficiency/payload/PayloadPool.hpp>
Expand Down
2 changes: 1 addition & 1 deletion ddsrecorder/test/blackbox/sql/SqlFileCreationTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@

#include <sqlite/sqlite3.h>

#include <cpp_utils/testing/gtest_aux.hpp>
#include <gtest/gtest.h>

#include <cpp_utils/exception/InitializationException.hpp>
#include <cpp_utils/Formatter.hpp>
#include <cpp_utils/ros2_mangling.hpp>
#include <cpp_utils/testing/gtest_aux.hpp>

#include <ddspipe_core/types/dds/TopicQoS.hpp>

Expand Down
2 changes: 1 addition & 1 deletion ddsrecorder/test/blackbox/sql/SqlLogErrorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

#include <memory>

#include <cpp_utils/testing/gtest_aux.hpp>
#include <gtest/gtest.h>

#include <cpp_utils/Log.hpp>
#include <cpp_utils/exception/InconsistencyException.hpp>
#include <cpp_utils/exception/InitializationException.hpp>
#include <cpp_utils/testing/gtest_aux.hpp>
#include <cpp_utils/testing/LogChecker.hpp>

#include <ddspipe_core/efficiency/payload/PayloadPool.hpp>
Expand Down
3 changes: 1 addition & 2 deletions ddsreplayer/test/blackbox/FileReadTest.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
#include <string>
#include <thread>

#include <cpp_utils/testing/gtest_aux.hpp>
#include <gtest/gtest.h>

#include <fastdds/dds/domain/DomainParticipantListener.hpp>

#include <cpp_utils/testing/gtest_aux.hpp>

#include <ddsrecorder_yaml/recorder/YamlReaderConfiguration.hpp>

#include <tool/DdsReplayer.hpp>
Expand Down
3 changes: 1 addition & 2 deletions ddsreplayer/test/blackbox/mcap/McapFileReadTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <gtest/gtest.h>

#include <cpp_utils/testing/gtest_aux.hpp>
#include <gtest/gtest.h>

#include "McapFileReadTest.hpp"

Expand Down
3 changes: 1 addition & 2 deletions ddsreplayer/test/blackbox/mcap/McapFileReadWithTypeTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <gtest/gtest.h>

#include <cpp_utils/testing/gtest_aux.hpp>
#include <gtest/gtest.h>

#include "McapFileReadWithTypeTest.hpp"

Expand Down
3 changes: 1 addition & 2 deletions ddsreplayer/test/blackbox/sql/SqlFileReadTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <gtest/gtest.h>

#include <cpp_utils/testing/gtest_aux.hpp>
#include <gtest/gtest.h>

#include "SqlFileReadTest.hpp"

Expand Down
3 changes: 1 addition & 2 deletions ddsreplayer/test/blackbox/sql/SqlFileReadWithTypeTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include <gtest/gtest.h>

#include <cpp_utils/testing/gtest_aux.hpp>
#include <gtest/gtest.h>

#include "SqlFileReadWithTypeTest.hpp"

Expand Down

0 comments on commit 52f80f4

Please sign in to comment.