We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa22c8 commit f8f89bcCopy full SHA for f8f89bc
1 file changed
Framework/test/testInfrastructureGenerator.cxx
@@ -66,8 +66,8 @@ BOOST_AUTO_TEST_CASE(qc_factory_remote_test)
66
auto workflow = InfrastructureGenerator::generateRemoteInfrastructure(configFilePath);
67
68
// 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);
+ // local) and also taskRunner and checker for the 'abcTask' and 'xyzTask'.
+ BOOST_REQUIRE_EQUAL(workflow.size(), 6);
71
72
auto mergerSkeletonTask = std::find_if(
73
workflow.begin(), workflow.end(),
0 commit comments