From 03f8a190f2ba5d536f602d26fee28c6146337864 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 1 May 2018 18:13:12 +0100 Subject: [PATCH] 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 --- docs/submodules/policy/engine.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/policy/engine.git b/docs/submodules/policy/engine.git index b0c7e3bd5..5ff419848 160000 --- a/docs/submodules/policy/engine.git +++ b/docs/submodules/policy/engine.git @@ -1 +1 @@ -Subproject commit b0c7e3bd5a3fa546c1f87298ca4312b728a25495 +Subproject commit 5ff419848b3fd04dba17ba9088c035848015fd4e -- 2.16.6