aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/xapian_spec.rb
Commit message (Collapse)AuthorAgeLines
* Some more fixtures (which weren't needed if the tests are run in aFrancis Irving2010-05-19-3/+3
| | | | certain order, but are in other orders)
* Test case for substring bug due to stemming, and fix for it.Francis Irving2009-12-18-5/+10
|
* Make query in this test reflect what happens in actual controller moreFrancis Irving2009-12-17-4/+4
|
* Test case for search where a user name is substring of anotherFrancis Irving2009-12-07-17/+50
|
* Need associated incoming message so it can get the filetype.francis2009-09-20-1/+1
|
* Text change to encourage people to update the status of old requestslouise2009-04-27-1/+1
|
* Various test fixes.francis2009-04-22-20/+12
|
* When URL of request changes, reindex its events.francis2009-04-22-0/+32
|
* Test search for when URL name of user changes.francis2009-04-22-0/+42
| | | | Remove duplicate code that dealt with that already.
* When user's URL changes, update Xapian index of requests made by them.francis2009-04-21-1/+41
|
* Update Xapian properly when body URL changesfrancis2009-04-21-2/+42
|
* Move Xapian tests into one file so they don't slow down normal modeltony2009-03-22-0/+40
tests. Add test for searching users.