comparison src/test/java/de/intevation/lada/StammdatenTest.java @ 1040:ea550e9a09a3 schema-update

Updated unit tests to fit the new data model.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 02 Sep 2016 14:03:25 +0200
parents 1c41c7b8f7c2
children
comparison
equal deleted inserted replaced
1039:7339dd0f8a67 1040:ea550e9a09a3
244 } 244 }
245 245
246 @Test 246 @Test
247 @RunAsClient 247 @RunAsClient
248 public final void testMessmethodeById(@ArquillianResource URL baseUrl) { 248 public final void testMessmethodeById(@ArquillianResource URL baseUrl) {
249 stammdatenTest.getById(baseUrl, "messmethode", "GI", testProtocol); 249 stammdatenTest.getById(baseUrl, "messmethode", "A3", testProtocol);
250 } 250 }
251 251
252 @Test 252 @Test
253 @RunAsClient 253 @RunAsClient
254 public final void testMessstelleAll(@ArquillianResource URL baseUrl) { 254 public final void testMessstelleAll(@ArquillianResource URL baseUrl) {
280 } 280 }
281 281
282 @Test 282 @Test
283 @RunAsClient 283 @RunAsClient
284 public final void testPflichtmessgroesseById(@ArquillianResource URL baseUrl) { 284 public final void testPflichtmessgroesseById(@ArquillianResource URL baseUrl) {
285 stammdatenTest.getById(baseUrl, "pflichtmessgroesse", 33, testProtocol); 285 stammdatenTest.getById(baseUrl, "pflichtmessgroesse", "A3", testProtocol);
286 } 286 }
287 287
288 @Test 288 @Test
289 @RunAsClient 289 @RunAsClient
290 public final void testProbenartAll(@ArquillianResource URL baseUrl) { 290 public final void testProbenartAll(@ArquillianResource URL baseUrl) {
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)