]> git.openstreetmap.org Git - rails.git/commitdiff
Some extra stubs in the amf controller test
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Mon, 15 Dec 2008 19:27:52 +0000 (19:27 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Mon, 15 Dec 2008 19:27:52 +0000 (19:27 +0000)
test/functional/amf_controller_test.rb

index b1b2212e7db10acac75e70f37ab5928f958c12a0..b71c680e31a4a1b71efe7a96544fdc51153decf3 100644 (file)
@@ -399,7 +399,22 @@ class AmfControllerTest < ActionController::TestCase
     assert_equal 2, first_historic_node.tags.size, "There seems to be a tag that have been attached to this node"
     assert_equal({ "key" => "value", "ping" => "pong" }, first_historic_node.tags, "tags are different")
     assert_equal result[3], first_historic_node.version, "The version returned, is different to the one returned by the amf"
-
+  end
+  
+  def test_putpoi_delete_valid
+    
+  end
+  
+  def test_putpoi_delete_already_deleted
+    
+  end
+  
+  def test_putpoi_delete_not_found
+    
+  end
+  
+  def test_putpoi_invalid_latlon
+    
   end
 
   # ************************************************************