comparison 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
comparison
equal deleted inserted replaced
9438:d2f5375ede26 9439:ce0a48b93f4b
32 this.supraregionalTable = supraRegionalTable; 32 this.supraregionalTable = supraRegionalTable;
33 } 33 }
34 34
35 @Override 35 @Override
36 protected void makeScenario() throws ConnectionException, ServerException { 36 protected void makeScenario() throws ConnectionException, ServerException {
37 super.feedSimpleTextInput("scenario_selection", this.getScenarioChoice()); 37 super.feedAndGoSimpleTextInput("scenario_selection", this.getScenarioChoice());
38 38
39 super.feedSimpleTextInput("supraregional_table", SalixZone.parseListToDataString(this.supraregionalTable)); 39 super.feedAndGoSimpleTextInput("supraregional_table", SalixZone.parseListToDataString(this.supraregionalTable));
40 40
41 } 41 }
42 42
43 } 43 }

http://dive4elements.wald.intevation.org