Junxiao Shi | b55e5d3 | 2018-07-18 13:32:00 -0600 | [diff] [blame] | 1 | # DefaultCanBePrefix test |
| 2 | |
| 3 | `default-can-be-prefix-*.cpp` verifies the effect of `Interest::setDefaultCanBePrefix`. |
| 4 | They are written as integration tests because ndn-cxx unit tests are prohibited from calling `Interest::setDefaultCanBePrefix`. |
| 5 | |
| 6 | Manual verification steps: |
| 7 | |
| 8 | 1. `default-can-be-prefix-unset` program should print a "CanBePrefix unset" warning to stderr. |
| 9 | 2. `default-can-be-prefix-0` and `default-can-be-prefix-1` test cases should not print that warning. |
| 10 | |