From 061a79d9236e9159a809c8b77d833699d71b9721 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 1 Oct 2018 18:19:50 +0100 Subject: Add JUnit for test concepts JUnit test for test concepts. Issue-ID: POLICY-1034 Change-Id: Ia2cd896272d4278d842d19d21237edcdca54a1f8 Signed-off-by: liamfallon --- .../test/resources/events/Context_JavaEventAlbum_EventOutCompare.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuites/integration/integration-uservice-test') 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 -- cgit 1.2.3-korg