Skip to content

Instantly share code, notes, and snippets.

@psahni
Created December 18, 2013 14:04
Show Gist options
  • Save psahni/8022889 to your computer and use it in GitHub Desktop.
Save psahni/8022889 to your computer and use it in GitHub Desktop.
1) Failure:
MultibyteCharsUTF8BehaviourTest#test_capitalize_bang_should_change_wrapped_string [/home/prashant/trantor/rails/activesupport/test/multibyte_chars_test.rb:126]:
Expected " él piDió Un bUen café " to not be equal to " él piDió Un bUen café ".
2) Failure:
MultibyteCharsUTF8BehaviourTest#test_capitalize_should_work_on_ascii_characters [/home/prashant/trantor/rails/activesupport/test/multibyte_chars_test.rb:449]:
Expected: "Abc"
Actual: abc
3) Failure:
MultibyteCharsUTF8BehaviourTest#test_downcase_bang_should_change_wrapped_string [/home/prashant/trantor/rails/activesupport/test/multibyte_chars_test.rb:126]:
Expected " él piDió Un bUen café " to not be equal to " él piDió Un bUen café ".
4) Failure:
MultibyteCharsUTF8BehaviourTest#test_downcase_should_downcase_ascii_characters [/home/prashant/trantor/rails/activesupport/test/multibyte_chars_test.rb:439]:
Expected: "abc"
Actual: aBc
5) Failure:
MultibyteCharsUTF8BehaviourTest#test_method_works_for_proxyed_methods [/home/prashant/trantor/rails/activesupport/test/multibyte_chars_test.rb:467]:
Expected: "Hello"
Actual: hello
6) Failure:
MultibyteCharsUTF8BehaviourTest#test_swapcase_should_swap_ascii_characters [/home/prashant/trantor/rails/activesupport/test/multibyte_chars_test.rb:444]:
Expected: "AbC"
Actual: aBc
7) Failure:
MultibyteCharsUTF8BehaviourTest#test_titleize_should_work_on_ascii_characters [/home/prashant/trantor/rails/activesupport/test/multibyte_chars_test.rb:454]:
Expected: "Abc Abc"
Actual: abc abc
8) Failure:
MultibyteCharsUTF8BehaviourTest#test_upcase_bang_should_change_wrapped_string [/home/prashant/trantor/rails/activesupport/test/multibyte_chars_test.rb:126]:
Expected " él piDió Un bUen café " to not be equal to " él piDió Un bUen café ".
9) Failure:
MultibyteCharsUTF8BehaviourTest#test_upcase_should_upcase_ascii_characters [/home/prashant/trantor/rails/activesupport/test/multibyte_chars_test.rb:434]:
Expected: "ABC"
Actual: aBc
10) Failure:
MultibyteCharsExtrasTest#test_capitalize_should_be_unicode_aware [/home/prashant/trantor/rails/activesupport/test/multibyte_chars_test.rb:504]:
Expected: "Абвг абвг"
Actual: аБвг аБвг
11) Failure:
MultibyteCharsExtrasTest#test_downcase_should_be_unicode_aware [/home/prashant/trantor/rails/activesupport/test/multibyte_chars_test.rb:490]:
Expected: "абвгд\u0000f"
Actual: аБвгдF
12) Failure:
MultibyteCharsExtrasTest#test_simple_normalization [/home/prashant/trantor/rails/activesupport/test/multibyte_chars_test.rb:591]:
Expected: "2c 69 6a 148 143"
Actual: "2c 133 148 143"
13) Failure:
MultibyteCharsExtrasTest#test_swapcase_should_be_unicode_aware [/home/prashant/trantor/rails/activesupport/test/multibyte_chars_test.rb:495]:
Expected: "аaéÜ\u0000f"
Actual: АAÉüF
14) Failure:
MultibyteCharsExtrasTest#test_titleize_should_be_unicode_aware [/home/prashant/trantor/rails/activesupport/test/multibyte_chars_test.rb:509]:
Expected: "Él Que Se Enteró"
Actual: ÉL QUE SE ENTERÓ
15) Failure:
MultibyteCharsExtrasTest#test_upcase_should_be_unicode_aware [/home/prashant/trantor/rails/activesupport/test/multibyte_chars_test.rb:485]:
Expected: "АБВГД\u0000F"
Actual: аБвгдf
16) Failure:
MultibyteUnicodeDatabaseTest#test_load [/home/prashant/trantor/rails/activesupport/test/multibyte_unicode_database_test.rb:23]:
Failed assertion, no message given.
2986 runs, 9490 assertions, 16 failures, 0 errors, 1 skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment