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

STF545: Review first test

parent 00f08fdf
......@@ -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
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment