Explorar el Código

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 hace 3 meses
padre
commit
f486091b24
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      test/integration/feeds_test.rb

+ 1
- 1
test/integration/feeds_test.rb Ver fichero

@@ -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

Cargando…
Cancelar
Guardar