This project is archived and is in readonly mode.
Errors in mutlibyte_chars_test for ActiveSupport
Reported by Anuj Dutta | January 17th, 2010 @ 06:39 AM
Running ruby-1.9.1-p376.
Got following errors:
1) Failure: test_center_should_count_charactes_instead_of_bytes(MultibyteCharsUTF8BehaviourTest) [/Users/andhapp/Projects/git-repository/andhapp-rails/activesupport/test/multibyte_chars_test.rb:342]: <"ααこにちわαα"> expected but was <"αこにちわα">. 2) Failure: test_ljust_should_count_characters_instead_of_bytes(MultibyteCharsUTF8BehaviourTest) [/Users/andhapp/Projects/git-repository/andhapp-rails/activesupport/test/multibyte_chars_test.rb:322]: <"こにちわααα"> expected but was <"こにちわαα">. 3) Failure: test_rjust_should_count_characters_instead_of_bytes(MultibyteCharsUTF8BehaviourTest) [/Users/andhapp/Projects/git-repository/andhapp-rails/activesupport/test/multibyte_chars_test.rb:304]: <"αααこにちわ"> expected but was <"ααこにちわ">.
They only fail on this "α". Other assertions in the same test methods pass.
Comments and changes to this ticket
-
Anuj Dutta January 18th, 2010 @ 10:05 AM
- Title changed from Errors in active_support/test/mutlibyte_chars_test.rb to Errors in mutlibyte_chars_test for ActiveSupport
-
Rizwan Reza January 18th, 2010 @ 12:52 PM
- Tag changed from activesupport, bugmash, rails3 to activesupport, bugmash, rails3, ruby-1.9.1
-
Prem Sichanugrist (sikachu) January 19th, 2010 @ 01:47 AM
This is confirmed in Rails 1.9.1p376.
Also, there're lots of 'warning: too many arguments for format string' message. Is there anything we can fix?
-
Rizwan Reza February 12th, 2010 @ 12:46 PM
- Tag changed from activesupport, bugmash, rails3, ruby-1.9.1 to activesupport, rails3, ruby-1.9.1
-
Santiago Pastorino March 3rd, 2010 @ 08:15 PM
- State changed from new to wontfix
Ruby 1.9.1 bug See that https://rails.lighthouseapp.com/projects/8994/tickets/3835-patch-mu...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>