()
| 424 | |
| 425 | #[test] |
| 426 | fn test_find_by_name_case_insensitive() { |
| 427 | let entry = find_by_name("COMMONNAME").unwrap(); |
| 428 | assert_eq!(entry.nid, 13); |
| 429 | } |
| 430 | |
| 431 | #[test] |
| 432 | fn test_subject_alt_name() { |
nothing calls this directly
no test coverage detected