Werner
2014-04-10 10:08:40 UTC
Hi,
Testing above I find it fails on this:
self.assertEqual(floatspin.GetMin(), 0)
error is:
Exception: AssertionError: FixedPoint('.00000000000000000000', 20) != 0
Changed test to:
self.assertEqual(floatspin.GetMin(), FS.FixedPoint(0, 20))
but still fails with this:
Exception: AssertionError: FixedPoint('.00000000000000000000', 20) !=
FixedPoint('.00000000000000000000', 20)
That the first one fails I understand, but why the second one?
Werner
Testing above I find it fails on this:
self.assertEqual(floatspin.GetMin(), 0)
error is:
Exception: AssertionError: FixedPoint('.00000000000000000000', 20) != 0
Changed test to:
self.assertEqual(floatspin.GetMin(), FS.FixedPoint(0, 20))
but still fails with this:
Exception: AssertionError: FixedPoint('.00000000000000000000', 20) !=
FixedPoint('.00000000000000000000', 20)
That the first one fails I understand, but why the second one?
Werner
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.