Make the datastructures test pass

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-12-30 18:55:26 -05:00
parent 7fd56e5f78
commit f3fe64b486

View File

@@ -463,7 +463,7 @@ std::string get_input_pair_long_desc(int pair)
TEST_CASE("Check that all parameters are descibed","")
{
for (int i = 0; i < CoolProp::iundefined_parameter; ++i){
for (int i = 1; i < CoolProp::iundefined_parameter; ++i){
std::ostringstream ss;
ss << "Parameter index," << i << "last index:" << CoolProp::iundefined_parameter;
SECTION(ss.str(), "")