Skip to content

Commit f8f89bc

Browse files
authored
fix test following change of config (#236)
1 parent 3aa22c8 commit f8f89bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Framework/test/testInfrastructureGenerator.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ BOOST_AUTO_TEST_CASE(qc_factory_remote_test)
6666
auto workflow = InfrastructureGenerator::generateRemoteInfrastructure(configFilePath);
6767

6868
// the infrastructure should consist of a merger and checker for the 'skeletonTask' (its taskRunner is declared to be
69-
// local) and also taskRunner and checker for the 'abcTask'.
70-
BOOST_REQUIRE_EQUAL(workflow.size(), 4);
69+
// local) and also taskRunner and checker for the 'abcTask' and 'xyzTask'.
70+
BOOST_REQUIRE_EQUAL(workflow.size(), 6);
7171

7272
auto mergerSkeletonTask = std::find_if(
7373
workflow.begin(), workflow.end(),

0 commit comments

Comments
 (0)