On May 3, 4:54 pm, Oliver Uvman <[email protected]> wrote: > Hello! > > So I was unittesting my history handler and found some errors. When > used in my project, the HistoryHandler works, with back/forward > buttons, bookmarks, etc. In my unit-tests, however, it doesn't. Am I > doing something wrong here? The unit testing code basically looks like > this: > > http://pastebin.com/gA6fTMua
I have some code unittesting history too, and IIRC only newItem works OK. I even tried using an asynchronous test with no better result. It's probably a bug (or limitation) of HtmlUnit. For now I disabled the tests with a @DoNotRunWith annotation. -- 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.
