Ticket #1767 (closed enhancement: fixed)
Write end-to-end functional tests for tag vocabularies
| Reported by: | johnglover | Owned by: | johnglover |
|---|---|---|---|
| Priority: | major | Milestone: | ckan-sprint-2012-02-20 |
| Component: | ecportal | Keywords: | taxonomies [2d] |
| Cc: | Repository: | ckan | |
| Theme: | none |
Description
Need to test:
- API call to create new vocab
- API call to add tags with a given vocab
- API call to update tags
- Dummy plugin to test that updating tags works via WUI
Change History
Note: See
TracTickets for help on using
tickets.

The API tests are done, in https://github.com/okfn/ckan/compare/master...feature-1698-tag-taxonomies#diff-24 on branch feature-1698-tag-taxonomies.
The WUI tests still need to be done.