##// END OF EJS Templates
Rails 3.1 compatibility....
Jean-Philippe Lang -
r8887:4f31027f08f5
parent child
Show More
@@ -30,7 +30,7 class MenuManagerTest < ActionController::IntegrationTest
30 30 :workflows
31 31
32 32 def test_project_menu_with_specific_locale
33 get 'projects/ecookbook/issues', { }, 'Accept-Language' => 'fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3'
33 get 'projects/ecookbook/issues', { }, 'HTTP_ACCEPT_LANGUAGE' => 'fr,fr-fr;q=0.8,en-us;q=0.5,en;q=0.3'
34 34
35 35 assert_tag :div, :attributes => { :id => 'main-menu' },
36 36 :descendant => { :tag => 'li', :child => { :tag => 'a', :content => ll('fr', :label_activity),
General Comments 0
You need to be logged in to leave comments. Login now