diff gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/MeshVerticalCrossSectionTestCase.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents e0d7b8a0bc42
children b1f5f2a8840f
line wrap: on
line diff
--- a/gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/MeshVerticalCrossSectionTestCase.java	Fri Mar 26 15:31:20 2010 +0000
+++ b/gnv-artifacts/src/test/java/de/intevation/gnv/artifacts/MeshVerticalCrossSectionTestCase.java	Mon Mar 29 07:58:51 2010 +0000
@@ -19,7 +19,7 @@
 public class MeshVerticalCrossSectionTestCase extends GNVArtifactsTestCaseBase {
 
     private static Logger log = Logger.getLogger(MeshVerticalCrossSectionTestCase.class);
-    
+
     /**
      * Constructor
      */
@@ -47,26 +47,26 @@
                     .getArtifactFactory(artefactName);
             assertNotNull(artifactFactory);
             log.debug("VerticalProfile-ArtifactFactory is available");
-            
+
             Artifact artifact = createArtifact(artifactFactory);
 
             CallContext cc = createCallContext(artifactFactory);
             Document describeDocument = this.readDocument("src/test/ressources/verticalcrosssection_mesh/verticalcrosssection_describe.xml");
-            
+
             int steps = 7;
-            
+
             for (int i = 1; i <= steps; i++){
-            
+
                 this.doNextStep(
                             artifact,
                             cc,
                             "src/test/ressources/verticalcrosssection_mesh/" +
                             "verticalcrosssection_step_0"+i+"_feed.xml",
                             "src/test/ressources/verticalcrosssection_mesh/" +
-                            "verticalcrosssection_step_0"+i+"_advance.xml", 
+                            "verticalcrosssection_step_0"+i+"_advance.xml",
                             describeDocument);
             }
-            
+
             Document outputData = artifact.describe(describeDocument,cc);
             FileOutputStream fos = null;
             FileOutputStream fos2 = null;
@@ -75,7 +75,7 @@
                 fos = new FileOutputStream(
                         "src/test/results/verticalcrosssection_mesh"
                                 + System.currentTimeMillis() + ".png");
-                
+
                 fos2 = new FileOutputStream(
                         "src/test/results/verticalcrosssection_mesh"
                                 + System.currentTimeMillis() + ".csv");
@@ -95,7 +95,7 @@
 //                                               "verticalcrosssection_mesh/" +
 //                                               "verticalcrosssection_step_0"+steps+"_out_odv.xml"),
 //                             fos3,cc);
-                
+
             } catch (Exception e) {
                 log.error(e, e);
                 fail();

http://dive4elements.wald.intevation.org