diff gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java @ 319:251f16a083f8

Added RegionFilter-Support to HorizontalProfile InstantaneousPoint gnv-artifacts/trunk@378 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 27 Nov 2009 13:00:00 +0000
parents 008709f79611
children 37847d724fc9
line wrap: on
line diff
--- a/gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java	Thu Nov 26 16:10:47 2009 +0000
+++ b/gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java	Fri Nov 27 13:00:00 2009 +0000
@@ -571,7 +571,7 @@
             CallContext cc = createCallContext();
             Document describeDocument = this.readDocument("src/test/ressources/horizontalProfile_instantaneouspoint/horizontalprofile_describe.xml");
             
-            int steps = 6;
+            int steps = 8;
             
             for (int i = 0; i < steps; i++){
             
@@ -605,23 +605,23 @@
                                 + System.currentTimeMillis() + ".odv");
                 artifact.feed(this.readDocument("src/test/ressources/" +
                                                 "horizontalProfile_instantaneouspoint/" +
-                                                "horizontalprofile_step_06_feed.xml"),
+                                                "horizontalprofile_step_08_feed.xml"),
                               cc);
                 artifact.out(this.readDocument("src/test/ressources/" +
                                                "horizontalProfile_instantaneouspoint/" +
-                                               "horizontalprofile_step_06_out_statistics.xml"),
+                                               "horizontalprofile_step_08_out_statistics.xml"),
                              fos2,cc);
                 artifact.out(this.readDocument("src/test/ressources/" +
                                                "horizontalProfile_instantaneouspoint/" +
-                                               "horizontalprofile_step_06_out_chart.xml"),
+                                               "horizontalprofile_step_08_out_chart.xml"),
                              fos,cc);
                 artifact.out(this.readDocument("src/test/ressources/" +
                                                "horizontalProfile_instantaneouspoint/" +
-                                               "horizontalprofile_step_06_out_csv.xml"),
+                                               "horizontalprofile_step_08_out_csv.xml"),
                              fos3,cc);
                 artifact.out(this.readDocument("src/test/ressources/" +
                                                "horizontalProfile_instantaneouspoint/" +
-                                               "horizontalprofile_step_06_out_odv.xml"),
+                                               "horizontalprofile_step_08_out_odv.xml"),
                             fos4,cc);
             } catch (Exception e) {
                 log.error(e, e);

http://dive4elements.wald.intevation.org