mirror of
https://github.com/corda/corda.git
synced 2025-02-28 20:06:25 +00:00
* CORDA-1892 CRaSH shell flow start fix for similar flow names. (#3874) * Added fix and associated unit test. * Fixed broken unit test + added another test case + used NoOpFlows + use Mock output object to assert correct result output. * Remove unnecessary additional println. * Minor cleanup in test code. * Relax nameFragment matching to cater for fully qualified and simple Flow classname specifications. * Remove superfluous check. * Minor fix + added additional Unit Test cases to cover all scenarios. * Reverted back to original behaviour + extra check to avoid ambiguity for exact match. * Changes following final PR review comments. * Revert to non visible latch as no associated integration tests defined in this release.