@Test
public void testControllerVersionLessThanParticipantVersion()
{
prepare("0.2.12", "0.3.4");
CompatibilityCheckStage stage = new CompatibilityCheckStage();
StageContext context = new StageContext();
stage.init(context);
stage.preProcess();
try
{
stage.process(event);