-
Notifications
You must be signed in to change notification settings - Fork 149
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
Test failure on go tip #16
Comments
Sorry for taking so long to get to this, I've kind of neglected the feeds package.... This is because Go 1.5 / tip now supports the xmlns attribute. |
Not sure of the best way to fix it, short of doing a proper XML diff and ignoring that element, or writing different tests for 1.5. Or not testing on 1.4 and earlier (which seems like a bit premature...) |
I think just going for separate tests (via On Fri, Aug 7, 2015 at 1:33 PM Kamil Kisiel [email protected]
|
The weird thing is tests seem to be passing now with the go1.5 Rc... |
That'd be due to this: golang/go@c0d6d33 (they reverted the changes) Hence you can probably close it until we see a update to golang/go#11841 (I've subscribed to the issue on that) |
Ah I see, makes sense. I haven't been following the XML story in encoding/xml since I've mostly been using https://github.com/beevik/etree Good to know they're going to take a serious look at it though. |
https://travis-ci.org/gorilla/feeds/jobs/55587220
Diffs between "got" and "expected":
Do you think it's a bug in feeds, tests, or Go? I suspect these changes has something to do with it:
The text was updated successfully, but these errors were encountered: