comparison src/test/java/de/intevation/lada/test/stamm/Stammdaten.java @ 530:ae3105d03737

Added tests for verwaltungseinheit services.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 19 Feb 2015 15:21:05 +0100
parents ddb83d20e52a
children 47dd9aded7bd
comparison
equal deleted inserted replaced
529:727d18d8fc26 530:ae3105d03737
74 "\"Barbados\",\"staatIso\":\"BB\",\"staatKurz\":\"BDS\"," + 74 "\"Barbados\",\"staatIso\":\"BB\",\"staatKurz\":\"BDS\"," +
75 "\"koordinatenartId\":4}"); 75 "\"koordinatenartId\":4}");
76 compare.put("umwelt", 76 compare.put("umwelt",
77 "{\"id\":\"L6\",\"beschreibung\":null,\"umweltBereich\":" + 77 "{\"id\":\"L6\",\"beschreibung\":null,\"umweltBereich\":" +
78 "\"Spurenmessung Luft\",\"mehId\":62}"); 78 "\"Spurenmessung Luft\",\"mehId\":62}");
79 compare.put("verwaltungseinheit",
80 "{\"id\":\"09575134\",\"bezeichnung\":\"Ippesheim\"," +
81 "\"bundesland\":\"09000000\",\"isBundesland\":\"0\"," +
82 "\"isGemeinde\":\"1\",\"isLandkreis\":\"0\",\"isRegbezirk\":" +
83 "\"0\",\"koordXExtern\":\"32588490\",\"koordYExtern\":" +
84 "\"5495240\",\"kreis\":\"09575000\",\"latitude\":49.60325," +
85 "\"longitude\":10.2247,\"nuts\":\"DE25A09575\",\"plz\":null," +
86 "\"regbezirk\":\"09500000\",\"koordinatenartId\":5}");
79 } 87 }
80 88
81 /** 89 /**
82 * Test the GET Service by requesting all objects. 90 * Test the GET Service by requesting all objects.
83 * 91 *
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)