mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-22 12:48:25 +00:00
Improving the study_info script documentation to provide detailed examples of values returned based on arguments. Making the tests a little more targetted and less subject to breaking through better mocks. Allow all tests to pass even when ther protocol builder mock isn't running locally. Removing the duplication of reference files in tests and static, as this seems silly to me at the moment.
155 lines
4.6 KiB
JSON
155 lines
4.6 KiB
JSON
{
|
|
"entries": [
|
|
{
|
|
"attributes": {
|
|
"cn": [
|
|
"Laura Barnes (lb3dp)"
|
|
],
|
|
"displayName": "Laura Barnes",
|
|
"givenName": [
|
|
"Laura"
|
|
],
|
|
"mail": [
|
|
"lb3dp@virginia.edu"
|
|
],
|
|
"objectClass": [
|
|
"top",
|
|
"person",
|
|
"organizationalPerson",
|
|
"inetOrgPerson",
|
|
"uvaPerson",
|
|
"uidObject"
|
|
],
|
|
"telephoneNumber": [
|
|
"+1 (434) 924-1723"
|
|
],
|
|
"title": [
|
|
"E0:Associate Professor of Systems and Information Engineering"
|
|
],
|
|
"uvaDisplayDepartment": [
|
|
"E0:EN-Eng Sys and Environment"
|
|
],
|
|
"uvaPersonIAMAffiliation": [
|
|
"faculty"
|
|
],
|
|
"uvaPersonSponsoredType": [
|
|
"Staff"
|
|
]
|
|
},
|
|
"dn": "uid=lb3dp,ou=People,o=University of Virginia,c=US",
|
|
"raw": {
|
|
"cn": [
|
|
"Laura Barnes (lb3dp)"
|
|
],
|
|
"displayName": [
|
|
"Laura Barnes"
|
|
],
|
|
"givenName": [
|
|
"Laura"
|
|
],
|
|
"mail": [
|
|
"lb3dp@virginia.edu"
|
|
],
|
|
"objectClass": [
|
|
"top",
|
|
"person",
|
|
"organizationalPerson",
|
|
"inetOrgPerson",
|
|
"uvaPerson",
|
|
"uidObject"
|
|
],
|
|
"telephoneNumber": [
|
|
"+1 (434) 924-1723"
|
|
],
|
|
"title": [
|
|
"E0:Associate Professor of Systems and Information Engineering"
|
|
],
|
|
"uvaDisplayDepartment": [
|
|
"E0:EN-Eng Sys and Environment"
|
|
],
|
|
"uvaPersonIAMAffiliation": [
|
|
"faculty"
|
|
],
|
|
"uvaPersonSponsoredType": [
|
|
"Staff"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"attributes": {
|
|
"cn": [
|
|
"Dan Funk (dhf8r)"
|
|
],
|
|
"displayName": "Dan Funk",
|
|
"givenName": [
|
|
"Dan"
|
|
],
|
|
"mail": [
|
|
"dhf8r@virginia.edu"
|
|
],
|
|
"objectClass": [
|
|
"top",
|
|
"person",
|
|
"organizationalPerson",
|
|
"inetOrgPerson",
|
|
"uvaPerson",
|
|
"uidObject"
|
|
],
|
|
"telephoneNumber": [
|
|
"+1 (434) 924-1723"
|
|
],
|
|
"title": [
|
|
"E42:He's a hoopy frood"
|
|
],
|
|
"uvaDisplayDepartment": [
|
|
"E0:EN-Eng Study of Parallel Universes"
|
|
],
|
|
"uvaPersonIAMAffiliation": [
|
|
"faculty"
|
|
],
|
|
"uvaPersonSponsoredType": [
|
|
"Staff"
|
|
]
|
|
},
|
|
"dn": "uid=dhf8r,ou=People,o=University of Virginia,c=US",
|
|
"raw": {
|
|
"cn": [
|
|
"Dan Funk (dhf84)"
|
|
],
|
|
"displayName": [
|
|
"Dan Funk"
|
|
],
|
|
"givenName": [
|
|
"Dan"
|
|
],
|
|
"mail": [
|
|
"dhf8r@virginia.edu"
|
|
],
|
|
"objectClass": [
|
|
"top",
|
|
"person",
|
|
"organizationalPerson",
|
|
"inetOrgPerson",
|
|
"uvaPerson",
|
|
"uidObject"
|
|
],
|
|
"telephoneNumber": [
|
|
"+1 (434) 924-1723"
|
|
],
|
|
"title": [
|
|
"E42:He's a hoopy frood"
|
|
],
|
|
"uvaDisplayDepartment": [
|
|
"E0:EN-Eng Study of Parallel Universes"
|
|
],
|
|
"uvaPersonIAMAffiliation": [
|
|
"faculty"
|
|
],
|
|
"uvaPersonSponsoredType": [
|
|
"Staff"
|
|
]
|
|
}
|
|
}
|
|
|
|
]
|
|
} |