Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
Issue #346
  • Loading branch information
rsoika committed Jun 17, 2024
1 parent b2d627d commit f1d96f3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ public class TestBPMNValidationIssue346 {
private static Logger logger = Logger.getLogger(TestBPMNValidationIssue346.class.getName());

/**
* Test simple model with start / end event without a sequence flow.
*
* Test a task with a incoming message flow
*/
@Test
public void testContent() {
public void testValidationTaskWithMessageFlow() {
try {
model = BPMNModelFactory.read("/validation_issue_346.bpmn");
logger.info("...read model");
Expand Down

0 comments on commit f1d96f3

Please sign in to comment.