()
| 403 | |
| 404 | #[test] |
| 405 | fn test_find_by_oid_string() { |
| 406 | let entry = find_by_oid_string("2.5.4.3").unwrap(); |
| 407 | assert_eq!(entry.nid, 13); |
| 408 | assert_eq!(entry.short_name, "CN"); |
| 409 | } |
| 410 | |
| 411 | #[test] |
| 412 | fn test_find_by_name_short() { |
nothing calls this directly
no test coverage detected