Mercurial > dive4elements > gnv-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
325:3eff9241ea1e | 326:37847d724fc9 |
---|---|
1 2009-12-01 Tim Englich <tim.englich@intevation.de> | 1 2009-12-01 Tim Englich <tim.englich@intevation.de> |
2 | 2 |
3 * src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java: | |
4 Added one more Transitionstep to each Testcase according to the refactored Transitionmodel. | |
5 * src/test/ressources/verticalprofile/verticalprofile_step_*_advance.xml, | |
6 src/test/ressources/verticalprofile_instantaneouspoint/verticalprofile_step_*_advance.xml, | |
7 src/test/ressources/verticalprofile_mesh/verticalprofile_step_*_advance.xml, | |
8 src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_step_*_advance.xml, | |
9 src/test/ressources/timeseries_mesh/timeseries_step_*_advance.xml, | |
10 src/test/ressources/timeseries/timeseries_step_*_advance.xml, | |
11 src/test/ressources/horizontalProfile_mesh/horizontalprofile_step_*_advance.xml, | |
12 src/test/ressources/horizontalProfile_instantaneouspoint/horizontalprofile_step_*_advance.xml, | |
13 src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_step_*_advance.xml: | |
14 Moved each Adancedocument plus one according to the refactored Transitionmodel. | |
15 Added the first advanced Call for the Product-Artifact | |
16 | |
17 | |
18 2009-12-01 Tim Englich <tim.englich@intevation.de> | |
19 | |
3 * src/main/java/de/intevation/gnv/transition/OutputTransitionBase.java: | 20 * src/main/java/de/intevation/gnv/transition/OutputTransitionBase.java: |
4 All Data which is required to generate the Charts is now fetched using the | 21 All Data which is required to generate the Charts is now fetched using the |
5 Method getChartResult. The Method advance and initialize now have nothing to do. | 22 Method getChartResult. The Method advance and initialize now have nothing to do. |
6 | 23 |
7 * src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java (out): | 24 * src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java (out): |