
specs - issue #38
Don't check the order of nodes by default on xml nodes equal matcher
What steps will reproduce the problem? 1. Create this spec:
object Foo extends Specification { <foo> <a id="1" /> <a id="2" /> </foo> must ==/( <foo> <a id="2" /> <a id="1" /> </foo> ) }
What is the expected output? What do you see instead?
The match should be ok but it isn't
What version of the product are you using? On what operating system?
1.3.1
Comment #1
Posted on Sep 18, 2008 by Massive GiraffeThis is fixed in the latest snapshot (only works with Scala-2.7.2-rc1). I'll add later the possibility to do ordered comparisons.
Comment #2
Posted on Feb 25, 2009 by Massive Giraffe(No comment was entered for this change.)
Status: Verified
Labels:
Type-Defect
Priority-Medium