blob: 23b01ae76cbdd9d9d4dd563c556389ecc775e498 [file] [log] [blame] [view]
Junxiao Shib55e5d32018-07-18 13:32:00 -06001# DefaultCanBePrefix test
2
3`default-can-be-prefix-*.cpp` verifies the effect of `Interest::setDefaultCanBePrefix`.
4They are written as integration tests because ndn-cxx unit tests are prohibited from calling `Interest::setDefaultCanBePrefix`.
5
6Manual verification steps:
7
81. `default-can-be-prefix-unset` program should print a "CanBePrefix unset" warning to stderr.
92. `default-can-be-prefix-0` and `default-can-be-prefix-1` test cases should not print that warning.
10