diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-10-01 18:19:50 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-10-01 20:40:48 +0100 |
commit | 061a79d9236e9159a809c8b77d833699d71b9721 (patch) | |
tree | 32d438d559edf5e144cff57d1436c1264a88d5bd /testsuites/integration | |
parent | 0bfa9b4dfe33aa70fa921aa5e5c684790fd030d6 (diff) |
Add JUnit for test concepts
JUnit test for test concepts.
Issue-ID: POLICY-1034
Change-Id: Ia2cd896272d4278d842d19d21237edcdca54a1f8
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'testsuites/integration')
-rw-r--r-- | testsuites/integration/integration-uservice-test/src/test/resources/events/Context_JavaEventAlbum_EventOutCompare.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/integration/integration-uservice-test/src/test/resources/events/Context_JavaEventAlbum_EventOutCompare.json b/testsuites/integration/integration-uservice-test/src/test/resources/events/Context_JavaEventAlbum_EventOutCompare.json index 1a06ec6c5..fc7b04a12 100644 --- a/testsuites/integration/integration-uservice-test/src/test/resources/events/Context_JavaEventAlbum_EventOutCompare.json +++ b/testsuites/integration/integration-uservice-test/src/test/resources/events/Context_JavaEventAlbum_EventOutCompare.json @@ -48,8 +48,7 @@ "timeZoneString": "Greenwich Mean Time", "dst": false, "utcOffset": 0, - "localeLanguage": "en", - "localeCountry": "" + "locale": "en" }, "CustomDouble": { "doubleValue": 6.71000001E8 |