Procházet zdrojové kódy

Fix one more failing test related to favicon after r22692 (#39111).

git-svn-id: https://svn.redmine.org/redmine/trunk@22706 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/149/head
Marius Balteanu před 3 měsíci
rodič
revize
f486091b24
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      test/integration/feeds_test.rb

+ 1
- 1
test/integration/feeds_test.rb Zobrazit soubor

@@ -28,6 +28,6 @@ class FeedsTest < Redmine::IntegrationTest
def test_feeds_should_include_icon_tag
get '/projects.atom'
assert_response :success
assert_select 'feed>icon', :text => %r{^http://www.example.com/favicon.ico}
assert_select 'feed>icon', :text => %r{^http://www.example.com/assets/favicon-\w+.ico}
end
end

Načítá se…
Zrušit
Uložit