Skip to content

Commit

Permalink
drop cuid from vcardCreate datasets
Browse files Browse the repository at this point in the history
Roundcube will never provide this attribute
  • Loading branch information
mstilkerich committed Jan 15, 2021
1 parent 74f8f99 commit 2473954
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion tests/unit/data/vcardCreate/AllAttr.json
Expand Up @@ -7,7 +7,6 @@
"maidenname": "Born Wesker",
"organization": "Umbrella Corp",
"department": "Executive Board",
"cuid": "sabre-vobject-005e805f-0bc1-4333-8be2-97889fb45b7a",
"kind": "individual",
"birthday": "1960-07-17",
"anniversary": "2009-07-03",
Expand Down
1 change: 0 additions & 1 deletion tests/unit/data/vcardCreate/DepartmentOnly.json
Expand Up @@ -2,7 +2,6 @@
"name": "Max Mustermann",
"firstname": "Max",
"surname": "Mustermann",
"cuid": "B92B8FDB-E918-481F-AD6F-9713D5324AC5",
"kind": "individual",
"department": "Department; SubDep1;SubDep2; SubDep3"
}
1 change: 0 additions & 1 deletion tests/unit/data/vcardCreate/DifferentDisplayname.json
Expand Up @@ -2,7 +2,6 @@
"name": "Hans Wurst",
"firstname": "Max",
"surname": "Mustermann",
"cuid": "B92B8FDB-E918-481F-AD6F-9713D5324AC5",
"kind": "individual",
"email:home": [
"home@maxmu.de"
Expand Down
@@ -1,7 +1,6 @@
{
"name": "The Company",
"organization": "Die Firma",
"cuid": "B92B8FDB-E918-481F-AD6F-9713D5324AC5",
"kind": "individual",
"email:work": [
"sales@example.com"
Expand Down
1 change: 0 additions & 1 deletion tests/unit/data/vcardCreate/EmptyDisplayname.json
Expand Up @@ -2,7 +2,6 @@
"name": "",
"firstname": "Max",
"surname": "Mustermann",
"cuid": "B92B8FDB-E918-481F-AD6F-9713D5324AC5",
"kind": "individual",
"email:home": [
"home@example.com"
Expand Down
1 change: 0 additions & 1 deletion tests/unit/data/vcardCreate/EmptyDisplaynameCompany.json
Expand Up @@ -4,7 +4,6 @@
"organization": "Die Firma",
"firstname": "Max",
"surname": "Mustermann",
"cuid": "B92B8FDB-E918-481F-AD6F-9713D5324AC5",
"kind": "individual",
"email:home": [
"home@example.com"
Expand Down
@@ -1,7 +1,6 @@
{
"name": "",
"organization": "Die Firma",
"cuid": "B92B8FDB-E918-481F-AD6F-9713D5324AC5",
"kind": "individual",
"email:home": [
"home@example.com"
Expand Down
Expand Up @@ -3,7 +3,6 @@
"showas": "COMPANY",
"firstname": "Max",
"surname": "Mustermann",
"cuid": "B92B8FDB-E918-481F-AD6F-9713D5324AC5",
"kind": "individual",
"email:home": [
"home@example.com"
Expand Down
1 change: 0 additions & 1 deletion tests/unit/data/vcardCreate/Group.json
@@ -1,6 +1,5 @@
{
"name": "Staff",
"surname": "Staff",
"cuid": "60EA9405-3E1F-4DA5-9140-BE46278AACCD",
"kind": "group"
}
1 change: 0 additions & 1 deletion tests/unit/data/vcardCreate/InlinePhoto.json
Expand Up @@ -2,7 +2,6 @@
"name": "Max Mustermann",
"firstname": "Max",
"surname": "Mustermann",
"cuid": "B92B8FDB-E918-481F-AD6F-9713D5324AC5",
"kind": "individual",
"email:internet": [
"special@maxmu.de"
Expand Down
1 change: 0 additions & 1 deletion tests/unit/data/vcardCreate/InstantMessaging.json
@@ -1,6 +1,5 @@
{
"name": "John Doe",
"cuid": "E627D8ED-37BB-4AF0-91D3-E622B6390BF3",
"kind": "individual",
"surname": "Doe",
"firstname": "John",
Expand Down
1 change: 0 additions & 1 deletion tests/unit/data/vcardCreate/XAbLabelOnly.json
Expand Up @@ -2,7 +2,6 @@
"name": "Max Mustermann",
"firstname": "Max",
"surname": "Mustermann",
"cuid": "B92B8FDB-E918-481F-AD6F-9713D5324AC5",
"kind": "individual",
"email:SpecialLabel": [
"special@maxmu.de",
Expand Down

0 comments on commit 2473954

Please sign in to comment.