Added THPLimit as well property.

This commit is contained in:
Joakim Hove
2014-01-27 18:38:41 +01:00
parent 3d2ddd70fc
commit af00558ec7
6 changed files with 21 additions and 2 deletions

View File

@@ -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 ));
}