##// END OF EJS Templates
use String#encode at scm_iconv on Ruby 1.9 (#12228)...
use String#encode at scm_iconv on Ruby 1.9 (#12228) Unit git adapter test fails on JRuby 1.7. <pre> Failure: <"test-Ü-2.txt">("UTF-8") expected but was <"test-\xC3\x9C-2.txt">("ASCII-8BIT"). diff: - test-Ü-2.txt ? ^ + test-Ü-2.txt ? ^^ test_entries_latin_1_files(GitAdapterTest) test/unit/lib/redmine/scm/adapters/git_adapter_test.rb:468:in `test_entries_latin_1_files' 465: assert entries1 466: assert_equal 3, entries1.size 467: f1 = entries1[1] => 468: assert_equal "test-#{@char_1}-2.txt", f1.name 469: assert_equal "latin-1-dir/test-#{@char_1}-2.txt", f1.path 470: assert_equal 'file', f1.kind 471: end </pre> git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10740 e93f8b46-1217-0410-a6f0-8f06a7374b81
Toshi MARUYAMA -
r10525:5a2c80cb48c4
Show More
Name Size Modified Last Commit Author
/ app / models
repository
attachment.rb Loading ...
auth_source.rb Loading ...
auth_source_ldap.rb Loading ...
board.rb Loading ...
change.rb Loading ...
changeset.rb Loading ...
comment.rb Loading ...
comment_observer.rb Loading ...
custom_field.rb Loading ...
custom_field_value.rb Loading ...
custom_value.rb Loading ...
document.rb Loading ...
document_category.rb Loading ...
document_category_custom_field.rb Loading ...
document_observer.rb Loading ...
enabled_module.rb Loading ...
enumeration.rb Loading ...
group.rb Loading ...
group_custom_field.rb Loading ...
issue.rb Loading ...
issue_category.rb Loading ...
issue_custom_field.rb Loading ...
issue_observer.rb Loading ...
issue_priority.rb Loading ...
issue_priority_custom_field.rb Loading ...
issue_relation.rb Loading ...
issue_status.rb Loading ...
journal.rb Loading ...
journal_detail.rb Loading ...
journal_observer.rb Loading ...
mail_handler.rb Loading ...
mailer.rb Loading ...
member.rb Loading ...
member_role.rb Loading ...
message.rb Loading ...
message_observer.rb Loading ...
news.rb Loading ...
news_observer.rb Loading ...
principal.rb Loading ...
project.rb Loading ...
project_custom_field.rb Loading ...
query.rb Loading ...
repository.rb Loading ...
role.rb Loading ...
setting.rb Loading ...
time_entry.rb Loading ...
time_entry_activity.rb Loading ...
time_entry_activity_custom_field.rb Loading ...
time_entry_custom_field.rb Loading ...
token.rb Loading ...
tracker.rb Loading ...
user.rb Loading ...
user_custom_field.rb Loading ...
user_preference.rb Loading ...
version.rb Loading ...
version_custom_field.rb Loading ...
watcher.rb Loading ...
wiki.rb Loading ...
wiki_content.rb Loading ...
wiki_content_observer.rb Loading ...
wiki_page.rb Loading ...
wiki_redirect.rb Loading ...
workflow_permission.rb Loading ...
workflow_rule.rb Loading ...
workflow_transition.rb Loading ...