From e463a1572a0155363665c321fc9b70a22d2952cb Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 20 Dec 2018 16:41:55 +0100 Subject: Remove useless code Remove code not used anymore + add tests to increase coverage Issue-ID: CLAMP-252 Change-Id: I7a1ec163f73fe88f62fe0981148087ea8f7b7341 Signed-off-by: sebdet --- .../resources/clds/camel/routes/flexible-flow.xml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'src/test/resources/clds') diff --git a/src/test/resources/clds/camel/routes/flexible-flow.xml b/src/test/resources/clds/camel/routes/flexible-flow.xml index 8305c2e4..2103b4ac 100644 --- a/src/test/resources/clds/camel/routes/flexible-flow.xml +++ b/src/test/resources/clds/camel/routes/flexible-flow.xml @@ -4,45 +4,56 @@ ${exchangeProperty.actionCd} == 'SUBMIT' || ${exchangeProperty.actionCd} == 'RESUBMIT' + 30000 - + + ${exchangeProperty.actionCd} == 'DELETE' + - 30000 + + + ${exchangeProperty.actionCd} == 'UPDATE' + 30000 - + + ${exchangeProperty.actionCd} == 'STOP' + - + + ${exchangeProperty.actionCd} == 'RESTART' + + - + -- cgit 1.2.3-korg