-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BCW Special and Extended characters tests
Signed-off-by: Sheldon Regular <[email protected]>
- Loading branch information
Showing
5 changed files
with
115 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
aries-mobile-tests/features/data/cred_data_drivers_license_sp_char.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"schema_name": "drivers_license_😀", | ||
"schema_version": "1.0.0", | ||
"attributes": [ | ||
{ | ||
"name": "name_😀", | ||
"value": "Betty Naroff 😀" | ||
}, | ||
{ | ||
"name": "civic_address_!@#", | ||
"value": "159 Cedar Street, Sudbury, ON" | ||
}, | ||
{ | ||
"name": "city_$%^", | ||
"value": "Sudbury" | ||
}, | ||
{ | ||
"name": "province_&*(", | ||
"value": "ON" | ||
}, | ||
{ | ||
"name": ")_+_country", | ||
"value": "Canada" | ||
}, | ||
{ | ||
"name": "~!@_postal_code", | ||
"value": "P3E 1B1" | ||
}, | ||
{ | ||
"name": "#$%_birth_dateint", | ||
"value": "19420117" | ||
}, | ||
{ | ||
"name": "^&*_id", | ||
"value": "123456789" | ||
}, | ||
{ | ||
"name": "issue_()_date", | ||
"value": "2022-04-04T13:32:55.455Z" | ||
}, | ||
{ | ||
"name": "expiry_/0_date", | ||
"value": "2027-04-04T13:32:55.455Z" | ||
} | ||
] | ||
} |
29 changes: 29 additions & 0 deletions
29
aries-mobile-tests/features/data/proof_drivers_license_sp_char.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"requested_attributes": { | ||
"id_attrs": { | ||
"names": [ | ||
"name_😀" | ||
], | ||
"restrictions": [ | ||
{ | ||
"schema_name": "drivers_license_😀", | ||
"schema_version": "1.0.0" | ||
} | ||
] | ||
} | ||
}, | ||
"requested_predicates": { | ||
"age": { | ||
"name": "#$%_birth_dateint", | ||
"p_type": ">", | ||
"p_value": 19420116, | ||
"restrictions": [ | ||
{ | ||
"schema_name": "drivers_license_😀", | ||
"schema_version": "1.0.0" | ||
} | ||
] | ||
} | ||
}, | ||
"version": "0.1.0" | ||
} |
16 changes: 16 additions & 0 deletions
16
aries-mobile-tests/features/data/schema_drivers_license_😀.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"schema_name":"drivers_license_😀", | ||
"schema_version":"1.0.0", | ||
"attributes":[ | ||
"name_😀", | ||
"civic_address_!@#", | ||
"city_$%^", | ||
"province_&*(", | ||
")_+_country", | ||
"~!@_postal_code", | ||
"#$%_birth_dateint", | ||
"^&*_id", | ||
"issue_()_date", | ||
"expiry_/0_date" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters