Oops, typo. Fixed "path" of original ForwardConfig below. On 8/12/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > For those interested, here's some relevant code about the test that's failing: > > TestMockBase.java, setUpThirdApp() method > // Configure global forward declarations > moduleConfig3.addForwardConfig > (new ForwardConfig("contextForward", > "/forward", > false, // No redirect > "/context")); // Specify module >
-- "contextForward" used to be configured like this: moduleConfig3.addForwardConfig (new ForwardConfig("contextForward", "/context/forward", false, // No redirect true)); // Context relative > > junit.framework.ComparisonFailure: contextForward value > Expected:/context/forward > Actual :/forwarding/context/forward > Hubert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]