mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 18:21:00 -06:00
fixing a test related to history mode.
This commit is contained in:
parent
5bf53148c0
commit
efeccd8e74
@ -172,7 +172,8 @@ void check_controls_epoch3(struct WellControls ** ctrls) {
|
|||||||
// The new producer
|
// The new producer
|
||||||
const struct WellControls * ctrls1 = ctrls[1];
|
const struct WellControls * ctrls1 = ctrls[1];
|
||||||
// Note: controls include default (1 atm) BHP control.
|
// Note: controls include default (1 atm) BHP control.
|
||||||
BOOST_CHECK_EQUAL(6, well_controls_get_num(ctrls1));
|
// and also an ORAT control
|
||||||
|
BOOST_CHECK_EQUAL(2, well_controls_get_num(ctrls1));
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(New_Constructor_Works) {
|
BOOST_AUTO_TEST_CASE(New_Constructor_Works) {
|
||||||
|
Loading…
Reference in New Issue
Block a user