| 111 | } |
| 112 | |
| 113 | bool static TestParse(std::string src, std::string canon) |
| 114 | { |
| 115 | CService addr(LookupNumeric(src, 65535)); |
| 116 | return canon == addr.ToString(); |
| 117 | } |
| 118 | |
| 119 | BOOST_AUTO_TEST_CASE(netbase_lookupnumeric) |
| 120 | { |
no test coverage detected