Fix tests for parameters

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-12-30 22:11:58 -05:00
parent 413078cf00
commit 6cc81601ac

View File

@@ -469,7 +469,7 @@ TEST_CASE("Check that all parameters are descibed","")
SECTION(ss.str(), "")
{
std::string prior;
if (i > 0){
if (i > 1){
CHECK_NOTHROW(prior = CoolProp::get_parameter_information(i-1,"short"));
CAPTURE(prior);
}