aboutsummaryrefslogtreecommitdiffstats
path: root/integrity-audit/src/test/java/org/onap/policy/common/ia/IntegrityAuditDesignationTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'integrity-audit/src/test/java/org/onap/policy/common/ia/IntegrityAuditDesignationTest.java')
-rw-r--r--integrity-audit/src/test/java/org/onap/policy/common/ia/IntegrityAuditDesignationTest.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/integrity-audit/src/test/java/org/onap/policy/common/ia/IntegrityAuditDesignationTest.java b/integrity-audit/src/test/java/org/onap/policy/common/ia/IntegrityAuditDesignationTest.java
index bd3baf49..084c648d 100644
--- a/integrity-audit/src/test/java/org/onap/policy/common/ia/IntegrityAuditDesignationTest.java
+++ b/integrity-audit/src/test/java/org/onap/policy/common/ia/IntegrityAuditDesignationTest.java
@@ -2,7 +2,7 @@
* ============LICENSE_START=======================================================
* Integrity Audit
* ================================================================================
- * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -261,7 +261,7 @@ public class IntegrityAuditDesignationTest extends IntegrityAuditTestBase {
/*
* Populate DB for pdp2, which will simulate it having registered but then having died.
*/
- new DbDAO("pdp2", A_SEQ_PU, makeProperties()).destroy();
+ new DbDao("pdp2", A_SEQ_PU, makeProperties()).destroy();
/*
* Sleep long enough to allow
@@ -431,7 +431,7 @@ public class IntegrityAuditDesignationTest extends IntegrityAuditTestBase {
/*
* Populate DB for pdp3, which will simulate it having registered but then having died.
*/
- new DbDAO("pdp3", A_SEQ_PU, makeProperties()).destroy();
+ new DbDao("pdp3", A_SEQ_PU, makeProperties()).destroy();
/*
* Start audit for pdp4.
@@ -488,12 +488,12 @@ public class IntegrityAuditDesignationTest extends IntegrityAuditTestBase {
/*
* Populate DB for "pdp1", which will simulate it having registered but then having died.
*/
- new DbDAO("pdp1", A_SEQ_PU, makeProperties()).destroy();
+ new DbDao("pdp1", A_SEQ_PU, makeProperties()).destroy();
/*
* Populate DB for pdp2, which will simulate it having registered but then having died.
*/
- new DbDAO("pdp2", A_SEQ_PU, makeProperties()).destroy();
+ new DbDao("pdp2", A_SEQ_PU, makeProperties()).destroy();
/*
* Start audit for pdp3.
@@ -503,7 +503,7 @@ public class IntegrityAuditDesignationTest extends IntegrityAuditTestBase {
/*
* Populate DB for pdp4, which will simulate it having registered but then having died.
*/
- new DbDAO("pdp4", A_SEQ_PU, makeProperties()).destroy();
+ new DbDao("pdp4", A_SEQ_PU, makeProperties()).destroy();
/*
* Sleep long enough to allow