Searched refs:test_params (Results 1 – 1 of 1) sorted by relevance
279 let mut test_params = Vec::<(Label, Value)>::new(); in test_get_identity_with_root_key_in_incorrect_canonical_form() localVariable281 test_params.push(param); in test_get_identity_with_root_key_in_incorrect_canonical_form()283 test_params.push((Label::Int(23), Value::Text("test1".to_string()))); in test_get_identity_with_root_key_in_incorrect_canonical_form()284 test_params.push((Label::Int(1234), Value::Text("test2".to_string()))); in test_get_identity_with_root_key_in_incorrect_canonical_form()285 pub_key.params = test_params; in test_get_identity_with_root_key_in_incorrect_canonical_form()306 let mut test_params = Vec::<(Label, Value)>::new(); in test_get_identity_with_root_key_in_correct_canonical_form() localVariable308 test_params.push(param); in test_get_identity_with_root_key_in_correct_canonical_form()310 test_params.push((Label::Int(23), Value::Text("test1".to_string()))); in test_get_identity_with_root_key_in_correct_canonical_form()311 test_params.push((Label::Int(1234), Value::Text("test2".to_string()))); in test_get_identity_with_root_key_in_correct_canonical_form()312 pub_key.params = test_params; in test_get_identity_with_root_key_in_correct_canonical_form()