Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-15.0.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Feb 25, 2015
2 parents 6165600 + 3a70d83 commit 50e2b12
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -400,7 +400,7 @@ public void testRequireIPv6() throws Exception {
m_params.put("page-sequence", "" +
"<?xml version=\"1.0\"?>" +
"<page-sequence>\n" +
" <page host=\"localhost\" http-version=\"1.0\" path=\"/opennms/\" port=\"10342\" requireIPv6=\"true\"/>\n" +
" <page host=\"localhost\" virtual-host=\"localhost\" path=\"/opennms/\" port=\"10342\" requireIPv6=\"true\"/>\n" +
"</page-sequence>\n");

PollStatus status = m_monitor.poll(getHttpService("localhost"), m_params);
Expand All @@ -413,7 +413,7 @@ public void testRequireIPv4() throws Exception {
m_params.put("page-sequence", "" +
"<?xml version=\"1.0\"?>" +
"<page-sequence>\n" +
" <page host=\"localhost\" http-version=\"1.0\" path=\"/opennms/\" port=\"10342\" requireIPv4=\"true\"/>\n" +
" <page host=\"localhost\" virtual-host=\"localhost\" path=\"/opennms/\" port=\"10342\" requireIPv4=\"true\"/>\n" +
"</page-sequence>\n");

PollStatus status = m_monitor.poll(getHttpService("localhost"), m_params);
Expand Down

0 comments on commit 50e2b12

Please sign in to comment.