Changeset 7640 for main/waeup.sirp/trunk/src/waeup/sirp/students/tests
- Timestamp:
- 13 Feb 2012, 16:05:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/tests/test_catalog.py
r7637 r7640 218 218 'payments']['p1234567890'] 219 219 220 def test_reindex_payments(self): 220 def test_reindex(self): 221 # We can reindex any kind of catalog with the updateIndexes method. 221 222 cat = queryUtility(ICatalog, name='payments_catalog') 222 223 results = cat.searchResults(p_state=('failed','failed'))
Note: See TracChangeset for help on using the changeset viewer.