But the Flash object is different when the controller executes and
when I check for the contents in the Test.
I migrated an application from 1.1 to 1.2. In 1.1 everything was ok.
Any change how I can check the value of flash in tests?
Thnaks,
joão
unread,
Nov 11, 2011, 10:15:36 PM11/11/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to play-framework
Well,
Also accessing the current session, seems not to work in tests.
Scope.Session.current().get(SessionValuesConstants.LOGIN_EMAIL),
email);
In version 1.1 this worked ok. Am I missing something?