comparison gwt-client/src/test/java/test/uinfo/UinfoSalixHistoricalRunner.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
33 this.soundingName = soundingName; 33 this.soundingName = soundingName;
34 } 34 }
35 35
36 @Override 36 @Override
37 protected void makeScenario() throws ConnectionException, ServerException { 37 protected void makeScenario() throws ConnectionException, ServerException {
38 super.feedSimpleTextInput("scenario_selection", this.getScenarioChoice()); 38 super.feedAndGoSimpleTextInput("scenario_selection", this.getScenarioChoice());
39 39
40 super.feedSimpleTextInput("soundings", this.soundingName); 40 super.feedAndGoSimpleTextInput("soundings", this.soundingName);
41 41
42 super.makeKmRange(this.fromPart, this.toPart, "ld_from_part", "ld_to_part"); 42 super.makeKmRange(this.fromPart, this.toPart, "ld_from_part", "ld_to_part");
43 43
44 } 44 }
45 45

http://dive4elements.wald.intevation.org