Closed GoogleCodeExporter closed 9 years ago
I've reproduced the issue, it must be a case of implicit priority working
differently.
If you force the implicit def that should be used the Prop seem to work:
val prop = forAll { i: Int => successValueToBoolean(i must_== 0) }
prop must pass
will fail with the expected failure message, while:
val prop = forAll { i: Int => successValueToBoolean(i must_== i) }
prop must pass
will pass.
I'll try to find out what's wrong there and how I can fix it.
I'll try to
Original comment by etorrebo...@gmail.com
on 4 Apr 2010 at 11:10
Hi Daniel,
This issue is fixed here: http://scala-tools.org/repo-snapshots/org/scala-
tools/testing/specs_2.8.0.Beta1/1.6.5-SNAPSHOT
Eric.
Original comment by etorrebo...@gmail.com
on 5 Apr 2010 at 9:33
Original comment by etorrebo...@gmail.com
on 26 May 2010 at 10:24
Original comment by etorrebo...@gmail.com
on 1 Aug 2010 at 7:52
Original issue reported on code.google.com by
djspie...@gmail.com
on 4 Apr 2010 at 5:46