comparison gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/InstantaneousPointHorizontalProfileTestCase.java @ 485:4939236c2dc9

Fixed Compilation and Runtimeerrors in Unittests. gnv-artifacts/trunk@560 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 18 Jan 2010 11:26:51 +0000
parents c16c622ba2f3
children e0d7b8a0bc42
comparison
equal deleted inserted replaced
484:823e4f808418 485:4939236c2dc9
51 Artifact artifact = artifactFactory.createArtifact( 51 Artifact artifact = artifactFactory.createArtifact(
52 "" + System.currentTimeMillis(), bootstrap.getContext()); 52 "" + System.currentTimeMillis(), bootstrap.getContext());
53 assertNotNull(artifact); 53 assertNotNull(artifact);
54 log.debug("VerticalProfile-Artifact is available"); 54 log.debug("VerticalProfile-Artifact is available");
55 55
56 CallContext cc = createCallContext(); 56 CallContext cc = createCallContext(artifactFactory);
57 Document describeDocument = this.readDocument("src/test/ressources/horizontalProfile_instantaneouspoint/horizontalprofile_describe.xml"); 57 Document describeDocument = this.readDocument("src/test/ressources/horizontalProfile_instantaneouspoint/horizontalprofile_describe.xml");
58 58
59 int steps = 9; 59 int steps = 9;
60 60
61 for (int i = 0; i < steps; i++){ 61 for (int i = 0; i < steps; i++){

http://dive4elements.wald.intevation.org