Ticket #101 (closed defect: fixed)
Variable "source" wrongly used instead of "arg" in exception in source.rb
| Reported by: | mrj | Owned by: | ser |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1.8 |
| Component: | Stream | Version: | 3.1.4 |
| Severity: | minor | Keywords: | source stream arg |
| Cc: | Ruby version: | 1.8.5 | |
| Operating system: | Linux |
Description
Line 20 of source.rb should be:
raise "#{arg.class} is not a valid input stream. It must walk \n"+
The current use of "source.class" gives error
undefined local variable or method `source' for REXML::SourceFactory:Class
Change History
Note: See
TracTickets for help on using
tickets.
