Fix test case broken by new GSON version 18/126618/1
authorliamfallon <liam.fallon@est.tech>
Mon, 17 Jan 2022 18:21:48 +0000 (18:21 +0000)
committerliamfallon <liam.fallon@est.tech>
Mon, 17 Jan 2022 18:22:14 +0000 (18:22 +0000)
commit8e9ca55118aeb52ad88bcc4788bbceddf6df6c5c
tree55a59e0b03925eb58a20bc1c5c2de15669b27aa4
parent3298a289a906e0aff8218f7d9ceb935899b09917
Fix test case broken by new GSON version

The "com/google" resource bundle now contains more than 189 files, so
this test is changed to insetead check for the existence of
"com/google/gson", otherwise this test could break every time we update
gson.

Issue-ID: POLICY-3849
Change-Id: Id979bb7a3d2453956701f64057accb08228a774d
Signed-off-by: liamfallon <liam.fallon@est.tech>
utils/src/test/java/org/onap/policy/common/utils/resources/ResourceUtilsTest.java