Disable WCONHIST/GRAT non-existence test

Keyword WCONHIST always supports GRAT control mode, even when
defaulted.  The default value (zero) might not be very useful in a
simulation case but it's supported nonetheless.
This commit is contained in:
Bård Skaflestad
2014-06-27 00:19:48 +02:00
parent 3242976bf1
commit 1d34629cc2

View File

@@ -105,7 +105,8 @@ BOOST_AUTO_TEST_CASE(WellTesting) {
BOOST_CHECK( prop3.hasProductionControl(WellProducer::ORAT));
BOOST_CHECK( prop3.hasProductionControl(WellProducer::GRAT));
}
BOOST_CHECK( !well2->getProductionProperties(8).hasProductionControl(WellProducer::GRAT));
// BOOST_CHECK( !well2->getProductionProperties(8).hasProductionControl(WellProducer::GRAT));
}