]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/api_controller_test.rb
Remove empty test cases
[rails.git] / test / functional / api_controller_test.rb
index 04be473875d2b21a21566ac42b92de961d5f354c..c92e1132e3786760ea2278df679818229df4246c 100644 (file)
@@ -266,14 +266,6 @@ class ApiControllerTest < ActionController::TestCase
     end
   end
   
-  def test_start_end_time_invalid
-    
-  end
-  
-  def test_start_end_time_invalid
-    
-  end
-  
   def test_hours_invalid
     invalid = %w{ -21 335 -1 0 25 26 100 one two three ping pong : }
     invalid.each do |hour|