Update a few tests to hopefully make them pass

This commit is contained in:
Ian Bell
2015-11-14 21:27:39 -07:00
parent 0b9bd17067
commit ca3bcbe6b4
2 changed files with 3 additions and 3 deletions

View File

@@ -543,7 +543,7 @@ TEST_CASE("Check inputs to PropsSI","[PropsSI]")
CHECK(ValidNumber(CoolProp::PropsSI("T","P",101325,"Q",0,"R410A.mix")));
};
SECTION("Single state, single output, predefined mixture from REFPROP"){
CHECK(ValidNumber(CoolProp::PropsSI("T","P",101325,"Q",0,"REFPROP::R410A.mix")));
CHECK(ValidNumber(CoolProp::PropsSI("T","P",101325,"Q",0,"REFPROP::R410A.MIX")));
};
SECTION("Single state, single output, bad predefined mixture from REFPROP"){
CHECK(!ValidNumber(CoolProp::PropsSI("T","P",101325,"Q",0,"REFPROP::RRRRRR.mix")));