()
| 410 | |
| 411 | #[test] |
| 412 | fn test_find_by_name_short() { |
| 413 | let entry = find_by_name("CN").unwrap(); |
| 414 | assert_eq!(entry.nid, 13); |
| 415 | assert_eq!(entry.oid_string(), "2.5.4.3"); |
| 416 | } |
| 417 | |
| 418 | #[test] |
| 419 | fn test_find_by_name_long() { |
nothing calls this directly
no test coverage detected