diff --git a/test/decoupled/1p/test_diffusionproblem.hh b/test/decoupled/1p/test_diffusionproblem.hh
index 598a4b210411d5d221435dc9b5704b7802c73975..2b660fd6d034f4ef6131c2981cc2bdc331686bdd 100644
--- a/test/decoupled/1p/test_diffusionproblem.hh
+++ b/test/decoupled/1p/test_diffusionproblem.hh
@@ -194,7 +194,7 @@ class TestDiffusionProblem: public DiffusionProblem2P<TypeTag>
         nPhaseIdx = Indices::nPhaseIdx,
         pGlobalIdx = Indices::pGlobalIdx,
         SwIdx = Indices::SwIdx,
-        pressEqIdx = Indices::pressEqIdx
+        pressEqIdx = Indices::pressureEqIdx
     };
 
     typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar;
diff --git a/test/decoupled/2p/buckleyleverettanalyticsolution.hh b/test/decoupled/2p/buckleyleverettanalyticsolution.hh
index 8d8dfb7b0ee869f74c8e71e393030b9397ead5da..c2c13b03839d1aaa2be07554424a4452b296ffd3 100644
--- a/test/decoupled/2p/buckleyleverettanalyticsolution.hh
+++ b/test/decoupled/2p/buckleyleverettanalyticsolution.hh
@@ -17,7 +17,9 @@
 #ifndef DUMUX_BUCKLEYLEVERETT_ANALYTICAL_HH
 #define DUMUX_BUCKLEYLEVERETT_ANALYTICAL_HH
 
+#include <dumux/decoupled/2p/2pproperties.hh>
 #include <dumux/material/fluidmatrixinteractions/2p/linearmaterial.hh>
+#include <dumux/material/fluidmatrixinteractions/2p/efftoabslaw.hh>
 
 /**
  * @file
diff --git a/test/decoupled/2p/mcwhorteranalyticsolution.hh b/test/decoupled/2p/mcwhorteranalyticsolution.hh
index 91278161fcf3e9163cac4f1b3dc30a649086099a..dc3c388bfa1e3fc105a5349a38c086b34c0b322e 100644
--- a/test/decoupled/2p/mcwhorteranalyticsolution.hh
+++ b/test/decoupled/2p/mcwhorteranalyticsolution.hh
@@ -19,6 +19,8 @@
 #ifndef DUMUX_MCWHORTER_ANALYTIC_HH
 #define DUMUX_MCWHORTER_ANALYTIC_HH
 
+#include <dumux/decoupled/2p/2pproperties.hh>
+
 /**
  * @file
  * @brief  Analytic solution of
diff --git a/test/decoupled/2p/test_impesadaptiveproblem.hh b/test/decoupled/2p/test_impesadaptiveproblem.hh
index b89a878d6dbbaed630a69d41a30b41fd3fbf4ba9..681b239fb0f748793914c81456c9212ed84f36b9 100644
--- a/test/decoupled/2p/test_impesadaptiveproblem.hh
+++ b/test/decoupled/2p/test_impesadaptiveproblem.hh
@@ -133,7 +133,7 @@ class TestIMPESAdaptiveProblem: public IMPESProblem2P<TypeTag>
         nPhaseIdx = Indices::nPhaseIdx,
         pWIdx = Indices::pwIdx,
         SwIdx = Indices::SwIdx,
-        eqIdxPress = Indices::pressEqIdx,
+        eqIdxPress = Indices::pressureEqIdx,
         eqIdxSat = Indices::satEqIdx
     };
 
diff --git a/test/decoupled/2p/test_impesproblem.hh b/test/decoupled/2p/test_impesproblem.hh
index 9b6b2a7c3ca14fc22c86e06564317a46333e7a1a..355edc88557625a4ff0a4f461c6cc37b0a9c7d33 100644
--- a/test/decoupled/2p/test_impesproblem.hh
+++ b/test/decoupled/2p/test_impesproblem.hh
@@ -183,7 +183,7 @@ enum
     wPhaseIdx = Indices::wPhaseIdx, nPhaseIdx = Indices::nPhaseIdx,
     pWIdx = Indices::pwIdx,
     SwIdx = Indices::SwIdx,
-    eqIdxPress = Indices::pressEqIdx,
+    eqIdxPress = Indices::pressureEqIdx,
     eqIdxSat = Indices::satEqIdx
 };
 
diff --git a/test/decoupled/2p/test_mpfa2pproblem.hh b/test/decoupled/2p/test_mpfa2pproblem.hh
index 19b645b28876ecf324da356c4d684a8e72727a9d..7a2a1a9e40802c191406e22893121f370bce6303 100644
--- a/test/decoupled/2p/test_mpfa2pproblem.hh
+++ b/test/decoupled/2p/test_mpfa2pproblem.hh
@@ -198,7 +198,7 @@ enum
     pWIdx = Indices::pwIdx,
 #endif
     SwIdx = Indices::SwIdx,
-    eqIdxPress = Indices::pressEqIdx,
+    eqIdxPress = Indices::pressureEqIdx,
     eqIdxSat = Indices::satEqIdx
 };