summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icetray/unittests/testIceTray.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/icetray/unittests/testIceTray.cpp b/icetray/unittests/testIceTray.cpp
index b5dbb6d..a8c22a1 100644
--- a/icetray/unittests/testIceTray.cpp
+++ b/icetray/unittests/testIceTray.cpp
@@ -43,6 +43,12 @@ BOOST_AUTO_TEST_CASE( services )
p->method2(1, "test");
}
+BOOST_AUTO_TEST_CASE( getIceComponents )
+{
+ BOOST_REQUIRE(getService());
+ BOOST_REQUIRE(getAdapter());
+}
+
BOOST_AUTO_TEST_SUITE_END();
BOOST_AUTO_TEST_CASE( sqlModify )