]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/way_tag_test.rb
Adding validations for the length of node tags, and the presence of the id (and versi...
[rails.git] / test / unit / way_tag_test.rb
index 099d29da39fc08fe1728c0769623aad3810dc401..cd296749e9abf3d154895be8a5aac21a037157ef 100644 (file)
@@ -1,8 +1,8 @@
 require File.dirname(__FILE__) + '/../test_helper'
 
 class WayTagTest < Test::Unit::TestCase
 require File.dirname(__FILE__) + '/../test_helper'
 
 class WayTagTest < Test::Unit::TestCase
-  fixtures :way_tags
-  
+  fixtures :current_way_tags
+  set_fixture_class :current_way_tags => WayTag
   
   def test_way_tag_count
     assert_equal 3, WayTag.count
   
   def test_way_tag_count
     assert_equal 3, WayTag.count