fix new openssl, data, etc
[aaf/authz.git] / cadi / core / src / test / java / org / onap / aaf / cadi / config / test / JU_RegistrationPropHolder.java
index 46fd741..18e26f5 100644 (file)
@@ -130,8 +130,8 @@ public class JU_RegistrationPropHolder {
                        target = "mycontns.org.osaaf.aaf.theName";
                        assertEquals(target,rph.replacements(fqdn, name, ".hello"));
                        
-                       pa.setProperty(Config.AAF_LOCATOR_CONTAINER+".hello","hello");
-                       target = "hello.mycontns.org.osaaf.aaf.theName";
+                       pa.setProperty(Config.AAF_LOCATOR_CONTAINER+".hello","helloC");
+                       target = "helloC.mycontns.org.osaaf.aaf.theName";
                        assertEquals(target,rph.replacements(fqdn, name, ".hello"));
                        
                        pa.setProperty(Config.AAF_LOCATOR_CONTAINER_NS,"c_ns");