Mercurial > dive4elements > gnv-client
changeset 229:a610c0a01afc
Added the Region-Filter to the Workflow of the Artifacttescases to be able to test it automatically.
gnv-artifacts/trunk@297 c6561f87-3c4e-4783-a992-168aeb5c3f6f
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/ChangeLog Fri Nov 06 10:23:55 2009 +0000 @@ -1,3 +1,20 @@ +2009-11-06 Tim Englich <tim.englich@intevation.de> + + * src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java: + Added and moved Workflowsteps because of changes in the Workflow of these Artifacts. + Now the Region-Filter is added to the Workflow an can be tested using + this UnitTestCases. + + * src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_*.xml, + src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_*.xml, + src/test/ressources/timeseries/timeseries_step_*.xml, + src/test/ressources/timeseries_mesh/timeseries_step_*.xml, + src/test/ressources/verticalprofile/verticalprofile_step_*.xml, + src/test/ressources/verticalprofile_mesh/verticalprofile_step_*.xml, + Added and moved Files because of changes in the Workflow of these Artifacts. + Now the Region-Filter is added to the Workflow an can be tested using + the UnitTestCases. + 2009-11-06 Ingo Weinzierl <ingo.weinzierl@intevation.de> * doc/conf/products/horizontalcrosssection/conf_mesh.xml,
--- a/gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java Fri Nov 06 10:23:55 2009 +0000 @@ -122,6 +122,15 @@ cc, "src/test/ressources/timeseries/timeseries_step_04_feed.xml", "src/test/ressources/timeseries/timeseries_step_04_advance.xml", describeDocument); + + // Fünfter Schritt + this + .doNextStep( + artifact, + cc, + "src/test/ressources/timeseries/timeseries_step_05_feed.xml", + "src/test/ressources/timeseries/timeseries_step_05_advance.xml", describeDocument); + Document outputData; // Fünfter Schritt @@ -134,12 +143,12 @@ artifact .feed( this - .readDocument("src/test/ressources/timeseries/timeseries_step_05_feed.xml"), + .readDocument("src/test/ressources/timeseries/timeseries_step_06_feed.xml"), cc); artifact .out( this - .readDocument("src/test/ressources/timeseries/timeseries_step_05_out.xml"), + .readDocument("src/test/ressources/timeseries/timeseries_step_06_out.xml"), fos, cc); } catch (Exception e) { log.error(e, e); @@ -251,8 +260,16 @@ cc, "src/test/ressources/timeseries_mesh/timeseries_step_06_feed.xml", "src/test/ressources/timeseries_mesh/timeseries_step_06_advance.xml", describeDocument); - + // Siebter Schritt + this + .doNextStep( + artifact, + cc, + "src/test/ressources/timeseries_mesh/timeseries_step_07_feed.xml", + "src/test/ressources/timeseries_mesh/timeseries_step_07_advance.xml", describeDocument); + + // Achter Schritt Document outputData = artifact.describe(describeDocument,cc); FileOutputStream fos = null; FileOutputStream fos2 = null; @@ -270,22 +287,22 @@ artifact .feed( this - .readDocument("src/test/ressources/timeseries_mesh/timeseries_step_07_feed.xml"), + .readDocument("src/test/ressources/timeseries_mesh/timeseries_step_08_feed.xml"), cc); artifact .out( this - .readDocument("src/test/ressources/timeseries_mesh/timeseries_step_07_out_statistics.xml"), + .readDocument("src/test/ressources/timeseries_mesh/timeseries_step_08_out_statistics.xml"), fos2, cc); artifact .out( this - .readDocument("src/test/ressources/timeseries_mesh/timeseries_step_07_out_chart.xml"), + .readDocument("src/test/ressources/timeseries_mesh/timeseries_step_08_out_chart.xml"), fos, cc); artifact .out( this - .readDocument("src/test/ressources/timeseries_mesh/timeseries_step_07_out_csv.xml"), + .readDocument("src/test/ressources/timeseries_mesh/timeseries_step_08_out_csv.xml"), fos3, cc); } catch (Exception e) { log.error(e, e); @@ -355,6 +372,14 @@ cc, "src/test/ressources/verticalprofile/verticalprofile_step_04_feed.xml", "src/test/ressources/verticalprofile/verticalprofile_step_04_advance.xml", describeDocument); + + // Fünfter Schritt + this + .doNextStep( + artifact, + cc, + "src/test/ressources/verticalprofile/verticalprofile_step_05_feed.xml", + "src/test/ressources/verticalprofile/verticalprofile_step_05_advance.xml", describeDocument); // Vierter Schritt @@ -375,22 +400,22 @@ artifact .feed( this - .readDocument("src/test/ressources/verticalprofile/verticalprofile_step_05_feed.xml"), + .readDocument("src/test/ressources/verticalprofile/verticalprofile_step_06_feed.xml"), cc); artifact .out( this - .readDocument("src/test/ressources/verticalprofile/verticalprofile_step_05_out_statistics.xml"), + .readDocument("src/test/ressources/verticalprofile/verticalprofile_step_06_out_statistics.xml"), fos2, cc); artifact .out( this - .readDocument("src/test/ressources/verticalprofile/verticalprofile_step_05_out_chart.xml"), + .readDocument("src/test/ressources/verticalprofile/verticalprofile_step_06_out_chart.xml"), fos, cc); artifact .out( this - .readDocument("src/test/ressources/verticalprofile/verticalprofile_step_05_out_csv.xml"), + .readDocument("src/test/ressources/verticalprofile/verticalprofile_step_06_out_csv.xml"), fos3, cc); } catch (Exception e) { log.error(e, e); @@ -483,8 +508,26 @@ cc, "src/test/ressources/verticalprofile_mesh/verticalprofile_step_07_feed.xml", "src/test/ressources/verticalprofile_mesh/verticalprofile_step_07_advance.xml", describeDocument); + + // Achter Schritt + this + .doNextStep( + artifact, + cc, + "src/test/ressources/verticalprofile_mesh/verticalprofile_step_08_feed.xml", + "src/test/ressources/verticalprofile_mesh/verticalprofile_step_08_advance.xml", describeDocument); - // Achter Schritt + + // Neunter Schritt + this + .doNextStep( + artifact, + cc, + "src/test/ressources/verticalprofile_mesh/verticalprofile_step_09_feed.xml", + "src/test/ressources/verticalprofile_mesh/verticalprofile_step_09_advance.xml", describeDocument); + + + // 10. Schritt Document outputData = artifact.describe(describeDocument,cc); FileOutputStream fos = null; FileOutputStream fos2 = null; @@ -502,22 +545,22 @@ artifact .feed( this - .readDocument("src/test/ressources/verticalprofile_mesh/verticalprofile_step_08_feed.xml"), + .readDocument("src/test/ressources/verticalprofile_mesh/verticalprofile_step_10_feed.xml"), cc); artifact .out( this - .readDocument("src/test/ressources/verticalprofile_mesh/verticalprofile_step_08_out_statistics.xml"), + .readDocument("src/test/ressources/verticalprofile_mesh/verticalprofile_step_10_out_statistics.xml"), fos2, cc); artifact .out( this - .readDocument("src/test/ressources/verticalprofile_mesh/verticalprofile_step_08_out_chart.xml"), + .readDocument("src/test/ressources/verticalprofile_mesh/verticalprofile_step_10_out_chart.xml"), fos, cc); artifact .out( this - .readDocument("src/test/ressources/verticalprofile_mesh/verticalprofile_step_08_out_csv.xml"), + .readDocument("src/test/ressources/verticalprofile_mesh/verticalprofile_step_10_out_csv.xml"), fos3, cc); } catch (Exception e) { log.error(e, e); @@ -820,6 +863,22 @@ cc, "src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_07_feed.xml", "src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_07_advance.xml", describeDocument); + + // Achter Schritt + this + .doNextStep( + artifact, + cc, + "src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_08_feed.xml", + "src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_08_advance.xml", describeDocument); + + // Neunter Schritt + this + .doNextStep( + artifact, + cc, + "src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_09_feed.xml", + "src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_09_advance.xml", describeDocument); Document outputData = artifact.describe(describeDocument,cc); FileOutputStream fos = null; @@ -838,19 +897,19 @@ artifact .feed( this - .readDocument("src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_08_feed.xml"), + .readDocument("src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_10_feed.xml"), cc); artifact .out( this - .readDocument("src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_08_out_statistics.xml"), + .readDocument("src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_10_out_statistics.xml"), fos2, cc); artifact .out( this - .readDocument("src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_08_out_chart.xml"), + .readDocument("src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_10_out_chart.xml"), fos, cc); - artifact.out(this.readDocument("src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_08_out_csv.xml"), + artifact.out(this.readDocument("src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_10_out_csv.xml"), fos3, cc); } catch (Exception e) { @@ -919,6 +978,14 @@ "src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_04_feed.xml", "src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_04_advance.xml", describeDocument); + // Fünfter Schritt + this + .doNextStep( + artifact, + cc, + "src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_05_feed.xml", + "src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_05_advance.xml", describeDocument); + Document outputData = artifact.describe(describeDocument,cc); FileOutputStream fos = null; FileOutputStream fos2 = null; @@ -935,18 +1002,18 @@ + System.currentTimeMillis() + ".csv"); artifact .feed(this.readDocument("src/test/ressources/horizontal" + - "crosssection_mesh/horizontalcrosssection_step_05_feed.xml"), + "crosssection_mesh/horizontalcrosssection_step_06_feed.xml"), cc); artifact .out(this.readDocument("src/test/ressources/horizontal" + - "crosssection_mesh/horizontalcrosssection_step_05_out_statistics.xml"), + "crosssection_mesh/horizontalcrosssection_step_06_out_statistics.xml"), fos2, cc); artifact .out(this.readDocument("src/test/ressources/horizontal" + - "crosssection_mesh/horizontalcrosssection_step_05_out_chart.xml"), + "crosssection_mesh/horizontalcrosssection_step_06_out_chart.xml"), fos, cc); artifact.out(this.readDocument("src/test/ressources/horizontal" + - "crosssection_mesh/horizontalcrosssection_step_05_out_csv.xml"), + "crosssection_mesh/horizontalcrosssection_step_06_out_csv.xml"), fos3, cc); } catch (Exception e) { @@ -1029,7 +1096,13 @@ cc, "src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_06_feed.xml", "src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_06_advance.xml", describeDocument); - + // Siebter Schritt + this + .doNextStep( + artifact, + cc, + "src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_07_feed.xml", + "src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_07_advance.xml", describeDocument); Document outputData = artifact.describe(describeDocument,cc); FileOutputStream fos = null; @@ -1048,19 +1121,19 @@ artifact .feed( this - .readDocument("src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_07_feed.xml"), + .readDocument("src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_08_feed.xml"), cc); artifact .out( this - .readDocument("src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_07_out_statistics.xml"), + .readDocument("src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_08_out_statistics.xml"), fos2, cc); artifact .out( this - .readDocument("src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_07_out_chart.xml"), + .readDocument("src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_08_out_chart.xml"), fos, cc); - artifact.out(this.readDocument("src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_07_out_csv.xml"), + artifact.out(this.readDocument("src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_08_out_csv.xml"), fos3, cc); } catch (Exception e) {
--- a/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_02_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_02_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <art:action xmlns:art="http://www.intevation.de/2009/artifacts"> <art:type name="advance" /> - <art:uuid value="86a0e5c5-e98d-4c7d-93ff-76b099a2de4e" /> - <art:hash value="7390092" /> - <art:target name="horizontalprofile_mesh_point" /> + <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> + <art:hash value="29647319" /> + <art:target name="horizontalprofile_mesh" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_03_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_03_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <art:action xmlns:art="http://www.intevation.de/2009/artifacts"> <art:type name="advance" /> - <art:uuid value="86a0e5c5-e98d-4c7d-93ff-76b099a2de4e" /> - <art:hash value="7390092" /> - <art:target name="horizontalprofile_mesh_axis" /> + <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> + <art:hash value="29647319" /> + <art:target name="horizontalprofile_mesh_coordinate" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_03_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_03_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> <art:hash value="29647319" /> <art:data> - <art:input name="mesh_coordinate" value="56n30 6e20" /> - </art:data> + <art:input name="subareaid" value="41"/> + </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_04_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_04_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <art:action xmlns:art="http://www.intevation.de/2009/artifacts"> <art:type name="advance" /> - <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> - <art:hash value="29647319" /> - <art:target name="horizontalprofile_meshpoint_parameter" /> + <art:uuid value="86a0e5c5-e98d-4c7d-93ff-76b099a2de4e" /> + <art:hash value="7390092" /> + <art:target name="horizontalprofile_mesh_point" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_04_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_04_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> <art:hash value="29647319" /> <art:data> - <art:input name="mesh_point" value="2003771" /> + <art:input name="meshid" value="3" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_05_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_05_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <art:action xmlns:art="http://www.intevation.de/2009/artifacts"> <art:type name="advance" /> - <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> - <art:hash value="29647319" /> - <art:target name="horizontalprofile_meshpoint_depth" /> + <art:uuid value="86a0e5c5-e98d-4c7d-93ff-76b099a2de4e" /> + <art:hash value="7390092" /> + <art:target name="horizontalprofile_mesh_axis" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_05_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_05_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> <art:hash value="29647319" /> <art:data> - <art:input name="axisid" value="JPOSITION" /> - </art:data> + <art:input name="mesh_coordinate" value="56n30 6e20" /> + </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_06_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_06_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> <art:hash value="29647319" /> - <art:target name="horizontalprofile_mesh_date" /> + <art:target name="horizontalprofile_meshpoint_parameter" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_06_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_06_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,7 +4,6 @@ <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> <art:hash value="29647319" /> <art:data> - <art:input name="parameterid" value="2" /> - <art:input name="parameterid" value="1" /> + <art:input name="mesh_point" value="2003771" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_07_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_07_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> <art:hash value="29647319" /> - <art:target name="horizontalprofile_mesh_calculate_results" /> + <art:target name="horizontalprofile_meshpoint_depth" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_07_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_07_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,7 +4,6 @@ <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> <art:hash value="29647319" /> <art:data> - <art:input name="depthid" value="1" /> - <art:input name="depthid" value="2" /> + <art:input name="axisid" value="JPOSITION" /> </art:data> </art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_08_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="advance" /> + <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> + <art:hash value="29647319" /> + <art:target name="horizontalprofile_mesh_date" /> +</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_08_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_08_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,7 +4,7 @@ <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> <art:hash value="29647319" /> <art:data> - <art:input name="dateid" value="2009.10.15 23:00:00" /> - <art:input name="dateid" value="2009.10.16 00:00:00" /> + <art:input name="parameterid" value="2" /> + <art:input name="parameterid" value="1" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_08_out_chart.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> - <art:hash value="29647319" /> - <art:out name="chart"> - <art:out value="image/png" /> - <art:params> - <art:input name="width" value="600" /> - <art:input name="height" value="400" /> - </art:params> - </art:out> -</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_08_out_csv.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> - <art:hash value="29647319" /> - <art:out name="csv"> - <art:out value="text/plain" /> - <art:params /> - </art:out> -</art:action>
--- a/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_08_out_statistics.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> - <art:hash value="29647319" /> - <art:out name="statistics"> - <art:out value="text/xml" /> - <art:params /> - </art:out> -</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_09_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="advance" /> + <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> + <art:hash value="29647319" /> + <art:target name="horizontalprofile_mesh_calculate_results" /> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_09_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="feed" /> + <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> + <art:hash value="29647319" /> + <art:data> + <art:input name="depthid" value="1" /> + <art:input name="depthid" value="2" /> + </art:data> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_10_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="feed" /> + <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> + <art:hash value="29647319" /> + <art:data> + <art:input name="dateid" value="2009.11.09 00:00:00" /> + <art:input name="dateid" value="2009.11.08 00:00:00" /> + </art:data> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_10_out_chart.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> + <art:hash value="29647319" /> + <art:out name="chart"> + <art:out value="image/png" /> + <art:params> + <art:input name="width" value="600" /> + <art:input name="height" value="400" /> + </art:params> + </art:out> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_10_out_csv.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> + <art:hash value="29647319" /> + <art:out name="csv"> + <art:out value="text/plain" /> + <art:params /> + </art:out> +</art:action>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_10_out_statistics.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="1f6a63e2-c9d6-4ab1-830e-1effbc189d68" /> + <art:hash value="29647319" /> + <art:out name="statistics"> + <art:out value="text/xml" /> + <art:params /> + </art:out> +</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_02_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_02_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="advance" /> - <art:uuid value="74baff94-b172-4667-b6d8-db21abeb1b81" /> - <art:hash value="6292125" /> - <art:target name="horizontalcrosssection_meshpoint_parameter" /> + <art:type name="advance" /> + <art:uuid value="74baff94-b172-4667-b6d8-db21abeb1b81" /> + <art:hash value="6292125" /> + <art:target name="horizontalcrosssection_meshpoint_depth"/> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_02_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_02_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,7 +3,7 @@ <art:type name="feed" /> <art:uuid value="74baff94-b172-4667-b6d8-db21abeb1b81" /> <art:hash value="6292125" /> - <art:data> - <art:input name="meshid" value="3" /> - </art:data> + <art:data> + <art:input name="areaid" value="n/n" /> + </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_03_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_03_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="74baff94-b172-4667-b6d8-db21abeb1b81" /> <art:hash value="6292125" /> - <art:target name="horizontalcrosssection_mesh_date" /> + <art:target name="horizontalcrosssection_meshpoint_parameter" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_03_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_03_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="74baff94-b172-4667-b6d8-db21abeb1b81" /> <art:hash value="6292125" /> <art:data> - <art:input name="depthid" value="1" /> + <art:input name="meshid" value="3" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_04_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_04_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="74baff94-b172-4667-b6d8-db21abeb1b81" /> <art:hash value="6292125" /> - <art:target name="horizontalcrosssection_mesh_calculate_results" /> + <art:target name="horizontalcrosssection_mesh_date" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_04_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_04_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="74baff94-b172-4667-b6d8-db21abeb1b81" /> <art:hash value="6292125" /> <art:data> - <art:input name="parameterid" value="2" /> + <art:input name="depthid" value="1" /> </art:data> </art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_05_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="advance" /> + <art:uuid value="74baff94-b172-4667-b6d8-db21abeb1b81" /> + <art:hash value="6292125" /> + <art:target name="horizontalcrosssection_mesh_calculate_results" /> +</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_05_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_05_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="74baff94-b172-4667-b6d8-db21abeb1b81" /> <art:hash value="6292125" /> <art:data> - <art:input name="dateid" value="2009.10.23 01:00:00" /> + <art:input name="parameterid" value="2" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_05_out_chart.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="74baff94-b172-4667-b6d8-db21abeb1b81" /> - <art:hash value="6292125" /> - <art:out name="chart"> - <art:out value="image/png" /> - <art:params> - <art:input name="width" value="600" /> - <art:input name="height" value="400" /> - </art:params> - </art:out> -</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_05_out_csv.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="74baff94-b172-4667-b6d8-db21abeb1b81" /> - <art:hash value="6292125" /> - <art:out name="csv"> - <art:out value="text/plain" /> - <art:params /> - </art:out> -</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_05_out_statistics.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="74baff94-b172-4667-b6d8-db21abeb1b81" /> - <art:hash value="6292125" /> - <art:out name="statistics"> - <art:out value="text/xml" /> - <art:params /> - </art:out> -</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_06_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="feed" /> + <art:uuid value="74baff94-b172-4667-b6d8-db21abeb1b81" /> + <art:hash value="6292125" /> + <art:data> + <art:input name="dateid" value="2009.10.23 01:00:00" /> + </art:data> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_06_out_chart.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="74baff94-b172-4667-b6d8-db21abeb1b81" /> + <art:hash value="6292125" /> + <art:out name="chart"> + <art:out value="image/png" /> + <art:params> + <art:input name="width" value="600" /> + <art:input name="height" value="400" /> + </art:params> + </art:out> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_06_out_csv.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="74baff94-b172-4667-b6d8-db21abeb1b81" /> + <art:hash value="6292125" /> + <art:out name="csv"> + <art:out value="text/plain" /> + <art:params /> + </art:out> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_06_out_statistics.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="74baff94-b172-4667-b6d8-db21abeb1b81" /> + <art:hash value="6292125" /> + <art:out name="statistics"> + <art:out value="text/xml" /> + <art:params /> + </art:out> +</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_02_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_02_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,5 +4,5 @@ <art:type name="advance"/> <art:uuid value="dd87ce50-9bbe-11de-8a39-0800200c9a66"/> <art:hash value="8392d409b5518044465ac8e9b7daf5ef"/> - <art:target name="timeseries_depth_height"/> + <art:target name="timeseries_parameter"/> </art:action>
--- a/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_02_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_02_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -5,6 +5,6 @@ <art:uuid value="dd87ce50-9bbe-11de-8a39-0800200c9a66"/> <art:hash value="8392d409b5518044465ac8e9b7daf5ef"/> <art:data> - <art:input name="featureid" value="100006"/> + <art:input name="areaid" value="n/n" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_03_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_03_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,5 +4,5 @@ <art:type name="advance"/> <art:uuid value="dd87ce50-9bbe-11de-8a39-0800200c9a66"/> <art:hash value="8392d409b5518044465ac8e9b7daf5ef"/> - <art:target name="timeseries_interval"/> + <art:target name="timeseries_depth_height"/> </art:action>
--- a/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_03_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_03_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -5,6 +5,6 @@ <art:uuid value="dd87ce50-9bbe-11de-8a39-0800200c9a66"/> <art:hash value="8392d409b5518044465ac8e9b7daf5ef"/> <art:data> - <art:input name="parameterid" value="54"/> + <art:input name="featureid" value="100006"/> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_04_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_04_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,5 +4,5 @@ <art:type name="advance"/> <art:uuid value="dd87ce50-9bbe-11de-8a39-0800200c9a66"/> <art:hash value="8392d409b5518044465ac8e9b7daf5ef"/> - <art:target name="timeseries_calculate_results"/> + <art:target name="timeseries_interval"/> </art:action>
--- a/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_04_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_04_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -5,6 +5,6 @@ <art:uuid value="dd87ce50-9bbe-11de-8a39-0800200c9a66"/> <art:hash value="8392d409b5518044465ac8e9b7daf5ef"/> <art:data> - <art:input name="measurementid" value="500042"/> + <art:input name="parameterid" value="54"/> </art:data> </art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_05_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action + xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="advance"/> + <art:uuid value="dd87ce50-9bbe-11de-8a39-0800200c9a66"/> + <art:hash value="8392d409b5518044465ac8e9b7daf5ef"/> + <art:target name="timeseries_calculate_results"/> +</art:action>
--- a/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_05_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_05_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -5,7 +5,6 @@ <art:uuid value="dd87ce50-9bbe-11de-8a39-0800200c9a66"/> <art:hash value="8392d409b5518044465ac8e9b7daf5ef"/> <art:data> - <art:input name="minvalue" value="2001.03.16 16:29:00"/> - <art:input name="maxvalue" value="2008.12.31 23:29:00"/> + <art:input name="measurementid" value="500042"/> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_05_out.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out"/> - <art:uuid value="dd87ce50-9bbe-11de-8a39-0800200c9a66"/> - <art:hash value="8392d409b5518044465ac8e9b7daf5ef"/> - <art:out name="chart"> - <art:params> - <!-- out params copied from describe --> - </art:params> - </art:out> -</art:action> -
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_06_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action + xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="feed"/> + <art:uuid value="dd87ce50-9bbe-11de-8a39-0800200c9a66"/> + <art:hash value="8392d409b5518044465ac8e9b7daf5ef"/> + <art:data> + <art:input name="minvalue" value="2001.03.16 16:29:00"/> + <art:input name="maxvalue" value="2008.12.31 23:29:00"/> + </art:data> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries/timeseries_step_06_out.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out"/> + <art:uuid value="dd87ce50-9bbe-11de-8a39-0800200c9a66"/> + <art:hash value="8392d409b5518044465ac8e9b7daf5ef"/> + <art:out name="chart"> + <art:params> + <!-- out params copied from describe --> + </art:params> + </art:out> +</art:action> +
--- a/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_02_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_02_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> <art:hash value="29913235" /> - <art:target name="timeseries_meshpoint" /> + <art:target name="timeseries_mesh_coordinate" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_02_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_02_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> <art:hash value="29913235" /> <art:data> - <art:input name="meshid" value="3" /> + <art:input name="areaid" value="n/n" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_03_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_03_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="advance" /> - <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> - <art:hash value="29913235" /> - <art:target name="timeseries_meshpoint_depth" /> + <art:type name="advance" /> + <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> + <art:hash value="29913235" /> + <art:target name="timeseries_meshpoint" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_03_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_03_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> <art:hash value="29913235" /> <art:data> - <art:input name="mesh_coordinate" value="56n30 6e20" /> + <art:input name="meshid" value="3" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_04_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_04_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="advance" /> - <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> - <art:hash value="29913235" /> - <art:target name="timeseries_meshpoint_parameter" /> + <art:type name="advance" /> + <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> + <art:hash value="29913235" /> + <art:target name="timeseries_meshpoint_depth" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_04_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_04_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> <art:hash value="29913235" /> <art:data> - <art:input name="mesh_point" value="2003771" /> + <art:input name="mesh_coordinate" value="56n30 6e20" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_05_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_05_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> <art:hash value="29913235" /> - <art:target name="timeseries_meshpoint_interval" /> + <art:target name="timeseries_meshpoint_parameter" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_05_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_05_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,7 +4,6 @@ <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> <art:hash value="29913235" /> <art:data> - <art:input name="depthid" value="2003771" /> - <art:input name="depthid" value="2012198" /> + <art:input name="mesh_point" value="2003771" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_06_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_06_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> <art:hash value="29913235" /> - <art:target name="timeseries_meshpoint_calculate_results" /> + <art:target name="timeseries_meshpoint_interval" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_06_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_06_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,7 +4,7 @@ <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> <art:hash value="29913235" /> <art:data> - <art:input name="parameterid" value="2" /> - <art:input name="parameterid" value="1" /> + <art:input name="depthid" value="2003771" /> + <art:input name="depthid" value="2012198" /> </art:data> </art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_07_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="advance" /> + <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> + <art:hash value="29913235" /> + <art:target name="timeseries_meshpoint_calculate_results" /> +</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_07_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_07_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,7 +4,7 @@ <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> <art:hash value="29913235" /> <art:data> - <art:input name="maxvalue" value="2009.10.27 00:00:00" /> - <art:input name="minvalue" value="2009.10.15 00:15:00" /> + <art:input name="parameterid" value="2" /> + <art:input name="parameterid" value="1" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_07_out_chart.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> - <art:hash value="31343478" /> - <art:out name="chart"> - <art:out value="image/png" /> - <art:params> - <art:input name="width" value="600" /> - <art:input name="height" value="400" /> - </art:params> - </art:out> -</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_07_out_csv.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> - <art:hash value="31343478" /> - <art:out name="csv"> - <art:out value="text/plain" /> - <art:params /> - </art:out> -</art:action>
--- a/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_07_out_statistics.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> - <art:hash value="29913235" /> - <art:out name="statistics"> - <art:out value="text/xml" /> - <art:params /> - </art:out> -</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_08_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="feed" /> + <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> + <art:hash value="29913235" /> + <art:data> + <art:input name="maxvalue" value="2009.11.09 00:00:00" /> + <art:input name="minvalue" value="2009.10.30 01:00:00" /> + </art:data> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_08_out_chart.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> + <art:hash value="31343478" /> + <art:out name="chart"> + <art:out value="image/png" /> + <art:params> + <art:input name="width" value="600" /> + <art:input name="height" value="400" /> + </art:params> + </art:out> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_08_out_csv.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> + <art:hash value="31343478" /> + <art:out name="csv"> + <art:out value="text/plain" /> + <art:params /> + </art:out> +</art:action>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/timeseries_mesh/timeseries_step_08_out_statistics.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="1e9f6583-9073-4409-aac1-432ad06d7ce1" /> + <art:hash value="29913235" /> + <art:out name="statistics"> + <art:out value="text/xml" /> + <art:params /> + </art:out> +</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_02_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_02_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> <art:hash value="2969645" /> - <art:target name="verticalcrosssection_mesh_point" /> + <art:target name="verticalcrosssection_mesh_coordinate" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_02_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_02_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> <art:hash value="2969645" /> <art:data> - <art:input name="meshid" value="3" /> + <art:input name="areaid" value="n/n" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_03_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_03_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> <art:hash value="2969645" /> - <art:target name="verticalcrosssection_mesh_axis" /> + <art:target name="verticalcrosssection_mesh_point" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_03_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_03_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> <art:hash value="2969645" /> <art:data> - <art:input name="mesh_coordinate" value="56n30 6e20" /> + <art:input name="meshid" value="3" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_04_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_04_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> <art:hash value="2969645" /> - <art:target name="verticalcrosssection_mesh_parameter" /> + <art:target name="verticalcrosssection_mesh_axis" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_04_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_04_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> <art:hash value="2969645" /> <art:data> - <art:input name="mesh_point" value="2003771" /> + <art:input name="mesh_coordinate" value="56n30 6e20" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_05_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_05_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> <art:hash value="2969645" /> - <art:target name="verticalcrosssection_mesh_date" /> + <art:target name="verticalcrosssection_mesh_parameter" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_05_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_05_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> <art:hash value="2969645" /> <art:data> - <art:input name="axisid" value="IPOSITION" /> + <art:input name="mesh_point" value="2003771" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_06_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_06_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="advance" /> - <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> - <art:hash value="2969645" /> - <art:target name="verticalcrosssection_mesh_calculate_results" /> + <art:type name="advance" /> + <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> + <art:hash value="2969645" /> + <art:target name="verticalcrosssection_mesh_date" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_06_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_06_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="feed" /> - <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> - <art:hash value="2969645" /> - <art:data> - <art:input name="parameterid" value="2" /> - </art:data> + <art:type name="feed" /> + <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> + <art:hash value="2969645" /> + <art:data> + <art:input name="axisid" value="IPOSITION" /> + </art:data> </art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_07_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="advance" /> + <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> + <art:hash value="2969645" /> + <art:target name="verticalcrosssection_mesh_calculate_results" /> +</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_07_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_07_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="feed" /> - <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> - <art:hash value="2969645" /> - <art:data> - <art:input name="dateid" value="2009.10.13 01:00:00" /> - </art:data> + <art:type name="feed" /> + <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> + <art:hash value="2969645" /> + <art:data> + <art:input name="parameterid" value="2" /> + </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_07_out_chart.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> - <art:hash value="2969645" /> - <art:out name="chart"> - <art:out value="image/png" /> - <art:params> - <art:input name="width" value="600" /> - <art:input name="height" value="400" /> - </art:params> - </art:out> -</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_07_out_csv.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> - <art:hash value="2969645" /> - <art:out name="csv"> - <art:out value="text/plain" /> - <art:params /> - </art:out> -</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_07_out_statistics.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> - <art:hash value="2969645" /> - <art:out name="statistics"> - <art:out value="text/xml" /> - <art:params /> - </art:out> -</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_08_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="feed" /> + <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> + <art:hash value="2969645" /> + <art:data> + <art:input name="dateid" value="2009.10.13 01:00:00" /> + </art:data> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_08_out_chart.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> + <art:hash value="2969645" /> + <art:out name="chart"> + <art:out value="image/png" /> + <art:params> + <art:input name="width" value="600" /> + <art:input name="height" value="400" /> + </art:params> + </art:out> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_08_out_csv.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> + <art:hash value="2969645" /> + <art:out name="csv"> + <art:out value="text/plain" /> + <art:params /> + </art:out> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_08_out_statistics.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="07807bb4-572b-4a46-a71d-7c1c8c9ab50c" /> + <art:hash value="2969645" /> + <art:out name="statistics"> + <art:out value="text/xml" /> + <art:params /> + </art:out> +</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_02_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_02_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="4319eb60-5419-4ce9-80b2-3ffac5b50146" /> <art:hash value="18171662" /> - <art:target name="verticalprofile_date" /> + <art:target name="verticalprofile_parameter" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_02_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_02_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="4319eb60-5419-4ce9-80b2-3ffac5b50146" /> <art:hash value="18171662" /> <art:data> - <art:input name="featureid" value="100011" /> + <art:input name="areaid" value="n/n" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_03_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_03_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -2,6 +2,6 @@ <art:action xmlns:art="http://www.intevation.de/2009/artifacts"> <art:type name="advance" /> <art:uuid value="4319eb60-5419-4ce9-80b2-3ffac5b50146" /> - <art:hash value="11096221" /> - <art:target name="verticalprofile_minmaxdepth" /> + <art:hash value="18171662" /> + <art:target name="verticalprofile_date" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_03_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_03_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,7 +4,6 @@ <art:uuid value="4319eb60-5419-4ce9-80b2-3ffac5b50146" /> <art:hash value="18171662" /> <art:data> - <art:input name="parameterid" value="2" /> - <art:input name="parameterid" value="31" /> + <art:input name="featureid" value="100011" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_04_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_04_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="4319eb60-5419-4ce9-80b2-3ffac5b50146" /> <art:hash value="11096221" /> - <art:target name="verticalprofile_calculate_results" /> + <art:target name="verticalprofile_minmaxdepth" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_04_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_04_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -2,8 +2,9 @@ <art:action xmlns:art="http://www.intevation.de/2009/artifacts"> <art:type name="feed" /> <art:uuid value="4319eb60-5419-4ce9-80b2-3ffac5b50146" /> - <art:hash value="11096221" /> + <art:hash value="18171662" /> <art:data> - <art:input name="dateid" value="2008.12.09 00:00:00" /> + <art:input name="parameterid" value="2" /> + <art:input name="parameterid" value="31" /> </art:data> </art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_05_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="advance" /> + <art:uuid value="4319eb60-5419-4ce9-80b2-3ffac5b50146" /> + <art:hash value="11096221" /> + <art:target name="verticalprofile_calculate_results" /> +</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_05_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_05_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,7 +4,6 @@ <art:uuid value="4319eb60-5419-4ce9-80b2-3ffac5b50146" /> <art:hash value="11096221" /> <art:data> - <art:input name="maxvalue" value="-7.0" /> - <art:input name="minvalue" value="-40.0" /> + <art:input name="dateid" value="2008.12.09 00:00:00" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_05_out_chart.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="4319eb60-5419-4ce9-80b2-3ffac5b50146" /> - <art:hash value="11096221" /> - <art:out name="chart"> - <art:out value="image/png" /> - <art:params> - <art:input name="width" value="600" /> - <art:input name="height" value="400" /> - </art:params> - </art:out> -</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_05_out_csv.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="4319eb60-5419-4ce9-80b2-3ffac5b50146" /> - <art:hash value="11096221" /> - <art:out name="csv"> - <art:out value="text/plain" /> - <art:params /> - </art:out> -</art:action>
--- a/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_05_out_statistics.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="4319eb60-5419-4ce9-80b2-3ffac5b50146" /> - <art:hash value="11096221" /> - <art:out name="statistics"> - <art:out value="text/xml" /> - <art:params /> - </art:out> -</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_06_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="feed" /> + <art:uuid value="4319eb60-5419-4ce9-80b2-3ffac5b50146" /> + <art:hash value="11096221" /> + <art:data> + <art:input name="maxvalue" value="-7.0" /> + <art:input name="minvalue" value="-40.0" /> + </art:data> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_06_out_chart.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="4319eb60-5419-4ce9-80b2-3ffac5b50146" /> + <art:hash value="11096221" /> + <art:out name="chart"> + <art:out value="image/png" /> + <art:params> + <art:input name="width" value="600" /> + <art:input name="height" value="400" /> + </art:params> + </art:out> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_06_out_csv.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="4319eb60-5419-4ce9-80b2-3ffac5b50146" /> + <art:hash value="11096221" /> + <art:out name="csv"> + <art:out value="text/plain" /> + <art:params /> + </art:out> +</art:action>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile/verticalprofile_step_06_out_statistics.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="4319eb60-5419-4ce9-80b2-3ffac5b50146" /> + <art:hash value="11096221" /> + <art:out name="statistics"> + <art:out value="text/xml" /> + <art:params /> + </art:out> +</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_02_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_02_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> <art:hash value="3061481" /> - <art:target name="verticalprofile_mesh_point" /> + <art:target name="verticalprofile_mesh" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_02_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_02_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> <art:hash value="3061481" /> <art:data> - <art:input name="meshid" value="3" /> + <art:input name="areaid" value="3" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_03_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_03_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> <art:hash value="3061481" /> - <art:target name="verticalprofile_mesh_mindepth" /> + <art:target name="verticalprofile_mesh_coordinate" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_03_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_03_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> <art:hash value="3061481" /> <art:data> - <art:input name="mesh_coordinate" value="56n30 6e20" /> + <art:input name="subareaid" value="41"/> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_04_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_04_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> <art:hash value="3061481" /> - <art:target name="verticalprofile_mesh_maxdepth" /> + <art:target name="verticalprofile_mesh_point" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_04_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_04_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> <art:hash value="3061481" /> <art:data> - <art:input name="mesh_point" value="2003771" /> + <art:input name="meshid" value="3" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_05_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_05_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> <art:hash value="3061481" /> - <art:target name="verticalprofile_meshpoint_parameter" /> + <art:target name="verticalprofile_mesh_mindepth" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_05_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_05_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> <art:hash value="3061481" /> <art:data> - <art:input name="mindepthid" value="4" /> + <art:input name="mesh_coordinate" value="56n30 6e20" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_06_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_06_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> <art:hash value="3061481" /> - <art:target name="verticalprofile_mesh_date" /> + <art:target name="verticalprofile_mesh_maxdepth" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_06_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_06_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,6 +4,6 @@ <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> <art:hash value="3061481" /> <art:data> - <art:input name="maxdepthid" value="1" /> + <art:input name="mesh_point" value="2003771" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_07_advance.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_07_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -3,5 +3,5 @@ <art:type name="advance" /> <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> <art:hash value="3061481" /> - <art:target name="verticalprofile_mesh_calculate_results" /> + <art:target name="verticalprofile_meshpoint_parameter" /> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_07_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_07_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -4,7 +4,6 @@ <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> <art:hash value="3061481" /> <art:data> - <art:input name="parameterid" value="1" /> - <art:input name="parameterid" value="2" /> + <art:input name="mindepthid" value="4" /> </art:data> </art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_08_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="advance" /> + <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> + <art:hash value="3061481" /> + <art:target name="verticalprofile_mesh_date" /> +</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_08_feed.xml Fri Nov 06 10:22:00 2009 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_08_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <art:action xmlns:art="http://www.intevation.de/2009/artifacts"> <art:type name="feed" /> - <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> - <art:hash value="3061481" /> + <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> + <art:hash value="3061481" /> <art:data> - <art:input name="dateid" value="2009.10.20 05:00:00" /> + <art:input name="maxdepthid" value="1" /> </art:data> </art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_08_out_chart.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> - <art:hash value="3061481" />/> - <art:out name="chart"> - <art:out value="image/png" /> - <art:params> - <art:input name="width" value="600" /> - <art:input name="height" value="400" /> - </art:params> - </art:out> -</art:action> \ No newline at end of file
--- a/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_08_out_csv.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> - <art:hash value="3061481" /> - <art:out name="csv"> - <art:out value="text/plain" /> - <art:params /> - </art:out> -</art:action>
--- a/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_08_out_statistics.xml Fri Nov 06 10:22:00 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> - <art:type name="out" /> - <art:uuid value="041fd0b2-5d77-49a8-b19f-5f3f553bda5d" /> - <art:hash value="31343478" /> - <art:out name="statistics"> - <art:out value="text/xml" /> - <art:params /> - </art:out> -</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_09_advance.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="advance" /> + <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> + <art:hash value="3061481" /> + <art:target name="verticalprofile_mesh_calculate_results" /> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_09_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="feed" /> + <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> + <art:hash value="3061481" /> + <art:data> + <art:input name="parameterid" value="1" /> + <art:input name="parameterid" value="2" /> + </art:data> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_10_feed.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="feed" /> + <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> + <art:hash value="3061481" /> + <art:data> + <art:input name="dateid" value="2009.11.09 00:00:00" /> + </art:data> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_10_out_chart.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> + <art:hash value="3061481" />/> + <art:out name="chart"> + <art:out value="image/png" /> + <art:params> + <art:input name="width" value="600" /> + <art:input name="height" value="400" /> + </art:params> + </art:out> +</art:action> \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_10_out_csv.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="73da18e1-16ef-4ef8-9388-df07a22d9099" /> + <art:hash value="3061481" /> + <art:out name="csv"> + <art:out value="text/plain" /> + <art:params /> + </art:out> +</art:action>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/src/test/ressources/verticalprofile_mesh/verticalprofile_step_10_out_statistics.xml Fri Nov 06 10:23:55 2009 +0000 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<art:action xmlns:art="http://www.intevation.de/2009/artifacts"> + <art:type name="out" /> + <art:uuid value="041fd0b2-5d77-49a8-b19f-5f3f553bda5d" /> + <art:hash value="31343478" /> + <art:out name="statistics"> + <art:out value="text/xml" /> + <art:params /> + </art:out> +</art:action> \ No newline at end of file