History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRUBY-1334
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Thomas E Enebo
Reporter: Thomas E Enebo
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JRuby

Iconv exceptions end up exceptioning out during their creation

Created: 10/Sep/07 09:31 AM   Updated: 22/Dec/07 06:28 AM
Component/s: Extensions
Affects Version/s: JRuby 1.0.1
Fix Version/s: JRuby 1.1b1, JRuby 1.0.2

Time Tracking:
Not Specified


 Description  « Hide
test_unknown_encoding(TestIconv):1:
<Iconv::InvalidEncoding> exception expected but was
Class: <ArgumentError>
Message: <"wrong number of arguments (1 for 3)">

The base Failure class in iconv is requiring three arguments and we at times only send one.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Thomas E Enebo - 10/Sep/07 11:40 AM
Fixed in commit 4284 on trunk and 4285 on 1.0 branch