Skip to content

Commit

Permalink
test that number of parameters is the same
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Oct 28, 2015
1 parent bf327bd commit 229f063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_CMSSM_database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ void test_parameter_equality(const T& a, const P& b)
TEST_EQUALITY(a.get_precision(), b.get_precision());
TEST_EQUALITY(a.get_ewsb_iteration_precision(), b.get_ewsb_iteration_precision());

TEST_EQUALITY(a.get_number_of_parameters(), b.get_number_of_parameters());

TEST_EQUALITY(a.get_g1(), b.get_g1());
TEST_EQUALITY(a.get_g2(), b.get_g2());
TEST_EQUALITY(a.get_g3(), b.get_g3());
Expand Down

0 comments on commit 229f063

Please sign in to comment.