Hi Björn,
thanks for the quick correction. This part now works. But we have another failure, when some test before adds a ThreadData context.
I found out that is done by:
Code:
YESNOPopup popupInstance = YESNOPopup.createInstance(title, text, yesNoListener);
ThreadData is never released and our test now fails because ThreadData doesn't have an HttpRequest. See also in HttpSessionAccess, same methods as before.
Best regards
Frauke