()
| 417 | |
| 418 | #[test] |
| 419 | fn test_find_by_name_long() { |
| 420 | let entry = find_by_name("commonName").unwrap(); |
| 421 | assert_eq!(entry.nid, 13); |
| 422 | assert_eq!(entry.short_name, "CN"); |
| 423 | } |
| 424 | |
| 425 | #[test] |
| 426 | fn test_find_by_name_case_insensitive() { |
nothing calls this directly
no test coverage detected