commit | 20d5a0b9fd10522197c0324a99d0cd5f4fb05000 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue Aug 14 09:26:11 2018 -0600 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Tue Aug 14 09:26:11 2018 -0600 |
tree | fda693073a9569377f1c3baed36b6fbbfcb36fe6 | |
parent | 2bdda1d1857c33a672f4f4fa2bf360c08f29ffa5 [diff] [blame] |
ping: set CanBePrefix=false This commit also sets CanBePrefix in ndndump and ndnpoke tests. refs #4581 Change-Id: Ie91839426acc02f1879495312ad7ef131e8dac57
diff --git a/tests/ping/server/ping-server.t.cpp b/tests/ping/server/ping-server.t.cpp index 84e967f..1fe5b35 100644 --- a/tests/ping/server/ping-server.t.cpp +++ b/tests/ping/server/ping-server.t.cpp
@@ -52,6 +52,7 @@ .append(to_string(seq)); return Interest(name) + .setCanBePrefix(false) .setMustBeFresh(true) .setInterestLifetime(2_s); }