Skip to content
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

Testcase findBounds/Moved circle fails #68

Closed
nickodell opened this issue Dec 10, 2017 · 1 comment
Closed

Testcase findBounds/Moved circle fails #68

nickodell opened this issue Dec 10, 2017 · 1 comment

Comments

@nickodell
Copy link
Contributor

$ ./ao/test/ao-test findBounds

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ao-test is a Catch v1.1 b3 host application.
Run with -? for options

-------------------------------------------------------------------------------
findBounds
  Moved circle
-------------------------------------------------------------------------------
/home/nick/ao/ao/test/bounds.cpp:28
...............................................................................

/home/nick/ao/ao/test/bounds.cpp:68: FAILED:
  REQUIRE( r.lower.y() == Approx(0.6).epsilon(0.001) )
with expansion:
  -0.0000305176 == Approx( 0.6 )
with messages:
  r.lower := -3.05176e-05
  -3.05176e-05
          -inf
  r.upper := 0.600006
  0.600006
       inf

===============================================================================
test cases:  1 |  0 passed | 1 failed
assertions: 56 | 55 passed | 1 failed

@mkeeter
Copy link
Member

mkeeter commented Dec 10, 2017

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants