bvfalcon commented on PR #36: URL: https://github.com/apache/tapestry-5/pull/36#issuecomment-1518982496
> making a small addition to the existing test app 6 would be nicer. In case of all tests in app6 are independent from each other this is absolutely true. But tests JpaIntegrationTestWithAnnotationsInServiceImplementation.persist_entities and SessionApplicationStatePersistenceStrategyTest.check collidieren one to another: first sets session variable, second checks this variable on starting. Adding `deleteAllVisibleCookies();` in the start of second test solves this issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
