changeset 814:b0be28bbfc55 statusworkflow

Fix typo. Has this test ever been run before?
author Tom Gottfried <tom@intevation.de>
date Tue, 08 Dec 2015 10:37:05 +0100
parents 54462abc373c
children 00dccff53000
files src/test/java/de/intevation/lada/test/land/KommentarM.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)