We have JUnit test cases for few components.

I tried to run the accounting test suite, but the test fails with following
error
>> Error in Service [createFinAccount]: You must be logged in to complete
the [Create a Financial Account] process.

This error is solved when I use
delegator = GenericDelegator.getGenericDelegator("default");
dispatcher = GenericDispatcher.getLocalDispatcher("accounting-dispatcher",
delegator);

instead of delegator name = test and and dispatcher name = test-dispatcher

Is there any configuration that need to be done to run these test suites.


-- 
Vikas Mayur

Reply via email to