Skip to content
Snippets Groups Projects
Commit ea77e5e0 authored by vargheseg's avatar vargheseg
Browse files

TestFacility not enabled for testVersionPropagation.cc

parent 71d0cd70
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,10 @@
#include <ChimeraTK/VersionNumber.h>
namespace ctk = ChimeraTK;
using Fixture_testFacilityEnabled = fixture_with_poll_and_push_input<true>;
using Fixture = fixture_with_poll_and_push_input<false>;
BOOST_FIXTURE_TEST_SUITE(versionPropagation, Fixture_testFacilityEnabled)
BOOST_FIXTURE_TEST_SUITE(versionPropagation, Fixture)
BOOST_AUTO_TEST_CASE(versionPropagation_testPolledRead) {
std::cout << "versionPropagation_testPolledRead" << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment