diff gwt-client/src/test/java/test/ModuleRunner.java @ 9133:af73fdd96920

Title current/historical diff pair; limit on entries in diff'pair twin_panel
author gernotbelger
date Thu, 07 Jun 2018 11:41:10 +0200
parents dbb26bc81843
children
line wrap: on
line diff
--- a/gwt-client/src/test/java/test/ModuleRunner.java	Wed Jun 06 14:24:51 2018 +0200
+++ b/gwt-client/src/test/java/test/ModuleRunner.java	Thu Jun 07 11:41:10 2018 +0200
@@ -93,7 +93,7 @@
     private final double to;
     private final River river;
 
-    private final List<String> pairIds = new ArrayList<String>();
+    private final List<String> pairIds = new ArrayList<String>(); // TODO in Subklassen
 
     public ModuleRunner(final String username, final String password, final Infotype infotype, final CalcMode sinfoCalcFlowDepth,
             final FilenameMapper helloWorldFile, final double from, final double to, final River beispielfluss) throws ConnectionException, ServerException {
@@ -294,8 +294,8 @@
         if (exportToFile) {
             doGetWriteToDisk(mode); // TODO: WENN der Test negativ ausfällt, Datei abspeichern -> Diskussion
         }
-        Assert.assertEquals(actual, expected);
 
+        Assert.assertEquals(expected, actual);
     }
 
     private final String deleteErstelldatum(final String input) {

http://dive4elements.wald.intevation.org