#957 closed defect (fixed)
Separate dojo.undo.browser tests
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Core | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
(Suggested by Jeoff Wilks)
Create separate test cases for the different uses of http://archive.dojotoolkit.org/nightly/tests/undo/test_browser.html. Right now that page does a lot but it can be confusing.
What about the following tests:
- Test for not changing the URL
- Test for changing the URL to a random value
- Test for changing the URL to a logical value to test bookmarking cases.
Note: See
TracTickets for help on using
tickets.
Fixed in SVN [5259]. Separated into two tests: one with dojo.io.bind() with bookmark support, one with just simple back/forward.