Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.9 fixes #193

Merged
merged 3 commits into from
May 21, 2011
Merged

1.9 fixes #193

merged 3 commits into from
May 21, 2011

Conversation

jkingdon
Copy link
Contributor

This branch fixes the spec failures on 1.9. Turns out that the namespace name being used was a red herring, and the real problem was in the code, not in the spec. It had been (accidentally) calling [:Save, {}].to_s and wanting to get "Save" which works in 1.8 and not 1.9. This patch includes the spec changes (which seem to make the spec a bit more robust, I guess), the bugfix, and another spec which had been marked pending since the start of the multiple namespace code.

Jim Kingdon and others added 3 commits May 20, 2011 12:38
The bug only showed up in Ruby 1.9 because we had been accidentally
calling [:Save, {}].to_s and hoping to get "Save" (which happens to
work in 1.8).
to believe the namespaces implied by the WSDL, rather than one which
the Savon caller explicitly specified.
rubiii added a commit that referenced this pull request May 21, 2011
@rubiii rubiii merged commit 9adc601 into savonrb:master May 21, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants