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 By the way, anybody interested in seeing the code for the HistoryHandler? I'm thinking of publicizing it as it is very general and abstract. Basically it sits listening on an eventBus (ala http://www.youtube.com/watch?v=PDuhR18-EdM) and can listen and re-send special events, in effect implementing history. The user never has to touch the History class. Any event can become "historical" by passing the HistoryHandler a simple "EventHistorizer" object, basically telling it how to encode the event type in URLs. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.