Skip to content

Commit

Permalink
Corrected test
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Nov 18, 2024
1 parent 8abbb9a commit b054851
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1218,8 +1218,13 @@ BOOST_AUTO_TEST_CASE( testOrbiterOccultationObservationViabilityCalculators )
{
currentObservationIsViable = false;
}
}

BOOST_CHECK_EQUAL( currentObservationIsViable, currentObservationWasViable );
BOOST_CHECK_EQUAL( currentObservationIsViable, currentObservationWasViable );

if( currentObservationIsViable != currentObservationWasViable )
{
std::cout<<currentObservable<<" "<<getLinkEndsString( currentLinkEnds )<<std::endl;
}
if( currentObservationWasViable )
{
Expand Down

0 comments on commit b054851

Please sign in to comment.