diff gwt-client/src/test/java/test/uinfo/UinfoSalixSupraregionalRunner.java @ 9439:ce0a48b93f4b

bundu jUnit test first attempt
author gernotbelger
date Mon, 20 Aug 2018 16:57:25 +0200
parents 15f274e6d83b
children e991c4cec0d0
line wrap: on
line diff
--- a/gwt-client/src/test/java/test/uinfo/UinfoSalixSupraregionalRunner.java	Mon Aug 20 16:05:06 2018 +0200
+++ b/gwt-client/src/test/java/test/uinfo/UinfoSalixSupraregionalRunner.java	Mon Aug 20 16:57:25 2018 +0200
@@ -34,9 +34,9 @@
 
     @Override
     protected void makeScenario() throws ConnectionException, ServerException {
-        super.feedSimpleTextInput("scenario_selection", this.getScenarioChoice());
+        super.feedAndGoSimpleTextInput("scenario_selection", this.getScenarioChoice());
 
-        super.feedSimpleTextInput("supraregional_table", SalixZone.parseListToDataString(this.supraregionalTable));
+        super.feedAndGoSimpleTextInput("supraregional_table", SalixZone.parseListToDataString(this.supraregionalTable));
 
     }
 

http://dive4elements.wald.intevation.org