| |
|
| org.kuali.workflow.test.WorkflowTestCase edu.iu.uis.eden.actionitem.ActionItemServiceTest
testMultipleActionItemGeneration | public void testMultipleActionItemGeneration() throws Exception(Code) | | This test verifies that if someone gets more than one request routed to them then they will get
multiple Action Items but only one of them will show up in their Action List.
|
testOrphanedAcknowledgeFromBlanketApprovalFix | public void testOrphanedAcknowledgeFromBlanketApprovalFix() throws Exception(Code) | | This tests verifies that bug KULWF-507 has been fixed:
https://test.kuali.org/jira/browse/KULWF-507
To fix this, we implemented the system so that multiple action items are generated rather then just
one which gets reassigned across multiple requests as needed.
This test verifies that after the blanket approval, there should no longer be an orphaned Acknowledge
request. The workgroup used here is the TestWorkgroup and "user1" is ewestfal with "user2" as rkirkend.
The routing is configured in the BAOrphanedRequestDocumentType.
|
testUpdateActionItemsForNestedWorkgroupChange | public void testUpdateActionItemsForNestedWorkgroupChange() throws Exception(Code) | | When workgroup membership changes all action items to that workgroup need to reflect
the new membership even in the case of nested workgroups.
throws: Exception - |
testUpdateActionItemsForWorkgroupChange | public void testUpdateActionItemsForWorkgroupChange() throws Exception(Code) | | When workgroup membership changes all action items to that workgroup need to reflect
the new membership
throws: Exception - |
testWorkgroupActionItemGenerationWhenMultipleWorkgroupRequests | public void testWorkgroupActionItemGenerationWhenMultipleWorkgroupRequests() throws Exception(Code) | | addresses the following bug http://fms.dfa.cornell.edu:8080/browse/KULWF-428
throws: Exception - |
|
|
|