mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-23 12:58:03 -05:00
Make the datastructures test pass
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -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(), "")
|
||||
|
||||
Reference in New Issue
Block a user