|
@@ -1,4 +1,4 @@
|
|
|
-// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
|
|
|
+// Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
|
|
|
//
|
|
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
@@ -215,7 +215,8 @@ public:
|
|
|
std::vector<NameChangeRequestPtr> received_ncrs_;
|
|
|
|
|
|
QueueMgrUDPTest() : io_service_(new isc::asiolink::IOService()),
|
|
|
- test_timer_(*io_service_) {
|
|
|
+ test_timer_(*io_service_),
|
|
|
+ send_result_(NameChangeSender::SUCCESS) {
|
|
|
isc::asiolink::IOAddress addr(TEST_ADDRESS);
|
|
|
// Create our sender instance. Note that reuse_address is true.
|
|
|
sender_.reset(new NameChangeUDPSender(addr, SENDER_PORT,
|