#7374 closed bug (fixed)
Broken link to Static and Visual tests (Index of Static and Visual tests do not exist)
Reported by: | dougneiner | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | git |
Component: | [meta] ui.test | Version: | git (not yet released) |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
During testing, I would try to hop directly to a test by visiting /test/ and clicking "Visual" or "Static", but both links were broken. "Unit" links to a index.html listing all the Unit Test pages, but there isn't an index for visual and static.
I have created these pages, and will send a pull request shortly.
Change History (8)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
I actually intentionally deleted the index files because we're in the process of removing as many of those files as we can. All static test pages need to go away (they should only exist for new plugins up to the point where the plugin is actually usable enough that you can just use the plugin to test markup/style changes). Visual test pages need to be reduced to only things that can't be verified with an automated unit test (see Visual Test Cleanup page on the planning wiki].
I'm going to leave this ticket open, but it's probably not worth dealing with until after the visual test cleanup is done.
comment:3 Changed 11 years ago by
Version: | 1.8.12 → git |
---|
comment:5 Changed 11 years ago by
Because some of the pages will stay around, and new ones may be added. Once the cleanup is final, we should have proper index files.
comment:6 Changed 11 years ago by
Status: | new → open |
---|
comment:7 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Tests: Cleaned up index pages. Fixes #7374 - Broken link to Static and Visual tests (Index of Static and Visual tests do not exist).
Changeset: c0f6b0ccdf69c705a03e30778ae318e0cd8a0625
comment:8 Changed 11 years ago by
Milestone: | 1.9 → git |
---|
Fixed/Added here: https://github.com/jquery/jquery-ui/pull/284