Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LibIts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TTCN-3 Libraries
LibIts
Commits
2055629d
Commit
2055629d
authored
6 years ago
by
garciay
Browse files
Options
Downloads
Patches
Plain Diff
STF545: Review first test
parent
00f08fdf
No related branches found
No related tags found
1 merge request
!3
EndOfTtf011
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ttcn/Http/LibItsHttp_Pics.ttcn
+1
-1
1 addition, 1 deletion
ttcn/Http/LibItsHttp_Pics.ttcn
ttcn/Pki/LibItsPki_TestSystem.ttcn
+5
-4
5 additions, 4 deletions
ttcn/Pki/LibItsPki_TestSystem.ttcn
with
6 additions
and
5 deletions
ttcn/Http/LibItsHttp_Pics.ttcn
+
1
−
1
View file @
2055629d
...
@@ -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
This diff is collapsed.
Click to expand it.
ttcn/Pki/LibItsPki_TestSystem.ttcn
+
5
−
4
View file @
2055629d
...
@@ -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
;
// Lib
ItsGeoNetworking
// Lib
Cam
import
from
LibIts
GeoNetworking
_TestSystem
all
;
import
from
LibIts
Cam
_TestSystem
all
;
// LibItsHttp
// LibItsHttp
import
from
LibItsHttp_TestSystem
all
;
import
from
LibItsHttp_TestSystem
all
;
type
component
ItsPkiSystem
extends
Its
GeoNetworking
System
{
type
component
ItsPkiSystem
extends
Its
Cam
System
{
port
HttpPort
httpPort
;
port
HttpPort
httpPort
;
}
// End of component ItsPkiSystem
}
// End of component ItsPkiSystem
type
component
ItsPki
extends
Its
GeoNetworking
{
type
component
ItsPki
extends
Its
Cam
{
port
HttpPort
httpPort
;
port
HttpPort
httpPort
;
}
// End of component ItsPki
}
// End of component ItsPki
}
// End of module LibItsPki_TestSystem
}
// End of module LibItsPki_TestSystem
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment