Mercurial > dive4elements > gnv-client
diff gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/MeshHorizontalCrossSectionTestCase.java @ 460:bdbca6022cf5
Modified Testcases that they work using the ARCSDE 9.2
gnv-artifacts/trunk@514 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 08 Jan 2010 13:04:29 +0000 |
parents | c16c622ba2f3 |
children | 4939236c2dc9 |
line wrap: on
line diff
--- a/gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/MeshHorizontalCrossSectionTestCase.java Fri Jan 08 10:01:35 2010 +0000 +++ b/gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/MeshHorizontalCrossSectionTestCase.java Fri Jan 08 13:04:29 2010 +0000 @@ -54,7 +54,7 @@ CallContext cc = createCallContext(); Document describeDocument = this.readDocument("src/test/ressources/horizontalcrosssection_mesh/horizontalcrosssection_describe.xml"); - int steps = 6; + int steps = 7; for (int i = 1; i <= steps; i++){ this.doNextStep( @@ -84,15 +84,15 @@ + System.currentTimeMillis() + ".odv"); artifact.out(this.readDocument("src/test/ressources/" + "horizontalcrosssection_mesh/" + - "horizontalcrosssection_step_06_out_chart.xml"), + "horizontalcrosssection_step_07_out_chart.xml"), fos, cc); artifact.out(this.readDocument("src/test/ressources/" + "horizontalcrosssection_mesh/" + - "horizontalcrosssection_step_06_out_csv.xml"), + "horizontalcrosssection_step_07_out_csv.xml"), fos2,cc); artifact.out(this.readDocument("src/test/ressources/" + "horizontalcrosssection_mesh/" + - "horizontalcrosssection_step_06_out_odv.xml"), + "horizontalcrosssection_step_07_out_odv.xml"), fos3,cc); } catch (Exception e) { log.error(e, e);