[Lada-commits] [PATCH] Fix typo
Wald Commits
scm-commit at wald.intevation.org
Tue Dec 8 11:02:41 CET 2015
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1449567425 -3600
# Branch statusworkflow
# Node ID b0be28bbfc55215a1c8b522684dbd11a3e23e182
# Parent 54462abc373c212726cfe32e8a75beead50061ef
Fix typo.
Has this test ever been run before?
diff -r 54462abc373c -r b0be28bbfc55 src/test/java/de/intevation/lada/test/land/KommentarM.java
--- a/src/test/java/de/intevation/lada/test/land/KommentarM.java Wed Nov 25 18:28:25 2015 +0100
+++ b/src/test/java/de/intevation/lada/test/land/KommentarM.java Tue Dec 08 10:37:05 2015 +0100
@@ -169,8 +169,8 @@
/* Create a client*/
Client client = ClientBuilder.newClient();
WebTarget target =
- client.target(baseUrl + "mkommentar?messungId=988");
- prot.addInfo("filter", "messungId=988");
+ client.target(baseUrl + "mkommentar?messungsId=988");
+ prot.addInfo("filter", "messungsId=988");
/* Request the objects using the filter*/
Response response = target.request()
.header("X-SHIB-user", BaseTest.TEST_USER)
More information about the Lada-commits
mailing list