| |
|
| org.kuali.workflow.test.WorkflowTestCase edu.iu.uis.eden.postprocessor.PostProcessorTest
testModifyDocumentInPostProcessor | public void testModifyDocumentInPostProcessor() throws Exception(Code) | | Tests that modifying a document in the post processor works. This test will do a few things:
1) Change the document content in the post processor
2) Send an app specific FYI request to the initiator of the document
3) Modify the document title.
This test is meant to expose the bug KULWF-668 where it appears an OptimisticLockException is
being thrown after returning from the EPIC post processor.
|
|
|
|