Skip to content

Commit

Permalink
Fixes naming issues for SA tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Sep 16, 2014
1 parent 7473c70 commit 6b86209
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/groovy/betsy/data/BetsyProcess.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,9 @@ class BetsyProcess implements Cloneable, Comparable {

// abbreviate common names
name = name.replaceAll("Receive", "REC");
name = name.replaceAll("Rec", "REC");
name = name.replaceAll("Request", "REQ");
name = name.replaceAll("Req", "REQ");
name = name.replaceAll("Reply", "REP");
name = name.replaceAll("Invoke", "INV");

Expand Down

0 comments on commit 6b86209

Please sign in to comment.