X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.unit%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Funit%2Fprocess%2FSlcExecutionTestUtils.java;h=2e9f38e3aed2a12d598d7246d48ba21f670bc82a;hb=1b6d15e4ca5ac3a3aff7e75aea746ddb7d055d46;hp=e83f1cb8ab2b744f9607476b5fd586fae5124799;hpb=ff9d53c89ae7c9e7617d3297d2f82508a6c0acbb;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.unit/src/main/java/org/argeo/slc/unit/process/SlcExecutionTestUtils.java b/runtime/org.argeo.slc.unit/src/main/java/org/argeo/slc/unit/process/SlcExecutionTestUtils.java index e83f1cb8a..2e9f38e3a 100644 --- a/runtime/org.argeo.slc.unit/src/main/java/org/argeo/slc/unit/process/SlcExecutionTestUtils.java +++ b/runtime/org.argeo.slc.unit/src/main/java/org/argeo/slc/unit/process/SlcExecutionTestUtils.java @@ -66,6 +66,11 @@ public abstract class SlcExecutionTestUtils { SlcExecutionStep stepReached = reached.getSteps().get(i); assertSlcExecutionStep(stepExpected, stepReached); } + + // FIXME: compare realized flows +// assertEquals(expected.getRealizedFlows().size(), reached +// .getRealizedFlows().size()); + } public static void assertSlcExecutionStep(SlcExecutionStep expected,