diff --git a/Media/SimpleMoistAir/test_enthalpyOfVaporization.mo b/Media/SimpleMoistAir/test_enthalpyOfVaporization.mo
index 8c8a153745ddd055a3d805640e16d1518b8a684c..a00bd9a7862f92e6b462d12ebc6d4acc5561af45 100644
--- a/Media/SimpleMoistAir/test_enthalpyOfVaporization.mo
+++ b/Media/SimpleMoistAir/test_enthalpyOfVaporization.mo
@@ -17,8 +17,8 @@ equation
   dewState = Medium.setDewState(sat); 
   bubbleState = Medium.setBubbleState(sat); 
   h_lv_check = dewState.h - bubbleState.h;
-  T = 273.15;
 
   annotation (Icon(coordinateSystem(preserveAspectRatio=false)), Diagram(
-        coordinateSystem(preserveAspectRatio=false)));
+        coordinateSystem(preserveAspectRatio=false)),
+    experiment(StartTime = 0, StopTime = 100, Tolerance = 1e-6, Interval = 0.2));
 end test_enthalpyOfVaporization;