Policy 1707 commit to LF
[policy/engine.git] / ECOMP-PDP / src / test / java / org / openecomp / policy / pdp / test / FunctionDefinitionRegexpMatchTest.java
index 631dca9..26cc466 100644 (file)
@@ -240,7 +240,7 @@ public class FunctionDefinitionRegexpMatchTest {
                IPAddress addr1 = null;
                IPAddress addr2 = null;
                try {
-                       addr1 = IPAddress.newInstance("10.123.45.67");
+                       addr1 = IPAddress.newInstance("10.123.13.14");
                        addr2 = IPAddress.newInstance("10.12.13.14");
                } catch (Exception e) {
                        fail("Unable to create IPAddresses, e="+e);