From 548265372eab9430f901ed9b278ab74c7bea0619 Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Mon, 15 Dec 2008 19:27:52 +0000 Subject: [PATCH] Some extra stubs in the amf controller test --- test/functional/amf_controller_test.rb | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/test/functional/amf_controller_test.rb b/test/functional/amf_controller_test.rb index b1b2212e7..b71c680e3 100644 --- a/test/functional/amf_controller_test.rb +++ b/test/functional/amf_controller_test.rb @@ -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 # ************************************************************ -- 2.43.2