diff --git a/Simple-Task-Life-Cycle-Sample/src/test/java/org/plugtree/training/jbpm/UserGroupsProcessTest.java b/Simple-Task-Life-Cycle-Sample/src/test/java/org/plugtree/training/jbpm/UserGroupsProcessTest.java index 87833f0..5164c9b 100644 --- a/Simple-Task-Life-Cycle-Sample/src/test/java/org/plugtree/training/jbpm/UserGroupsProcessTest.java +++ b/Simple-Task-Life-Cycle-Sample/src/test/java/org/plugtree/training/jbpm/UserGroupsProcessTest.java @@ -64,7 +64,7 @@ public void cleanup(){ } @Test - public void delegationOfUnclaimedTaskTest() throws InterruptedException{ + public void taskGroupTest() throws InterruptedException{ //These is the list of groups where krsiv belongs. jBPM5 doesn't define //any relation between users and groups. It is the responsability of //API's users to make these relations when calling HT Client methods.