? ? Success

User tests: Successful: Unsuccessful:

avatar okonomiyaki3000
okonomiyaki3000
29 Nov 2013

I noticed a silly error in the Travis tests. This should fix it. Instead of directly comparing two strings, we can compare two XmlStrings so that insignificant differences in xml structure will not cause a failure.

avatar okonomiyaki3000 okonomiyaki3000 - open - 29 Nov 2013
avatar Bakual
Bakual - comment - 29 Nov 2013

Is this still happening with master from today? Because yesterday this fix was merged: 74f66ab which I think is the same issue.
PR for reference: #2596

avatar okonomiyaki3000
okonomiyaki3000 - comment - 29 Nov 2013

Ah! Maybe that fixed it then but I think it's not really a complete fix. assertXmlStringEqualsXmlString is the test we should be using here. Then differences like <node /> vs <node></node> will be irrelevant.

avatar Bakual
Bakual - comment - 29 Nov 2013

From what I understand you are correct.
Could you update your PR to remove the changes made in the other commit then? Because we don't need both.
And it's not a fix anymore but an improvement since currently neither Travis nor Jenkins does fail.
So you should adjust your working and especially the testing instructions in the tracker.

avatar okonomiyaki3000
okonomiyaki3000 - comment - 29 Nov 2013

Sure, I'll do that but it'll need to wait till next week. Already Friday night here.

avatar Bakual
Bakual - comment - 29 Nov 2013

No problem. It's not a pressing issue :smiley:

avatar elkuku
elkuku - comment - 29 Nov 2013

This looks very good :wink:
Could you also fix this for the framework please.. Ref.: joomla/joomla-framework#286

avatar okonomiyaki3000 okonomiyaki3000 - change - 2 Dec 2013
Labels Added: ? ? ?
avatar infograf768 infograf768 - reference | - 6 Dec 13
avatar infograf768 infograf768 - merge - 6 Dec 2013
avatar infograf768 infograf768 - close - 6 Dec 2013
avatar infograf768 infograf768 - change - 6 Dec 2013
Status New Closed
Closed_Date 0000-00-00 00:00:00 2013-12-06 08:14:17
avatar infograf768 infograf768 - close - 6 Dec 2013
avatar okonomiyaki3000 okonomiyaki3000 - head_ref_deleted - 6 Dec 2013

Add a Comment

Login with GitHub to post a comment