Project

General

Profile

Bug #2063

Updated by Junxiao Shi almost 8 years ago

`nfd::CommandValidator` uses deprecated `ndn::util::CommandInterestValidator`. `CommandInterestValidator`. 
 This usage shall be replaced with a suitable non-deprecated subclass of `Validator`. 

 In addition, test cases should use `KeyChain::sign` instead of `CommandInterestGenerator`.

Back