Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Be sure to restore RoutingFilters | Robin Houston | 2012-01-20 | -1/+6 |
| | | | | | | There were some order-dependent test failures that turned out to be caused by the fact that the RoutingFilters were cleared and not subsequently restored, by some tests. | |||
* | Merge remote-tracking branch 'jpmckinney/pre1.9' into develop | Seb Bacon | 2011-11-24 | -1/+1 |
|\ | | | | | | | | | Conflicts: spec/controllers/request_controller_spec.rb | |||
| * | call #first on from_addrs and to_addrs before calling #to_s | James McKinney | 2011-10-16 | -1/+1 |
| | | ||||
* | | allow specs to run independently | James McKinney | 2011-10-16 | -3/+3 |
|/ | ||||
* | fix fixtures order to avoid postgresql foreign key errors | James McKinney | 2011-10-11 | -3/+3 |
| | ||||
* | Merge branch 'wdtk' into develop | Robin Houston | 2011-09-08 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: config/general.yml-example spec/models/track_mailer_spec.rb | |||
| * | yet another missing fixture declaration! | Robin Houston | 2011-09-08 | -1/+1 |
| | | ||||
* | | Remove hardcoded site name from test | David Cabo | 2011-09-03 | -1/+1 |
| | | ||||
* | | Store user's locale against profile, so we can send them localised track ↵ | Seb Bacon | 2011-09-03 | -1/+14 |
|/ | | | | emails. Also internationalize more strings at the same time. Fixes #163. | |||
* | Fix up missing fixtures (causing failures dependent on order the tests were ↵ | Seb Bacon | 2011-08-10 | -8/+6 |
| | | | | funr). Also tidy up raw_email setup code to match everywhere. | |||
* | To make tests pass with RawEmails on the filesystem, instead of hacky ↵ | Seb Bacon | 2011-07-29 | -0/+5 |
| | | | | dependency on existence of text_binary field in raw_emails model, rewrite tests (and their fixtures) to explicitly load data from FS when raw_emails are used. | |||
* | changes to get tests to pass with IZ fork and new routing-filter gem | Seb Bacon | 2011-07-11 | -0/+2 |
| | ||||
* | Make sure the :public_body_translation fixture is included everywhere the ↵ | Robin Houston | 2011-06-09 | -1/+1 |
| | | | | :public_bodies fixture is, because the PublicBody objects do not work as expected without it. | |||
* | further test fixage | Seb Bacon | 2011-04-01 | -2/+2 |
| | ||||
* | Reindexing xapian before running track alert spec | Louise Crow | 2011-03-10 | -2/+2 |
| | ||||
* | Mock a few more things so that we're not actually saving to the db. | Louise Crow | 2011-02-23 | -12/+18 |
| | ||||
* | Reindexing xapian before running track alert spec | Louise Crow | 2011-02-17 | -0/+4 |
| | ||||
* | Show more appropriate info about users/bodies everywhere in JSON. | Francis Irving | 2010-10-20 | -9/+9 |
| | ||||
* | Test for JSON version of atom feeds. | Francis Irving | 2010-10-18 | -1/+46 |
| | ||||
* | Make path work in Ruby 1.9 | Francis Irving | 2010-09-15 | -1/+1 |
| | ||||
* | Need to set time now in test. | Francis Irving | 2010-06-09 | -1/+12 |
| | ||||
* | Make comment clearer | Francis Irving | 2010-06-09 | -2/+3 |
| | ||||
* | Use mocks instead of fixtures | tony | 2009-03-19 | -5/+5 |
| | ||||
* | Set up test info request and user beforehand | tony | 2009-03-19 | -4/+9 |
| | ||||
* | We don't care what actual count is, just that it's increased by one | tony | 2009-03-19 | -2/+2 |
| | ||||
* | Make it redirect to email subscription # reference in user page when you | francis | 2009-03-17 | -1/+8 |
| | | | | click unsubscribe link in email. | |||
* | It didn't seem to rebuild unless I put it in begin like this. | francis | 2009-03-16 | -1/+5 |
| | ||||
* | Call rebuild_xapian_index in more tests to reduce order dependency | tony | 2009-03-13 | -1/+2 |
| | ||||
* | Fix up test code, and some bugs relating to splitting out raw_email data. | francis | 2008-09-22 | -3/+3 |
| | ||||
* | Fix bug in call to sort_by_ascending (boolean || true is always true!) in ↵ | francis | 2008-09-12 | -3/+3 |
| | | | | | | acts_as_xapian Alter WDTK code to use correct meaning of ascending in Xapian. | |||
* | Fixture for comments, and fix most tests relating to it. | francis | 2008-08-15 | -5/+6 |
| | ||||
* | Basic test of RSS feed | francis | 2008-08-09 | -0/+19 |
| | ||||
* | Fix up test code now we only have email tracks. | francis | 2008-08-09 | -17/+2 |
| | ||||
* | RSS feeds without tracking (just underlying code, not linked from anywhere yet) | francis | 2008-07-18 | -4/+4 |
| | ||||
* | Remove escaping of HTML from text alert emails. | francis | 2008-05-27 | -0/+2 |
| | ||||
* | Highlight search terms in emails. | francis | 2008-05-16 | -2/+2 |
| | ||||
* | Spec change | francis | 2008-04-09 | -1/+1 |
| | ||||
* | Remove silly index | francis | 2008-04-04 | -1/+1 |
| | ||||
* | Email alerts for tracking a particular request. | francis | 2008-04-03 | -0/+72 |