Sfoglia il codice sorgente

Test failure with Postgresql+ruby1.8 (#2549).

git-svn-id: http://svn.redmine.org/redmine/trunk@12870 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.5.0
Jean-Philippe Lang 10 anni fa
parent
commit
83dae30140
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      test/unit/mailer_test.rb

+ 1
- 1
test/unit/mailer_test.rb Vedi File

@@ -470,7 +470,7 @@ class MailerTest < ActiveSupport::TestCase
def test_news_added_should_notify_project_news_watchers
user1 = User.generate!
user2 = User.generate!
news = News.first
news = News.find(1)
news.project.enabled_module('news').add_watcher(user1)

Mailer.news_added(news).deliver

Loading…
Annulla
Salva