Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Prompt users to reindex xapian after loading sample data | Seb Bacon | 2012-01-30 | -1/+1 |
| | ||||
* | Load all raw emails for testing | Robin Houston | 2012-01-29 | -7/+6 |
| | | | | | | | | | | | Previously there was just one raw email, and the test code relied on that fact. Generalise it to handle multiple raw emails. This change causes a number of tests to fail, because it exposes failures that should have happened when the second raw email was added but were masked by the fact that the text of this second raw email was never loaded. These failures will be fixed in the next commit. | |||
* | Make the load-sample-data script actually work | Robin Houston | 2012-01-25 | -2/+10 |
| | ||||
* | Update sample-data loading instructions to use a script (because we need to ↵ | Seb Bacon | 2011-08-02 | -0/+12 |
workaround fixtures not knowing how to load data from the filesystem for RawEmails) |