Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/InstantaneousPointHorizontalProfileTestCase.java @ 595:e0d7b8a0bc42
Compilance-Errors triggered by Interface-Modifications in the Artifact-Module.
Some Refactoringwork affecting the JunitTest-Classes done.
gnv-artifacts/trunk@651 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 01 Feb 2010 14:14:19 +0000 |
parents | 4939236c2dc9 |
children | 9a828e5a2390 |
comparison
equal
deleted
inserted
replaced
594:5b9b74c08bbb | 595:e0d7b8a0bc42 |
---|---|
46 String artefactName = "fis_delphin"; | 46 String artefactName = "fis_delphin"; |
47 ArtifactFactory artifactFactory = this | 47 ArtifactFactory artifactFactory = this |
48 .getArtifactFactory(artefactName); | 48 .getArtifactFactory(artefactName); |
49 assertNotNull(artifactFactory); | 49 assertNotNull(artifactFactory); |
50 log.debug("VerticalProfile-ArtifactFactory is available"); | 50 log.debug("VerticalProfile-ArtifactFactory is available"); |
51 Artifact artifact = artifactFactory.createArtifact( | 51 |
52 "" + System.currentTimeMillis(), bootstrap.getContext()); | 52 Artifact artifact = createArtifact(artifactFactory); |
53 assertNotNull(artifact); | |
54 log.debug("VerticalProfile-Artifact is available"); | |
55 | 53 |
56 CallContext cc = createCallContext(artifactFactory); | 54 CallContext cc = createCallContext(artifactFactory); |
57 Document describeDocument = this.readDocument("src/test/ressources/horizontalProfile_instantaneouspoint/horizontalprofile_describe.xml"); | 55 Document describeDocument = this.readDocument("src/test/ressources/horizontalProfile_instantaneouspoint/horizontalprofile_describe.xml"); |
58 | 56 |
59 int steps = 9; | 57 int steps = 9; |