Updated git submodules
authorliamfallon <liam.fallon@ericsson.com>
Tue, 1 May 2018 17:13:12 +0000 (18:13 +0100)
committerGerrit Code Review <gerrit@onap.org>
Tue, 1 May 2018 17:37:28 +0000 (17:37 +0000)
commit03f8a190f2ba5d536f602d26fee28c6146337864
treec35c8ffe55bf129f08eeb513fffeeae4bf22e04f
parent18d4de19adec54e9b7d2b349fa4a7982e0247060
Updated git submodules

Project: policy/engine master 5ff419848b3fd04dba17ba9088c035848015fd4e

Fix Test fail with variable length memory address

The unit test class PIPConfigurationTest.java has a test that checks a
configuration string for length. However, the length of the "piptype"
field in that string can vary, causing the test to intermittently fail.

Field that passes:
piptype=org.onap.policy.rest.jpa.PIPType@71b3bc45

Field that fails:
piptype=org.onap.policy.rest.jpa.PIPType@a8c1f44

This fix removes the memory address from the "piptype" field, so that the configuration string will
now always be 323 characters in length.

Change-Id: Ib3640ec6f69ac7d691dcc989c44a7822bcc9b7f7
Issue-ID: POLICY-765
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
docs/submodules/policy/engine.git