]> git.openstreetmap.org Git - rails.git/commit
Adding validations for the length of node tags, and the presence of the id (and versi...
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Mon, 17 Nov 2008 18:53:09 +0000 (18:53 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Mon, 17 Nov 2008 18:53:09 +0000 (18:53 +0000)
commit9a4ea6bfd09acd76533e29e1d4c22c6037909707
tree468a6dd2c67ff8726d4b01b663547564fe95f3f8
parent495bd7f1f077e5cae4428fab8a780f0f479893d0
Adding validations for the length of node tags, and the presence of the id (and version). More tests, including some boiler plate tests.
app/models/node_tag.rb
app/models/old_node_tag.rb
test/fixtures/friends.yml [new file with mode: 0644]
test/unit/current_node_tag_test.rb [deleted file]
test/unit/diary_comment_test.rb [new file with mode: 0644]
test/unit/diary_entry_test.rb [new file with mode: 0644]
test/unit/friend_test.rb [new file with mode: 0644]
test/unit/node_tag_test.rb
test/unit/old_node_tag_test.rb [new file with mode: 0644]
test/unit/user_test.rb