commit | 869d73e924a39c982b5a034d3c89622cfcd5bff4 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Thu Aug 10 22:52:26 2023 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Thu Aug 10 22:52:26 2023 +0000 |
tree | 398760ef174a1455f0b2eb079eb74ad01097eb4b | |
parent | dd808b0baeb91f323bbdbb73e64f84704ac4b6a7 [diff] [blame] |
Change namespace of DummyClientFace, Signal, Segmenter refs #3940 Change-Id: I67ca0ecb8c916aab411a2f90454e0d25925978cd
diff --git a/tests/peek/ndnpeek.t.cpp b/tests/peek/ndnpeek.t.cpp index 6e8869f..e7162b0 100644 --- a/tests/peek/ndnpeek.t.cpp +++ b/tests/peek/ndnpeek.t.cpp
@@ -68,7 +68,7 @@ } protected: - ndn::util::DummyClientFace face{m_io}; + DummyClientFace face{m_io}; output_test_stream output; unique_ptr<NdnPeek> peek; };