comparison gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/GNVArtifactsTestCase.java @ 111:065ec0a29394

Integrate the type Point into the ArtifactMethod. Integrate Responstest for feed-Requests into the JUnitTest gnv-artifacts/trunk@160 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 29 Sep 2009 15:30:03 +0000
parents 678aad19a08d
children d8d38a4dd965
comparison
equal deleted inserted replaced
110:b465f1bbe368 111:065ec0a29394
134 * @throws Exception 134 * @throws Exception
135 */ 135 */
136 private void doNextStep(Artifact artifact, CallContext cc, String feedDocument, String advanceDocument) throws Exception { 136 private void doNextStep(Artifact artifact, CallContext cc, String feedDocument, String advanceDocument) throws Exception {
137 Document outputData = artifact.describe(null); 137 Document outputData = artifact.describe(null);
138 this.writeDocument2Log(outputData); 138 this.writeDocument2Log(outputData);
139 artifact.feed(this.readDocument(feedDocument), cc); 139 outputData = artifact.feed(this.readDocument(feedDocument), cc);
140 this.check4ExceptionReport(outputData);
140 outputData = artifact.advance(this.readDocument(advanceDocument), cc); 141 outputData = artifact.advance(this.readDocument(advanceDocument), cc);
141 this.writeDocument2Log(outputData); 142 this.writeDocument2Log(outputData);
142 this.check4ExceptionReport(outputData); 143 this.check4ExceptionReport(outputData);
143 } 144 }
144 145

http://dive4elements.wald.intevation.org