openstreetmap-website/test/unit
Tom Hughes 42b329ed82 Replace the country table with a static XML countries file
Storing the countries in the database is overkill, so just use a
copy of the geonames countryInfo data that is loaded into a hash
the first time it is used.
2014-01-17 19:25:58 +00:00
..
acl_test.rb Commit ACL related files from earlier merges as svn merge seems to 2009-03-08 16:13:00 +00:00
bounding_box_test.rb Refactor bounding box code 2011-11-14 09:42:57 +00:00
changeset_tag_test.rb Fix bogus test 2012-11-12 19:27:09 +00:00
changeset_test.rb Actually the changeset doesn't need an id attribute in the xml. It is simply fetched as a parameter in the url. Thanks for pointing it out Frederik. We really need more tests so that things like this are thought about more before committing potentially significant changes. 2009-12-15 23:53:19 +00:00
diary_comment_test.rb Add more tests for hidden diary entries and comments 2013-10-15 19:21:39 +01:00
diary_entry_test.rb Add more tests for hidden diary entries and comments 2013-10-15 19:21:39 +01:00
friend_test.rb Move to version 2.3.2 of rails. 2009-06-04 08:08:24 +00:00
i18n_test.rb Always allow %{attribute} in model validation error messages 2013-09-21 12:03:53 +01:00
language_test.rb tests for diary rss feeds 2009-08-19 05:07:26 +00:00
message_test.rb Get all the tests passing under ruby 1.9 2012-05-27 13:51:25 +01:00
node_tag_test.rb Rename all ID columns that aren't unique 2011-11-14 09:42:52 +00:00
node_test.rb Add tests for tag methods on object models 2013-12-04 18:39:07 +00:00
oauth_nonce_test.rb Revert r16046. 2009-06-23 02:48:38 +00:00
oauth_token_test.rb Replace attr_accessible with strong parameters 2013-09-21 11:35:46 +01:00
old_node_tag_test.rb Fix bogus test class names 2013-06-30 21:44:41 +01:00
old_node_test.rb Add tests for tag methods on object models 2013-12-04 18:39:07 +00:00
old_relation_tag_test.rb Add tests for tag methods on object models 2013-12-04 18:39:07 +00:00
old_relation_test.rb Add tests for member methods on relation models 2013-12-05 00:38:25 +00:00
old_way_tag_test.rb Add tests for tag methods on object models 2013-12-04 18:39:07 +00:00
old_way_test.rb Test get_nodes_undelete methods of the OldWay model 2013-12-05 17:49:06 +00:00
password_hash_test.rb Upgrade passwords to the latest hashing scheme on login 2013-08-14 00:24:33 +01:00
redaction_test.rb Adding first cut of Redactions support 2012-04-05 13:46:36 +01:00
relation_member_test.rb Add tests for member methods on relation models 2013-12-05 00:38:25 +00:00
relation_tag_test.rb Add tests for tag methods on object models 2013-12-04 18:39:07 +00:00
relation_test.rb Add tests for member methods on relation models 2013-12-05 00:38:25 +00:00
rich_text_test.rb Add some tests for the RichText module 2012-03-17 16:37:21 +00:00
short_link_test.rb Replace @ with ~ in the shortlink 2011-11-24 22:27:16 +00:00
trace_test.rb Add some more unit tests for the Trace model 2013-12-07 11:12:56 +00:00
tracepoint_test.rb Add extra visibility options for GPS traces, and enhance the API call 2009-08-13 17:06:11 +00:00
tracetag_test.rb Replace attr_accessible with strong parameters 2013-09-21 11:35:46 +01:00
user_preference_test.rb Duplicate records raise RecordNotUnique now, not StatementInvalid 2011-11-14 09:42:45 +00:00
user_test.rb Remove deprecated assert_blank and assert_present from tests 2013-09-21 12:03:53 +01:00
user_token_test.rb Move to version 2.3.2 of rails. 2009-06-04 08:08:24 +00:00
way_node_test.rb Add tests for node methods on way models 2013-12-04 21:44:39 +00:00
way_tag_test.rb Add tests for tag methods on object models 2013-12-04 18:39:07 +00:00
way_test.rb Add tests for node methods on way models 2013-12-04 21:44:39 +00:00