Commit 4a2cb107 authored by Andreas Liebig's avatar Andreas Liebig
Browse files

add alternate result for serviceBoundary test purpose

parent 1869ac58
Loading
Loading
Loading
Loading
+36 −0
Original line number Diff line number Diff line
@@ -452,6 +452,42 @@ Expected behaviour
                    ;
                ;
            ;
            or the IUT entity sends a httpResponse containing
                Status_Code indicating value "200 OK",
                version indicating value "1.0",
                Content_type indicating value "application/lost+xml;charset=utf-8",
                body containing
                    xmlMessage containing
                        version indicating value "1.0",
                        element "findServiceResponse" inNamespace "urn:ietf:params:xml:ns:lost1" containing
                            element "mapping" containing
                                attribute "source",
                                attribute "sourceId",
                                attribute "lastUpdated",
                                attribute "expires",
                                element "service" indicating value SERVICE_URN_2,
                                element "<serviceBoundary" containing
                                	attribute "profile" indicating value "geodetic-2d",
                                	element "Polygon" inNamespace "http://www.opengis.net/gml" containing
                                	    attribute "srsName" indicating value "urn:ogc:def::crs:EPSG::4326",
                                	    element "exterior" containing
                                	        element "LinearRing" containing
                                	    	      element "pos" indicating value SERVICE_BOUNDARY_1_POS_LIST_0,
                                	    	      element "pos" indicating value SERVICE_BOUNDARY_1_POS_LIST_1,
                                	    	      element "pos" indicating value SERVICE_BOUNDARY_1_POS_LIST_2,
                                	    	      element "pos" indicating value SERVICE_BOUNDARY_1_POS_LIST_3,
                                	    	      element "pos" indicating value SERVICE_BOUNDARY_1_POS_LIST_4
                                	    	;
                                	    ;
                                	;
                                ;,
                                element "uri" indicating value SIP_URI_2;
                            ,
                            element "locationUsed"
                        ;
                    ;
                ;
            ;
        }
    }
}  //End of TP_ECRF_HTTP_POST_BV_05