Fix ResourceUtilsTest junit 88/100988/1
authorJim Hahn <jrh3@att.com>
Fri, 31 Jan 2020 17:03:08 +0000 (12:03 -0500)
committerJim Hahn <jrh3@att.com>
Fri, 31 Jan 2020 17:05:35 +0000 (12:05 -0500)
commitf6550dd7420a28f07b5c464315bbf287dfb7e360
tree32ed5487ba47fae998d5f7a89073cf0bf07b592f
parentb2899115452784712443429704d5956075e95557
Fix ResourceUtilsTest junit

The junit for ResourceUtilsTest fails when run on a non-linux box due
to the different path separator.  Modified the test to normalize path
names before making comparisons.

Issue-ID: POLICY-1625
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I58db71155d30b379e20e7c46bedfc6d79e26b6cb
utils/src/test/java/org/onap/policy/common/utils/resources/ResourceUtilsTest.java