Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 326:37847d724fc9
Added one more Transitionstep to each Testcase according to the refactored Transitionmodel.
gnv-artifacts/trunk@392 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 01 Dec 2009 16:27:56 +0000 |
parents | 3eff9241ea1e |
children | 22a6493e8460 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue Dec 01 15:58:02 2009 +0000 +++ b/gnv-artifacts/ChangeLog Tue Dec 01 16:27:56 2009 +0000 @@ -1,5 +1,22 @@ 2009-12-01 Tim Englich <tim.englich@intevation.de> + * src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java: + Added one more Transitionstep to each Testcase according to the refactored Transitionmodel. + * src/test/ressources/verticalprofile/verticalprofile_step_*_advance.xml, + src/test/ressources/verticalprofile_instantaneouspoint/verticalprofile_step_*_advance.xml, + src/test/ressources/verticalprofile_mesh/verticalprofile_step_*_advance.xml, + src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_*_advance.xml, + src/test/ressources/timeseries_mesh/timeseries_step_*_advance.xml, + src/test/ressources/timeseries/timeseries_step_*_advance.xml, + src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_*_advance.xml, + src/test/ressources/horizontalProfile_instantaneouspoint/horizontalprofile_step_*_advance.xml, + src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_*_advance.xml: + Moved each Adancedocument plus one according to the refactored Transitionmodel. + Added the first advanced Call for the Product-Artifact + + +2009-12-01 Tim Englich <tim.englich@intevation.de> + * src/main/java/de/intevation/gnv/transition/OutputTransitionBase.java: All Data which is required to generate the Charts is now fetched using the Method getChartResult. The Method advance and initialize now have nothing to do.