Fix test case broken by new GSON version 47/126747/1
authorliamfallon <liam.fallon@est.tech>
Tue, 25 Jan 2022 11:52:51 +0000 (11:52 +0000)
committerliamfallon <liam.fallon@est.tech>
Tue, 25 Jan 2022 11:52:54 +0000 (11:52 +0000)
commitec332e6e6eee9501c8120d6a91c69abb21527873
tree27a2c0ccbc07f5493f68b1052574875bb4532782
parentecb9bf6949805cfd177344557e2578694c554a24
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: I469c0cc3720625b82544761e1f52828f8ea3ee99
Signed-off-by: liamfallon <liam.fallon@est.tech>
utils/src/test/java/org/onap/policy/common/utils/resources/ResourceUtilsTest.java