Accommodates fixtures for databases with case sensitive sort.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11260 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2013-01-23 18:09:03 +00:00
parent e53a5de918
commit 8f00d31ec6
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -585,7 +585,7 @@ class WikiControllerTest < ActionController::TestCase
# Line 5
assert_tag :tag => 'tr', :child => {
:tag => 'th', :attributes => {:class => 'line-num'}, :content => '5', :sibling => {
:tag => 'td', :attributes => {:class => 'author'}, :content => /redMine Admin/, :sibling => {
:tag => 'td', :attributes => {:class => 'author'}, :content => /Redmine Admin/, :sibling => {
:tag => 'td', :content => /Some updated \[\[documentation\]\] here/
}
}