openstreetmap-website/test/functional
Matt Amos 838b1ee7e9 Fixed AMF controller to validate changeset comments
Fixed AMF controller so that it doesn't accept non-UTF8 comments, and
throws away non-XML characters.
2010-08-08 16:23:11 +01:00
..
amf_controller_test.rb Fixed AMF controller to validate changeset comments 2010-08-08 16:23:11 +01:00
api_controller_test.rb Rework application configuration 2010-08-04 22:06:05 +01: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 copy-n-paste bug in querying for closed changesets and added a test for it. 2009-12-26 21:29:43 +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 Convert diary views to use CSS based user specific components 2010-07-21 22:24:35 +01: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 Made XML parsing routines raise an exception if the document is valid XML, but not valid as an OSM document. This is now the same behaviour as when the document isn't valid XML. 2009-08-06 17:28:49 +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 Cleanup the Relation.from_xml to come in line with the Way and Node versions. Includes tests. Bug fix for the previous tests. 2009-06-10 17:17:03 +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 Make some links more rails like, thus easier to read. Test that partials are included as expected. 2009-06-07 21:45:33 +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 fix some trace tests, due to a change of the way that your own ones are rendered. 2010-01-10 15:21:53 +00:00
user_controller_test.rb Update test to reflect changes in signup page 2010-05-11 19:17:14 +01:00
user_preference_controller_test.rb removing debug statement 2008-12-12 18:56:22 +00:00
way_controller_test.rb Patching fix to test from branch. 2010-03-22 22:56:45 +00:00