From 7e547eaa55920dfbc9691eab33bb728395b50cf2 Mon Sep 17 00:00:00 2001 From: Ravindra Bakkamanthala Date: Mon, 15 May 2017 12:53:18 -0400 Subject: Policy TestSuite Enabled Change-Id: I9f98c7dcdcf98713d73544956d873a84fc82adf7 Signed-off-by: Ravindra Bakkamanthala --- .../src/test/java/org/openecomp/policy/xacml/test/TestPolicy.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ECOMP-XACML/src/test/java/org/openecomp/policy/xacml/test/TestPolicy.java') diff --git a/ECOMP-XACML/src/test/java/org/openecomp/policy/xacml/test/TestPolicy.java b/ECOMP-XACML/src/test/java/org/openecomp/policy/xacml/test/TestPolicy.java index 983855900..11601f278 100644 --- a/ECOMP-XACML/src/test/java/org/openecomp/policy/xacml/test/TestPolicy.java +++ b/ECOMP-XACML/src/test/java/org/openecomp/policy/xacml/test/TestPolicy.java @@ -529,7 +529,7 @@ public class TestPolicy extends TestBase { } } catch (Exception e) { logger.error(e); - e.printStackTrace(); + logger.error("Exception Occured"+e); } } return super.visitFile(file, attrs); @@ -738,7 +738,7 @@ public class TestPolicy extends TestBase { } // } } catch (Exception e) { - e.printStackTrace(); + logger.error("Exception Occured"+e); } count++; -- cgit 1.2.3-korg