.. |
amf_controller_test.rb
|
Fixed bug #1816 - the timeout updating logic should have been in a before_save handler, not in save_with_tags.
|
2009-05-12 13:54:37 +00:00 |
api_controller_test.rb
|
fixing the tests I broke earlier due to the fixture changes
|
2009-05-06 17:56:10 +00:00 |
browse_controller_test.rb
|
fix typo which meant that it was testing the node twice, rather than the node then the node history
|
2009-05-07 14:10:17 +00:00 |
changeset_controller_test.rb
|
Fixed bug #1816 - the timeout updating logic should have been in a before_save handler, not in save_with_tags.
|
2009-05-12 13:54:37 +00:00 |
changeset_tag_controller_test.rb
|
Adding stub functional test files for all the controllers that should have tests written for them.
|
2008-10-28 12:49:51 +00:00 |
diary_entry_controller_test.rb
|
Fixing some of the tests, adding the new tests to make sure that you can't edit when your not a public user
|
2009-04-18 17:17:22 +00:00 |
export_controller_test.rb
|
some tests for the site and export controllers
|
2009-05-05 18:31:37 +00:00 |
friend_controller_test.rb
|
Adding stub functional test files for all the controllers that should have tests written for them.
|
2008-10-28 12:49:51 +00:00 |
geocoder_controller_test.rb
|
Moving all the functional tests to the Rails 2 way, which uses less code by having an additional sub-class to take care of the duplicate code in every test. There is a bug in rails 2.0.2, which means that super doesn't get called in the setup method in the functional tests. This is fixed in Rails 2.1.2, thus a version bump should really be done.
|
2008-10-28 12:27:10 +00:00 |
message_controller_test.rb
|
Moving all the functional tests to the Rails 2 way, which uses less code by having an additional sub-class to take care of the duplicate code in every test. There is a bug in rails 2.0.2, which means that super doesn't get called in the setup method in the functional tests. This is fixed in Rails 2.1.2, thus a version bump should really be done.
|
2008-10-28 12:27:10 +00:00 |
node_controller_test.rb
|
Use a regular expression for the test, since it can give one of two responses based on the order in the db.
|
2009-05-11 15:50:03 +00:00 |
old_node_controller_test.rb
|
Hopefully fix the old_node_controller tests.
|
2009-04-21 17:07:14 +00:00 |
old_relation_controller_test.rb
|
Moving all the functional tests to the Rails 2 way, which uses less code by having an additional sub-class to take care of the duplicate code in every test. There is a bug in rails 2.0.2, which means that super doesn't get called in the setup method in the functional tests. This is fixed in Rails 2.1.2, thus a version bump should really be done.
|
2008-10-28 12:27:10 +00:00 |
old_way_controller_test.rb
|
Moving all the functional tests to the Rails 2 way, which uses less code by having an additional sub-class to take care of the duplicate code in every test. There is a bug in rails 2.0.2, which means that super doesn't get called in the setup method in the functional tests. This is fixed in Rails 2.1.2, thus a version bump should really be done.
|
2008-10-28 12:27:10 +00:00 |
relation_controller_test.rb
|
Tests for PreconditionFailed error messages.
|
2009-05-06 21:08:50 +00:00 |
search_controller_test.rb
|
Adding stub functional test files for all the controllers that should have tests written for them.
|
2008-10-28 12:49:51 +00:00 |
site_controller_test.rb
|
some tests for the site and export controllers
|
2009-05-05 18:31:37 +00:00 |
swf_controller_test.rb
|
Adding stub functional test files for all the controllers that should have tests written for them.
|
2008-10-28 12:49:51 +00:00 |
trace_controller_test.rb
|
Some more tests
|
2009-05-07 17:57:59 +00:00 |
user_controller_test.rb
|
Backout broken attempt at making case insensitive authentication work
|
2009-04-23 23:46:45 +00:00 |
user_preference_controller_test.rb
|
removing debug statement
|
2008-12-12 18:56:22 +00:00 |
way_controller_test.rb
|
A better optimisation, as suggested by TomH.
|
2009-05-11 15:16:36 +00:00 |