Commit 2055629d authored by garciay's avatar garciay
Browse files

STF545: Review first test

parent 00f08fdf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,6 +8,6 @@ module LibItsHttp_Pics {
    /**
     * @desc 
     */
    modulepar charstring PICS_HEADER_CONTENT_TYPE := "application/held+xml;charset=utf-8";
    modulepar charstring PICS_HEADER_CONTENT_TYPE := "application/x-its-request";
    
} // End of module LibItsHttp_Pics
+5 −4
Original line number Diff line number Diff line
@@ -22,18 +22,19 @@ module LibItsPki_TestSystem {
    import from EtsiTs102941MessagesItss language "ASN.1:1997" all;
    import from EtsiTs103097Module language "ASN.1:1997" all;
    
    // LibItsGeoNetworking
    import from LibItsGeoNetworking_TestSystem all;
    // LibCam
    import from LibItsCam_TestSystem all;
    
    // LibItsHttp
    import from LibItsHttp_TestSystem all;
    
    type component ItsPkiSystem extends ItsGeoNetworkingSystem {
    type component ItsPkiSystem extends ItsCamSystem {
        port HttpPort httpPort;
    } // End of component ItsPkiSystem
    
    type component ItsPki extends ItsGeoNetworking {
    type component ItsPki extends ItsCam {
        port HttpPort httpPort;
        
    } // End of component ItsPki
    
} // End of module LibItsPki_TestSystem