Skip to content
Snippets Groups Projects
Commit 2055629d authored by garciay's avatar garciay
Browse files

STF545: Review first test

parent 00f08fdf
No related branches found
No related tags found
1 merge request!3EndOfTtf011
...@@ -8,6 +8,6 @@ module LibItsHttp_Pics { ...@@ -8,6 +8,6 @@ module LibItsHttp_Pics {
/** /**
* @desc * @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 } // End of module LibItsHttp_Pics
...@@ -22,18 +22,19 @@ module LibItsPki_TestSystem { ...@@ -22,18 +22,19 @@ module LibItsPki_TestSystem {
import from EtsiTs102941MessagesItss language "ASN.1:1997" all; import from EtsiTs102941MessagesItss language "ASN.1:1997" all;
import from EtsiTs103097Module language "ASN.1:1997" all; import from EtsiTs103097Module language "ASN.1:1997" all;
// LibItsGeoNetworking // LibCam
import from LibItsGeoNetworking_TestSystem all; import from LibItsCam_TestSystem all;
// LibItsHttp // LibItsHttp
import from LibItsHttp_TestSystem all; import from LibItsHttp_TestSystem all;
type component ItsPkiSystem extends ItsGeoNetworkingSystem { type component ItsPkiSystem extends ItsCamSystem {
port HttpPort httpPort; port HttpPort httpPort;
} // End of component ItsPkiSystem } // End of component ItsPkiSystem
type component ItsPki extends ItsGeoNetworking { type component ItsPki extends ItsCam {
port HttpPort httpPort; port HttpPort httpPort;
} // End of component ItsPki } // End of component ItsPki
} // End of module LibItsPki_TestSystem } // End of module LibItsPki_TestSystem
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment