From f6658bcf0374eaf2efa8e5a7c6fb135ced67d44c Mon Sep 17 00:00:00 2001 From: Parshad Patel Date: Fri, 23 Nov 2018 15:41:03 +0900 Subject: Rename test classes in policy/common Make test classes name consistence Issue-ID: POLICY-1281 Change-Id: I2d70eda0a2fe7dc60e020dd91c743c1708d1f11a Signed-off-by: Parshad Patel --- .../common/utils/properties/exception/PropertyAccessExceptionTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/src/test/java/org/onap/policy/common/utils/properties/exception/PropertyAccessExceptionTest.java') diff --git a/utils/src/test/java/org/onap/policy/common/utils/properties/exception/PropertyAccessExceptionTest.java b/utils/src/test/java/org/onap/policy/common/utils/properties/exception/PropertyAccessExceptionTest.java index 57581d9e..190fddd5 100644 --- a/utils/src/test/java/org/onap/policy/common/utils/properties/exception/PropertyAccessExceptionTest.java +++ b/utils/src/test/java/org/onap/policy/common/utils/properties/exception/PropertyAccessExceptionTest.java @@ -25,7 +25,7 @@ import org.junit.Test; /** * Test class for PropertyAccessException. */ -public class PropertyAccessExceptionTest extends BasicPropertyExceptionTester { +public class PropertyAccessExceptionTest extends SupportBasicPropertyExceptionTester { /** * Test method for -- cgit 1.2.3-korg