added test data and log
authorIan Kelling <ian@iankelling.org>
Thu, 17 Apr 2014 23:47:36 +0000 (16:47 -0700)
committerIan Kelling <ian@iankelling.org>
Thu, 17 Apr 2014 23:47:36 +0000 (16:47 -0700)
test/gmail-test-data.csv [new file with mode: 0644]
test/linkedin-test-data.csv [new file with mode: 0644]
test/testresults.txt

diff --git a/test/gmail-test-data.csv b/test/gmail-test-data.csv
new file mode 100644 (file)
index 0000000..d352e99
--- /dev/null
@@ -0,0 +1,8 @@
+Name,Given Name,Additional Name,Family Name,Yomi Name,Given Name Yomi,Additional Name Yomi,Family Name Yomi,Name Prefix,Name Suffix,Initials,Nickname,Short Name,Maiden Name,Birthday,Gender,Location,Billing Information,Directory Server,Mileage,Occupation,Hobby,Sensitivity,Priority,Subject,Notes,Group Membership,E-mail 1 - Type,E-mail 1 - Value,E-mail 2 - Type,E-mail 2 - Value,E-mail 3 - Type,E-mail 3 - Value,IM 1 - Type,IM 1 - Service,IM 1 - Value,Phone 1 - Type,Phone 1 - Value,Phone 2 - Type,Phone 2 - Value,Phone 3 - Type,Phone 3 - Value,Address 1 - Type,Address 1 - Formatted,Address 1 - Street,Address 1 - City,Address 1 - PO Box,Address 1 - Region,Address 1 - Postal Code,Address 1 - Country,Address 1 - Extended Address,Address 2 - Type,Address 2 - Formatted,Address 2 - Street,Address 2 - City,Address 2 - PO Box,Address 2 - Region,Address 2 - Postal Code,Address 2 - Country,Address 2 - Extended Address,Address 3 - Type,Address 3 - Formatted,Address 3 - Street,Address 3 - City,Address 3 - PO Box,Address 3 - Region,Address 3 - Postal Code,Address 3 - Country,Address 3 - Extended Address,Organization 1 - Type,Organization 1 - Name,Organization 1 - Yomi Name,Organization 1 - Title,Organization 1 - Department,Organization 1 - Symbol,Organization 1 - Location,Organization 1 - Job Description,Relation 1 - Type,Relation 1 - Value,Relation 2 - Type,Relation 2 - Value,Relation 3 - Type,Relation 3 - Value,Website 1 - Type,Website 1 - Value,Website 2 - Type,Website 2 - Value,Website 3 - Type,Website 3 - Value,Event 1 - Type,Event 1 - Value,Event 2 - Type,Event 2 - Value,Custom Field 1 - Type,Custom Field 1 - Value\r
+test contact,test,,contact,,phonetic-first,,phonetic-last,,,,,,,   1-01-01,,,,,,,,,,,notes data,* My Contacts,* Home,homeemail@home.com,Work,workemail@work.com,Custom email,customemail@custom.com,,Google Talk ::: Aim ::: CustomIM,google-talk data ::: aim data ::: customim data,Custom phone,customphone 123-1234-1234,Mobile,mobilephone 123-234-2433,Work,workphone 123-1234-234,Home,address main field,address main field,,,,,,,Work,"work street\r
+po box 1234\r
+neighborhood 1234, los angelas, ca 90210\r
+usa",work street,los angelas,po box 1234,ca,90210,usa,neighborhood 1234,Custom address,"custom street\r
+custom po\r
+custom neighborhood, custom city, custom state custom zip 12341\r
+custom country usa",custom street,custom city,custom po,custom state,custom zip 12341,custom country usa,custom neighborhood,,company-name,,titledata,,,,,Child,child data,Custom reelation,customrelation data,Spouse,spouse data,Profile,profile url,CustomUrl,custom url,Blog,blog url,Anniversary,0002-01-03,Custom date x,0003-01-03,custom field,custom custom field data\r
diff --git a/test/linkedin-test-data.csv b/test/linkedin-test-data.csv
new file mode 100644 (file)
index 0000000..170741f
--- /dev/null
@@ -0,0 +1,3 @@
+"Title","First Name","Middle Name","Last Name","Suffix","E-mail Address","E-mail 2 Address","E-mail 3 Address","Business Street","Business Street 2","Business Street 3","Business City","Business State","Business Postal Code","Business Country","Home Street","Home Street 2","Home Street 3","Home City","Home State","Home Postal Code","Home Country","Other Street","Other Street 2","Other Street 3","Other City","Other State","Other Postal Code","Other Country","Company","Department","Job Title","Assistant's Phone","Business Fax","Business Phone","Business Phone 2","Callback","Car Phone","Company Main Phone","Home Fax","Home Phone","Home Phone 2","ISDN","Mobile Phone","Other Fax","Other Phone","Pager","Primary Phone","Radio Phone","TTY/TDD Phone","Telex","Assistant's Name","Birthday","Manager's Name","Notes","Other Address PO Box","Spouse","Web Page","Personal Web Page"\r
+"testtitle","testfirst","testmiddle","testlast","testsuffix","testmeil@hotmail.com","2ndemailtest","3rdemail@test","1234 business test st","busines street 2 test","bus street 3 test","business city test","business state test","business zip test","business country test","home stree test 1234","","","seattle","wa","90210","usa","","","","","","","","testcompany","testdepartment","test title","test assist phone","business fax test","business phone test","1234 business phone 2","1234 callback test","car phone test","company main phone test","home fax test","home phone test","home phone 2 test","isdn test","mobile phone test","other fax test","other pone test","pager test","primary phone test","radio phone test","tty phone test","telex phone test","assistants name tes","birthday test","managers name test","notes test","other po text","spouse test","url test","personal url test"\r
+"testti01tle 22222","testfirst2","testmiddle2","testlast2","testsuffix2","testmeil@hotmail.com2","2ndemailtest2","3rdemail@test2","1234 business test st2","busines street 2 test2","bus street 3 test2","business city test2","business state test2","business zip test2","business country test2","home stree test 12342","2","2","seattle2","wa2","902102","usa2","2","2","2","2","2","2","2","testcompany2","testdepartment2","test title2","test assist phone2","business fax test2","business phone test2","1234 business phone 22","1234 callback test2","car phone test2","company main phone test2","home fax test2","home phone test2","home phone 2 test2","isdn test2","mobile phone test2","other fax test2","other pone test2","pager test2","primary phone test2","radio phone test2","tty phone test2","telex phone test2","assistants name tes2","birthday test2","managers name test2","notes test2","other po text2","spouse test2","url test2","personal url test2"\r
index 17502e54dd0bace6f761fc41493bd6138337e1bd..8cc85aca9a26237ac08b343221a962e1987a5177 100644 (file)
@@ -4,3 +4,8 @@ bbdb-version 3.1.1
 emacs 24.4.50.1 development version
 pcsv 20131110.750
 thunderbird test data from thunderbird 17.0.10
+
+4/17/2014
+in addition to the last log,
+linkedin test data retrieved 4/16/2014
+gmail test data retrieved 4/16/2014