diff gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java @ 213:c0a798299efc

Integration of the selection of the min and max Layer used in Verticalprofiles of Meshes. issue61 gnv-artifacts/trunk@269 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 27 Oct 2009 12:03:32 +0000
parents 310874d3573f
children f8cb64d5fe4f
line wrap: on
line diff
--- a/gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java	Mon Oct 26 15:56:47 2009 +0000
+++ b/gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java	Tue Oct 27 12:03:32 2009 +0000
@@ -463,8 +463,24 @@
                             cc,
                             "src/test/ressources/verticalprofile_mesh/verticalprofile_step_05_feed.xml",
                             "src/test/ressources/verticalprofile_mesh/verticalprofile_step_05_advance.xml");
+            
+            // Sechster Schritt
+            this
+            .doNextStep(
+                    artifact,
+                    cc,
+                    "src/test/ressources/verticalprofile_mesh/verticalprofile_step_06_feed.xml",
+                    "src/test/ressources/verticalprofile_mesh/verticalprofile_step_06_advance.xml");
+            
+            // Siebter Schritt
+            this
+            .doNextStep(
+                    artifact,
+                    cc,
+                    "src/test/ressources/verticalprofile_mesh/verticalprofile_step_07_feed.xml",
+                    "src/test/ressources/verticalprofile_mesh/verticalprofile_step_07_advance.xml");
 
-            // Sechster Schritt
+            // Achter Schritt
             Document outputData = artifact.describe(cc);
             FileOutputStream fos = null;
             FileOutputStream fos2 = null;
@@ -482,22 +498,22 @@
                 artifact
                         .feed(
                                 this
-                                        .readDocument("src/test/ressources/verticalprofile_mesh/verticalprofile_step_06_feed.xml"),
+                                        .readDocument("src/test/ressources/verticalprofile_mesh/verticalprofile_step_08_feed.xml"),
                                 cc);
                 artifact
                         .out(
                                 this
-                                        .readDocument("src/test/ressources/verticalprofile_mesh/verticalprofile_step_06_out_statistics.xml"),
+                                        .readDocument("src/test/ressources/verticalprofile_mesh/verticalprofile_step_08_out_statistics.xml"),
                                 fos2, cc);
                 artifact
                         .out(
                                 this
-                                        .readDocument("src/test/ressources/verticalprofile_mesh/verticalprofile_step_06_out_chart.xml"),
+                                        .readDocument("src/test/ressources/verticalprofile_mesh/verticalprofile_step_08_out_chart.xml"),
                                 fos, cc);
                 artifact
                         .out(
                                 this
-                                        .readDocument("src/test/ressources/verticalprofile_mesh/verticalprofile_step_06_out_csv.xml"),
+                                        .readDocument("src/test/ressources/verticalprofile_mesh/verticalprofile_step_08_out_csv.xml"),
                                 fos3, cc);
             } catch (Exception e) {
                 log.error(e, e);

http://dive4elements.wald.intevation.org