Home
last modified time | relevance | path

Searched refs:no_distribution_profile_json (Results 1 - 1 of 1) sorted by relevance

/base/security/code_signature/test/unittest/
H A Drust_key_enable_test.rs426 let mut no_distribution_profile_json =JsonValue::from_text(no_distribution_profile).unwrap(); in test_parse_invalid_profile() variables
427 no_distribution_profile_json["debug-info"]["device-ids"][0] = JsonValue::String(udid.clone()); in test_parse_invalid_profile()
428 let result = validate_bundle_and_distribution_type(&no_distribution_profile_json, true); in test_parse_invalid_profile()

Completed in 1 milliseconds