removing funciton dropWell for WellTestState

This commit is contained in:
Kai Bao
2019-06-25 22:12:30 +02:00
parent c0c9d70dcf
commit 28110584a3
3 changed files with 0 additions and 20 deletions

View File

@@ -123,10 +123,6 @@ BOOST_AUTO_TEST_CASE(WTEST_STATE) {
// Too many attempts:
BOOST_CHECK_EQUAL( st.updateWell(wc, 24000. * day).size(), 0);
st.dropWell("WELL_NAME", WellTestConfig::Reason::ECONOMIC);
BOOST_CHECK_EQUAL(st.sizeWells(), 2);
}