Added THPLimit as well property.
This commit is contained in:
@@ -248,5 +248,8 @@ BOOST_AUTO_TEST_CASE(XHPLimitDefault) {
|
||||
|
||||
well.setBHPLimit( 1 , 100 );
|
||||
BOOST_CHECK_EQUAL( 100 , well.getBHPLimit( 5 ));
|
||||
|
||||
well.setTHPLimit( 1 , 200 );
|
||||
BOOST_CHECK_EQUAL( 200 , well.getTHPLimit( 5 ));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user