Skip to content

Commit

Permalink
Refs #20165: Implemented unittests. Added Case0 for no TypeObject
Browse files Browse the repository at this point in the history
Signed-off-by: adriancampo <adriancampo@eprosima.com>
  • Loading branch information
adriancampo committed Jan 31, 2024
1 parent a66d226 commit 3383f5d
Show file tree
Hide file tree
Showing 42 changed files with 2,140 additions and 1,963 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -841,4 +841,4 @@ void TypeLookupManager::remove_builtin_reply_writer_history_change(

} // namespace dds
} // namespace fastdds
} // namespace eprosima
} // namespace eprosima
Original file line number Diff line number Diff line change
Expand Up @@ -454,4 +454,4 @@ class TypeLookupManager
} /* namespace dds */
} /* namespace fastdds */
} /* namespace eprosima */
#endif /* _FASTDDS_BUILTIN_TYPE_LOOKUP_SERVICE_TYPE_LOOKUP_SERVICE_MANAGER_HPP_ */
#endif /* _FASTDDS_BUILTIN_TYPE_LOOKUP_SERVICE_TYPE_LOOKUP_SERVICE_MANAGER_HPP_ */
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <fastdds/builtin/type_lookup_service/TypeLookupReplyListener.hpp>

#include <fastdds/dds/log/Log.hpp>
#include <fastrtps/rtps/reader/RTPSReader.h>

#include <fastdds/builtin/type_lookup_service/TypeLookupManager.hpp>
#include <rtps/participant/RTPSParticipantImpl.h>
Expand Down Expand Up @@ -314,4 +313,4 @@ void TypeLookupReplyWListener::onWriterChangeReceivedByAll(

} // namespace dds
} // namespace fastdds
} // namespace eprosima
} // namespace eprosima
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ class TypeLookupReplyWListener : public fastrtps::rtps::WriterListener
} /* namespace dds */
} /* namespace fastdds */
} /* namespace eprosima */
#endif /* _FASTDDS_BUILTIN_TYPE_LOOKUP_SERVICE_TYPE_LOOKUP_REPLY_LISTENER_HPP_*/
#endif /* _FASTDDS_BUILTIN_TYPE_LOOKUP_SERVICE_TYPE_LOOKUP_REPLY_LISTENER_HPP_*/
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <fastdds/builtin/type_lookup_service/TypeLookupRequestListener.hpp>

#include <fastdds/dds/log/Log.hpp>
#include <fastrtps/rtps/reader/RTPSReader.h>

#include <fastdds/builtin/type_lookup_service/TypeLookupManager.hpp>
#include <rtps/participant/RTPSParticipantImpl.h>
Expand Down Expand Up @@ -439,4 +438,4 @@ void TypeLookupRequestWListener::onWriterChangeReceivedByAll(

} // namespace dds
} // namespace fastdds
} // namespace eprosima
} // namespace eprosima
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@ class TypeLookupRequestWListener : public fastrtps::rtps::WriterListener
} /* namespace dds */
} /* namespace fastdds */
} /* namespace eprosima */
#endif /* _FASTDDS_BUILTIN_TYPE_LOOKUP_SERVICE_TYPE_LOOKUP_REQUEST_LISTENER_HPP_*/
#endif /* _FASTDDS_BUILTIN_TYPE_LOOKUP_SERVICE_TYPE_LOOKUP_REQUEST_LISTENER_HPP_*/
10 changes: 5 additions & 5 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ if(EPROSIMA_BUILD_TESTS)
find_package(GTest CONFIG REQUIRED)
include(${PROJECT_SOURCE_DIR}/cmake/testing/GoogleTest.cmake)

# add_subdirectory(blackbox)
# add_subdirectory(communication)
# add_subdirectory(unittest)
# add_subdirectory(dds/communication)
# add_subdirectory(dds/discovery)
add_subdirectory(blackbox)
add_subdirectory(communication)
add_subdirectory(unittest)
add_subdirectory(dds/communication)
add_subdirectory(dds/discovery)
add_subdirectory(dds/xtypes)

if(UNIX AND NOT APPLE AND STRICT_REALTIME)
Expand Down
Loading

0 comments on commit 3383f5d

Please sign in to comment.