Policy TestSuite Enabled
[policy/engine.git] / ECOMP-XACML / src / test / java / org / openecomp / policy / xacml / test / TestPolicy.java
index 9838559..11601f2 100644 (file)
@@ -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++;