This project is archived and is in readonly mode.
Broken tests in master
Reported by Cezary Baginski | April 28th, 2010 @ 11:23 AM | in 3.0.2
/activesupport/lib/active_support/cache/mem_cache_store.rb:28: invalid multibyte escape: /[\x00-\x20%\x7F-\xFF]/
and
Failure:
test_numeric(TestJSONEncoding)
[/home/media/backup/static/rails_3/activesupport/test/json/encoding_test.rb:72:in `block (3 levels) in <class:TestJSONEncoding>'
<"\"0.25E1\""> expected but was
<"\"2.5\"">.
Comments and changes to this ticket
-
Cezary Baginski April 28th, 2010 @ 11:25 AM
- Tag changed from tests actionpack to tests actionpack, patch
-
Repository April 28th, 2010 @ 05:03 PM
- State changed from new to resolved
(from [1067a7be52ec8deb208ce46a82f16ed8d0199bd4]) Fix BigDecimal JSON encoding test. [#4495 state:resolved]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net
http://github.com/rails/rails/commit/1067a7be52ec8deb208ce46a82f16e... -
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Low
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>
People watching this ticket
Attachments
Tags
Referenced by
- 4495 Broken tests in master (from [1067a7be52ec8deb208ce46a82f16ed8d0199bd4]) Fix Big...