Re: T5: PageTester and TextStreamResponse

2008-02-23 Thread Mark W. Shead
I'm not entirely sure. I haven't used TextStreamResponse before and I'm still having a lot of issues with PageTester and the way things are being injected. My guess is that PageTester can handle normal pages, but the TextStreamResponse will require a different type of mechanism behind the

Re: T5: PageTester and TextStreamResponse

2008-02-23 Thread Angelo Chen
Hi Mark, if I return null instead of : return new TextStreamResponse("text/html", test); the test works, I also run it in maven, got the same result, does that mean PageTester does not work with pages returning TextStreamResponse? thanks. A.C. Mark W. Shead-2 wrote: > > Obviously make sure t

Re: T5: PageTester and TextStreamResponse

2008-02-23 Thread Mark W. Shead
Obviously make sure the page comes up in your web browser correctly first. Then I'd try to test and make sure it is able to load the page correctly. Something like: String appPackage = "or.test.test.myapp"; String appName = "App";