]> source.dussan.org Git - redmine.git/commitdiff
empty tokens table
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 2 Feb 2007 15:20:49 +0000 (15:20 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 2 Feb 2007 15:20:49 +0000 (15:20 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@217 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/integration/account_test.rb

index 0d6f75d70250c475f204f01129ca98b88d6be931..ae027082c00fcb8a68392256ac8bdfc4b4682b53 100644 (file)
@@ -74,6 +74,8 @@ class AccountTest < ActionController::IntegrationTest
   end
   
   def test_lost_password
+    Token.delete_all
+    
     get "account/lost_password"
     assert_response :success
     assert_template "account/lost_password"