comparison gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/MeshTimeSeriesTestCase.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
49 Artifact artifact = artifactFactory.createArtifact( 49 Artifact artifact = artifactFactory.createArtifact(
50 "" + System.currentTimeMillis(), bootstrap.getContext()); 50 "" + System.currentTimeMillis(), bootstrap.getContext());
51 assertNotNull(artifact); 51 assertNotNull(artifact);
52 log.debug("TimeSeriesMesh-Artifact is available"); 52 log.debug("TimeSeriesMesh-Artifact is available");
53 53
54 CallContext cc = createCallContext(); 54 CallContext cc = createCallContext(artifactFactory);
55 55
56 Document describeDocument = this.readDocument("src/test/ressources/timeseries_mesh/timeseries_describe.xml"); 56 Document describeDocument = this.readDocument("src/test/ressources/timeseries_mesh/timeseries_describe.xml");
57 57
58 int steps = 8; 58 int steps = 8;
59 59

http://dive4elements.wald.intevation.org