##// END OF EJS Templates
scm: git: fix indents of non ASCII path annotate test (#14931)...
Toshi MARUYAMA -
r11923:bf0676e17a81
parent child
Show More
@@ -535,11 +535,11 class RepositoriesGitControllerTest < ActionController::TestCase
535 assert_select "th.line-num", :text => '1' do
535 assert_select "th.line-num", :text => '1' do
536 assert_select "+ td.revision" do
536 assert_select "+ td.revision" do
537 assert_select "a", :text => '57ca437c'
537 assert_select "a", :text => '57ca437c'
538 assert_select "+ td.author", :text => "jsmith" do
538 assert_select "+ td.author", :text => "jsmith" do
539 assert_select "+ td",
539 assert_select "+ td",
540 :text => "test-#{@char_1}.txt"
540 :text => "test-#{@char_1}.txt"
541 end
542 end
541 end
542 end
543 end
543 end
544 end
544 end
545 end
545 end
General Comments 0
You need to be logged in to leave comments. Login now