Skip to content

Commit e5ac981

Browse files
committed
DPL GUI: increase code coverage
1 parent 99084ed commit e5ac981

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Framework/Core/test/test_GUITests.cxx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,10 @@ BOOST_AUTO_TEST_CASE(DevicesGraph)
148148
{},
149149
{},
150150
{},
151-
{},
151+
{ ConfigParamSpec{ "global-config", VariantType::String, { "A global config option for all processor specs" } },
152+
ConfigParamSpec{ "a-boolean", VariantType::Bool, true, { "A boolean which we pick by default" } },
153+
ConfigParamSpec{ "an-int", VariantType::Int, 10, { "An int for which we pick up the default" } },
154+
ConfigParamSpec{ "a-double", VariantType::Double, 11., { "A double for which we pick up the override" } } },
152155
AlgorithmSpec{},
153156
{},
154157
{},

0 commit comments

Comments
 (0)