diff gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/TestCallContext.java @ 306:e7f1c79bf9cd

Bugfix for issue91, wrong depth will be drawn in TimeseriesCharts in Meshes gnv-artifacts/trunk@364 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 24 Nov 2009 13:29:36 +0000
parents 7fb9441dd8af
children 4939236c2dc9
line wrap: on
line diff
--- a/gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/TestCallContext.java	Mon Nov 23 17:20:14 2009 +0000
+++ b/gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/TestCallContext.java	Tue Nov 24 13:29:36 2009 +0000
@@ -46,4 +46,14 @@
         return this.callMeta;
     }
 
+    public Object getContextValue(Object key) {
+        
+        		return null;
+    }
+
+    public Object putContextValue(Object key, Object value) {
+        
+        		return null;
+    }
+
 }

http://dive4elements.wald.intevation.org