I'm building a Facebook app that runs of Google App Engine. The problem is that a lot of the server logic depends on the cookies and the server has to be external (accessible to Facebook). How can I run unit tests against the deployed version on GAE rather than the local server? I've tried the Eclipse proxy thing, but it doesn't seem to be passing cookies. In general, how would you run unit tests against a deployed version of the app?
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
