summaryrefslogtreecommitdiffstats
path: root/core/src/test/java/org/onap/aaf/cadi/lur/test
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/test/java/org/onap/aaf/cadi/lur/test')
-rw-r--r--core/src/test/java/org/onap/aaf/cadi/lur/test/JU_TestAccess.java (renamed from core/src/test/java/org/onap/aaf/cadi/lur/test/TestAccess.java)6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/test/java/org/onap/aaf/cadi/lur/test/TestAccess.java b/core/src/test/java/org/onap/aaf/cadi/lur/test/JU_TestAccess.java
index 8b1bab6..1bdf765 100644
--- a/core/src/test/java/org/onap/aaf/cadi/lur/test/TestAccess.java
+++ b/core/src/test/java/org/onap/aaf/cadi/lur/test/JU_TestAccess.java
@@ -28,14 +28,14 @@ import java.io.InputStream;
import org.onap.aaf.cadi.Access;
import org.onap.aaf.cadi.Symm;
-public class TestAccess implements Access {
+public class JU_TestAccess implements Access {
private Symm symm;
- public TestAccess() {
+ public JU_TestAccess() {
symm = Symm.obtain(this);
}
- public TestAccess(Symm symmetric) {
+ public JU_TestAccess(Symm symmetric) {
symm = symmetric;
}