Ignore:
Timestamp:
13 Feb 2012, 16:05:55 (13 years ago)
Author:
Henrik Bettermann
Message:

Remove trash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/tests/test_catalog.py

    r7637 r7640  
    218218            'payments']['p1234567890']
    219219
    220     def test_reindex_payments(self):
     220    def test_reindex(self):
     221        # We can reindex any kind of catalog with the updateIndexes method.
    221222        cat = queryUtility(ICatalog, name='payments_catalog')
    222223        results = cat.searchResults(p_state=('failed','failed'))
Note: See TracChangeset for help on using the changeset viewer.