summaryrefslogtreecommitdiff
path: root/zend/tests/Zend/Gdata/Gapps/_files
diff options
context:
space:
mode:
Diffstat (limited to 'zend/tests/Zend/Gdata/Gapps/_files')
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/AppsForYourDomainElementSample1.xml6
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/EmailListElementSample1.xml2
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/EmailListEntryDataSample1.xml17
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/EmailListFeedDataSample1.xml55
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/EmailListRecipientEntryDataSample1.xml15
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/EmailListRecipientFeedDataSample1.xml51
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/GroupEntryDataSample1.xml14
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/GroupFeedDataSample1.xml31
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/LoginElementSample1.xml2
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/MemberEntryDataSample1.xml13
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/MemberFeedDataSample1.xml29
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/NameElementSample1.xml2
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/NicknameElementSample1.xml2
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/NicknameEntryDataSample1.xml16
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/NicknameFeedDataSample1.xml50
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/OwnerEntryDataSample1.xml10
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/OwnerFeedDataSample1.xml30
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/PropertyElementSample1.xml2
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/QuotaElementSample1.xml2
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/UserEntryDataSample1.xml20
-rw-r--r--zend/tests/Zend/Gdata/Gapps/_files/UserFeedDataSample1.xml66
21 files changed, 435 insertions, 0 deletions
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/AppsForYourDomainElementSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/AppsForYourDomainElementSample1.xml
new file mode 100644
index 0000000..e4ec89f
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/AppsForYourDomainElementSample1.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<AppsForYourDomainErrors>
+ <error errorCode="1301" invalidInput="ZF-4699719c8e74c" reason="EntityDoesNotExist" />
+ <error errorCode="9925" invalidInput="Foo" reason="Bar" />
+ <error errorCode="5235" invalidInput="HelloWorld" reason="Blah" />
+</AppsForYourDomainErrors>
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/EmailListElementSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/EmailListElementSample1.xml
new file mode 100644
index 0000000..09349e8
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/EmailListElementSample1.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<apps:emailList xmlns:apps="http://schemas.google.com/apps/2006" name="us-sales"/>
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/EmailListEntryDataSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/EmailListEntryDataSample1.xml
new file mode 100644
index 0000000..ddbd2c7
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/EmailListEntryDataSample1.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<atom:entry xmlns:atom="http://www.w3.org/2005/Atom"
+ xmlns:apps="http://schemas.google.com/apps/2006"
+ xmlns:gd="http://schemas.google.com/g/2005">
+ <atom:id>https://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales</atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:category scheme="http://schemas.google.com/g/2005#kind"
+ term="http://schemas.google.com/apps/2006#emailList"/>
+ <atom:title type="text">us-sales</atom:title>
+ <atom:link rel="self" type="application/atom+xml"
+ href="https://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales"/>
+ <atom:link rel="edit" type="application/atom+xml"
+ href="https://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales"/>
+ <apps:emailList name="us-sales"/>
+ <gd:feedLink rel="http://schemas.google.com/apps/2006#emailList.recipients"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/"/>
+</atom:entry>
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/EmailListFeedDataSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/EmailListFeedDataSample1.xml
new file mode 100644
index 0000000..8d779c7
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/EmailListFeedDataSample1.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<atom:feed xmlns:atom="http://www.w3.org/2005/Atom"
+ xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"
+ xmlns:gd="http://schemas.google.com/g/2005">
+ <atom:id>
+ http://apps-apis.google.com/a/feeds/example.com/emailList/2.0
+ </atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:category scheme="http://schemas.google.com/g/2005#kind"
+ term="http://schemas.google.com/apps/2006#emailList"/>
+ <atom:title type="text">EmailLists</atom:title>
+ <atom:link rel="next" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0?startEmailListName=john"/>
+ <atom:link rel="http://schemas.google.com/g/2005#feed"
+ type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0"/>
+ <atom:link rel="http://schemas.google.com/g/2005#post"
+ type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0"/>
+ <atom:link rel="self" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0"/>
+ <openSearch:startIndex>1</openSearch:startIndex>
+ <atom:entry>
+ <atom:id>
+ http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales
+ </atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:category scheme="http://schemas.google.com/g/2005#kind"
+ term="http://schemas.google.com/apps/2006#emailList"/>
+ <atom:title type="text">us-sales</atom:title>
+ <atom:link rel="self" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales"/>
+ <atom:link rel="edit" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales"/>
+ <apps:emailList name="us-sales"/>
+ <gd:feedLink rel="http://schemas.google.com/apps/2006#emailList.recipients"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/"/>
+ </atom:entry>
+ <atom:entry>
+ <atom:id>
+ http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-eng
+ </atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:category scheme="http://schemas.google.com/g/2005#kind"
+ term="http://schemas.google.com/apps/2006#emailList"/>
+ <atom:title type="text">us-eng</atom:title>
+ <atom:link rel="self" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-eng"/>
+ <atom:link rel="edit" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-eng"/>
+ <apps:emailList name="us-eng"/>
+ <gd:feedLink rel="http://schemas.google.com/apps/2006#emailList.recipients"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-eng/recipient/"/>
+ </atom:entry>
+</atom:feed>
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/EmailListRecipientEntryDataSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/EmailListRecipientEntryDataSample1.xml
new file mode 100644
index 0000000..8bd3c8d
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/EmailListRecipientEntryDataSample1.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<atom:entry xmlns:atom="http://www.w3.org/2005/Atom"
+ xmlns:apps="http://schemas.google.com/apps/2006"
+ xmlns:gd="http://schemas.google.com/g/2005">
+ <atom:id>https://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/SusanJones%40example.com</atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:category scheme="http://schemas.google.com/g/2005#kind"
+ term="http://schemas.google.com/apps/2006#emailList.recipient"/>
+ <atom:title type="text">SusanJones</atom:title>
+ <atom:link rel="self" type="application/atom+xml"
+ href="https://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/SusanJones%40example.com"/>
+ <atom:link rel="edit" type="application/atom+xml"
+ href="https://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/SusanJones%40example.com"/>
+ <gd:who email="SusanJones@example.com"/>
+</atom:entry>
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/EmailListRecipientFeedDataSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/EmailListRecipientFeedDataSample1.xml
new file mode 100644
index 0000000..b217c0d
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/EmailListRecipientFeedDataSample1.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<atom:feed xmlns:atom="http://www.w3.org/2005/Atom"
+ xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"
+ xmlns:gd="http://schemas.google.com/g/2005">
+ <atom:id>
+ http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient
+ </atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:category scheme="http://schemas.google.com/g/2005#kind"
+ term="http://schemas.google.com/apps/2006#emailList.recipient"/>
+ <atom:title type="text">Recipients for email list us-sales</atom:title>
+ <atom:link rel="next" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/?startRecipient=terry@example.com"/>
+ <atom:link rel="http://schemas.google.com/g/2005#feed"
+ type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient"/>
+ <atom:link rel="http://schemas.google.com/g/2005#post"
+ type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient"/>
+ <atom:link rel="self" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient"/>
+ <openSearch:startIndex>1</openSearch:startIndex>
+ <atom:entry>
+ <atom:id>
+ http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/joe%40example.com
+ </atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:category scheme="http://schemas.google.com/g/2005#kind"
+ term="http://schemas.google.com/apps/2006#emailList.recipient"/>
+ <atom:title type="text">joe@example.com</atom:title>
+ <atom:link rel="self" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/joe%40example.com"/>
+ <atom:link rel="edit" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/joe%40example.com"/>
+ <gd:who email="joe@example.com"/>
+ </atom:entry>
+ <atom:entry>
+ <atom:id>
+ http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/susan%40example.com
+ </atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:category scheme="http://schemas.google.com/g/2005#kind"
+ term="http://schemas.google.com/apps/2006#emailList.recipient"/>
+ <atom:title type="text">susan@example.com</atom:title>
+ <atom:link rel="self" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/susan%40example.com"/>
+ <atom:link rel="edit" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0/us-sales/recipient/susan%40example.com"/>
+ <gd:who email="susan@example.com"/>
+ </atom:entry>
+</atom:feed>
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/GroupEntryDataSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/GroupEntryDataSample1.xml
new file mode 100644
index 0000000..a23e6b5
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/GroupEntryDataSample1.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<atom:entry xmlns:atom="http://www.w3.org/2005/Atom"
+ xmlns:apps="http://schemas.google.com/apps/2006"
+ xmlns:gd="http://schemas.google.com/g/2005">
+ <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales</atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:link rel="self" type="application/atom+xml" href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales"/>
+ <atom:link rel="edit" type="application/atom+xml" href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales"/>
+ <apps:property name="groupId" value="us-sales"></apps:property>
+ <apps:property name="groupName" value="us-sales"></apps:property>
+ <apps:property name="description" value="UnitedStatesSalesTeam"></apps:property>
+ <apps:property name="emailPermission" value="Domain"></apps:property>
+</atom:entry>
+
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/GroupFeedDataSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/GroupFeedDataSample1.xml
new file mode 100644
index 0000000..c37ec26
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/GroupFeedDataSample1.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<atom:feed xmlns:atom="http://www.w3.org/2005/Atom"
+xmlns:apps="http://schemas.google.com/apps/2006"
+xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">
+ <atom:id>https://www.google.com/a/feeds/group/2.0/example.com</atom:id>
+ <atom:updated>2008-12-03T16:33:05.260Z</atom:updated>
+ <atom:link href="https://apps-apis.google.com/a/feeds/group/2.0/example.com" type="application/atom+xml" rel="http://schemas.google.com/g/2005#feed"></atom:link>
+ <atom:link href="https://apps-apis.google.com/a/feeds/group/2.0/example.com" type="application/atom+xml" rel="http://schemas.google.com/g/2005#post"></atom:link>
+ <atom:link href="https://apps-apis.google.com/a/feeds/group/2.0/example.com" type="application/atom+xml" rel="self"></atom:link>
+ <openSearch:startIndex>1</openSearch:startIndex>
+ <atom:entry>
+ <id>https://apps-apis.google.com/a/feeds/group/2.0/example.com/us-sales%40example.com</id>
+ <atom:updated>2008-12-03T16:33:05.261Z</atom:updated>
+ <atom:link href="https://apps-apis.google.com/a/feeds/group/2.0/example.com/us-sales%40example.com" type="application/atom+xml" rel="self"></atom:link>
+ <atom:link href="https://apps-apis.google.com/a/feeds/group/2.0/example.com/us-sales%40example.com" type="application/atom+xml" rel="edit"></atom:link>
+ <apps:property name="groupId" value="us-sales@example.com"></apps:property>
+ <apps:property name="groupName" value="US Sales"></apps:property>
+ <apps:property name="emailPermission" value="Anyone"></apps:property>
+ <apps:property name="description" value="United States Sales Team"></apps:property>
+ </atom:entry>
+ <atom:entry>
+ <atom:id>https://apps-apis.google.com/a/feeds/group/2.0/example.com/Staff-2435%40example.com</atom:id>
+ <atom:updated>2008-12-03T16:33:05.260Z</atom:updated>
+ <atom:link href="https://apps-apis.google.com/a/feeds/group/2.0/example.com/Staff-2435%40example.com" type="application/atom+xml" rel="self"></atom:link>
+ <atom:link href="https://apps-apis.google.com/a/feeds/group/2.0/example.com/Staff-2435%40example.com" type="application/atom+xml" rel="edit"></atom:link>
+ <apps:property name="groupId" value="Staff-2435@example.com"></apps:property>
+ <apps:property name="groupName" value="Staff 2435"></apps:property>
+ <apps:property name="emailPermission" value="Anyone"></apps:property>
+ <apps:property name="description" value=""></apps:property>
+ </atom:entry>
+</atom:feed> \ No newline at end of file
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/LoginElementSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/LoginElementSample1.xml
new file mode 100644
index 0000000..f6971dc
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/LoginElementSample1.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<apps:login xmlns:apps="http://schemas.google.com/apps/2006" userName="SusanJones-1321" password="123$$abc" hashFunctionName="SHA-1" suspended="false" admin="false" changePasswordAtNextLogin="false" agreedToTerms="true"/>
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/MemberEntryDataSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/MemberEntryDataSample1.xml
new file mode 100644
index 0000000..953fa2a
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/MemberEntryDataSample1.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<atom:entry xmlns:atom="http://www.w3.org/2005/Atom"
+ xmlns:apps="http://schemas.google.com/apps/2006"
+ xmlns:gd="http://schemas.google.com/g/2005">
+ <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/suejones%40example.com</atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:link rel="self" type="application/atom+xml" href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/suejones%40example.com"/>
+ <atom:link rel="edit" type="application/atom+xml" href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/suejones%40example.com"/>
+ <apps:property name="memberId" value="suejones@example.com"/>
+ <apps:property name="memberType" value="User"/>
+ <apps:property name="directMember" value="true"/>
+</atom:entry>
+
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/MemberFeedDataSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/MemberFeedDataSample1.xml
new file mode 100644
index 0000000..aa395ff
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/MemberFeedDataSample1.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<atom:feed xmlns:atom="http://www.w3.org/2005/Atom"
+ xmlns:apps="http://schemas.google.com/apps/2006"
+ xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">
+ <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member</atom:id>
+ <atom:link rel="https://schemas.google.com/g/2005#feed" type="application/atom+xml"
+ href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member"/>
+ <openSearch:startIndex>1</openSearch:startIndex>
+ <atom:entry>
+ <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/suejones%40example.com</atom:id>
+ <atom:link rel="self" type="application/atom+xml"
+href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/suejones%40example.com"/>
+ <atom:link rel="edit" type="application/atom+xml"
+href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/suejones%40example.com"/>
+ <apps:property name="memberId" value="suejones@example.com"/>
+ <apps:property name="memberType" value="User"/>
+ <apps:property name="directMember" value="true"/>
+ </atom:entry>
+ <atom:entry>
+ <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/ca-sales%40example.com</atom:id>
+ <atom:link rel="self" type="application/atom+xml"
+href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/ca-sales%40example.com"/>
+ <atom:link rel="edit" type="application/atom+xml"
+href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/member/ca-sales%40example.com"/>
+ <apps:property name="memberId" value="ca-sales@example.com"/>
+ <apps:property name="memberType" value="Group"/>
+ <apps:property name="directMember" value="true"/>
+ </atom:entry>
+</atom:feed> \ No newline at end of file
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/NameElementSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/NameElementSample1.xml
new file mode 100644
index 0000000..4b30681
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/NameElementSample1.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<apps:name xmlns:apps="http://schemas.google.com/apps/2006" familyName="Jones" givenName="Susan"/>
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/NicknameElementSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/NicknameElementSample1.xml
new file mode 100644
index 0000000..a986073
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/NicknameElementSample1.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<apps:nickname xmlns:apps="http://schemas.google.com/apps/2006" name="Jones"/>
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/NicknameEntryDataSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/NicknameEntryDataSample1.xml
new file mode 100644
index 0000000..8c165ce
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/NicknameEntryDataSample1.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<atom:entry xmlns:atom="http://www.w3.org/2005/Atom"
+ xmlns:apps="http://schemas.google.com/apps/2006"
+ xmlns:gd="http://schemas.google.com/g/2005">
+ <atom:id>https://apps-apis.google.com/a/feeds/example.com/nickname/2.0/Susy</atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:category scheme="http://schemas.google.com/g/2005#kind"
+ term="http://schemas.google.com/apps/2006#nickname"/>
+ <atom:title type="text">Susy</atom:title>
+ <atom:link rel="self" type="application/atom+xml"
+ href="https://apps-apis.google.com/a/feeds/example.com/nickname/2.0/Susy"/>
+ <atom:link rel="edit" type="application/atom+xml"
+ href="https://apps-apis.google.com/a/feeds/example.com/nickname/2.0/Susy"/>
+ <apps:nickname name="Susy"/>
+ <apps:login userName="SusanJones" suspended="false" admin="false" changePasswordAtNextLogin="false" agreedToTerms="true"/>
+</atom:entry>
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/NicknameFeedDataSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/NicknameFeedDataSample1.xml
new file mode 100644
index 0000000..9598bf4
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/NicknameFeedDataSample1.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<atom:feed xmlns:atom="http://www.w3.org/2005/Atom"
+ xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"
+ xmlns:apps="http://schemas.google.com/apps/2006">
+ <atom:id>
+ http://apps-apis.google.com/a/feeds/example.com/nickname/2.0
+ </atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:category scheme="http://schemas.google.com/g/2005#kind"
+ term="http://schemas.google.com/apps/2006#nickname"/>
+ <atom:title type="text">Nicknames for user SusanJones</atom:title>
+ <atom:link rel="http://schemas.google.com/g/2005#feed"
+ type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0"/>
+ <atom:link rel="http://schemas.google.com/g/2005#post"
+ type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0"/>
+ <atom:link rel="self" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0?username=SusanJones"/>
+ <openSearch:startIndex>1</openSearch:startIndex>
+ <openSearch:itemsPerPage>2</openSearch:itemsPerPage>
+ <atom:entry>
+ <atom:id>
+ http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/susy
+ </atom:id>
+ <atom:category scheme="http://schemas.google.com/g/2005#kind"
+ term="http://schemas.google.com/apps/2006#nickname"/>
+ <atom:title type="text">susy</atom:title>
+ <atom:link rel="self" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/susy"/>
+ <atom:link rel="edit" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/susy"/>
+ <apps:nickname name="susy"/>
+ <apps:login userName="SusanJones" suspended="false" admin="false" changePasswordAtNextLogin="false" agreedToTerms="true"/>
+ </atom:entry>
+ <atom:entry>
+ <atom:id>
+ http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/suse
+ </atom:id>
+ <atom:category scheme="http://schemas.google.com/g/2005#kind"
+ term="http://schemas.google.com/apps/2006#nickname"/>
+ <atom:title type="text">suse</atom:title>
+ <atom:link rel="self" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/suse"/>
+ <atom:link rel="edit" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0/suse"/>
+ <apps:nickname name="suse"/>
+ <apps:login userName="SusanJones" suspended="false" admin="false" changePasswordAtNextLogin="false" agreedToTerms="true"/>
+ </atom:entry>
+</atom:feed>
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/OwnerEntryDataSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/OwnerEntryDataSample1.xml
new file mode 100644
index 0000000..c59c87b
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/OwnerEntryDataSample1.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<atom:entry xmlns:atom="http://www.w3.org/2005/Atom"
+ xmlns:apps="http://schemas.google.com/apps/2006"
+ xmlns:gd="http://schemas.google.com/g/2005" >
+ <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner/joe%40example.com</atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:link rel="self" type="application/atom+xml" href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner/joe%40example.com"/>
+ <atom:link rel="edit" type="application/atom+xml" href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner/joe%40example.com"/>
+ <apps:property name="email" value="joe@example.com"/>
+</atom:entry>
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/OwnerFeedDataSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/OwnerFeedDataSample1.xml
new file mode 100644
index 0000000..bf1c775
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/OwnerFeedDataSample1.xml
@@ -0,0 +1,30 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<atom:feed xmlns:atom='http://www.w3.org/2005/Atom'
+ xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'
+ xmlns:apps='http://schemas.google.com/apps/2006'>
+ <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner</atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:link rel='http://schemas.google.com/g/2005#feed'
+ type='application/atom+xml'
+ href='https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner'/>
+ <atom:link rel='http://schemas.google.com/g/2005#post'
+ type='application/atom+xml'
+ href='https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner'/>
+ <atom:link rel='self' type='application/atom+xml'
+ href='https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner'/>
+ <openSearch:startIndex>1</openSearch:startIndex>
+ <atom:entry>
+ <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner/joe%40example.com</atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:link rel="self" type="application/atom+xml" href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner/joe%40example.com"/>
+ <atom:link rel="edit" type="application/atom+xml" href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner/joe%40example.com"/>
+ <apps:property name="email" value="joe@example.com"/>
+ </atom:entry>
+ <atom:entry>
+ <atom:id>https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner/suejones%40example.com</atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:link rel="self" type="application/atom+xml" href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner/suejones%40example.com"/>
+ <atom:link rel="edit" type="application/atom+xml" href="https://www.google.com/a/feeds/group/2.0/example.com/us-sales/owner/suejones%40example.com"/>
+ <apps:property name="email" value="suejones@example.com"/>
+ </atom:entry>
+</atom:feed>
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/PropertyElementSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/PropertyElementSample1.xml
new file mode 100644
index 0000000..7402071
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/PropertyElementSample1.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<apps:property xmlns:apps="http://schemas.google.com/apps/2006" name="Some Name" value="Some Value" />
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/QuotaElementSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/QuotaElementSample1.xml
new file mode 100644
index 0000000..f516dbd
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/QuotaElementSample1.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<apps:quota xmlns:apps="http://schemas.google.com/apps/2006" limit="2048"/>
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/UserEntryDataSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/UserEntryDataSample1.xml
new file mode 100644
index 0000000..0754443
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/UserEntryDataSample1.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<atom:entry xmlns:atom="http://www.w3.org/2005/Atom"
+ xmlns:apps="http://schemas.google.com/apps/2006"
+ xmlns:gd="http://schemas.google.com/g/2005">
+ <atom:id>https://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones</atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:category scheme="http://schemas.google.com/g/2005#kind"
+ term="http://schemas.google.com/apps/2006#user"/>
+ <atom:title type="text">SusanJones</atom:title>
+ <atom:link rel="self" type="application/atom+xml"
+ href="https://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones"/>
+ <atom:link rel="edit" type="application/atom+xml"
+ href="https://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones"/>
+ <apps:login userName="SusanJones"/>
+ <apps:name familyName="Jones" givenName="Susan"/>
+ <gd:feedLink rel="http://schemas.google.com/apps/2006#user.nicknames"
+ href="https://apps-apis.google.com/a/feeds/example.com/nickname/2.0?username=Susy-1321"/>
+ <gd:feedLink rel="http://schemas.google.com/apps/2006#user.emailLists" href="https://apps-apis.google.com/a/feeds/example.com/emailList/2.0?recipient=us-sales@example.com"/>
+ <apps:quota limit="2048"/>
+</atom:entry>
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/UserFeedDataSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/UserFeedDataSample1.xml
new file mode 100644
index 0000000..ff4b78e
--- /dev/null
+++ b/zend/tests/Zend/Gdata/Gapps/_files/UserFeedDataSample1.xml
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<atom:feed xmlns:atom="http://www.w3.org/2005/Atom"
+ xmlns:apps="http://schemas.google.com/apps/2006"
+ xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/"
+ xmlns:gd="http://schemas.google.com/g/2005">
+ <atom:id>
+ http://apps-apis.google.com/a/feeds/example.com/user/2.0
+ </atom:id>
+ <atom:updated>1970-01-01T00:00:00.000Z</atom:updated>
+ <atom:category scheme="http://schemas.google.com/g/2005#kind"
+ term="http://schemas.google.com/apps/2006#user"/>
+ <atom:title type="text">Users</atom:title>
+ <atom:link rel="next" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/user/2.0?startUsername=john"/>
+ <atom:link rel="http://schemas.google.com/g/2005#feed"
+ type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/user/2.0"/>
+ <atom:link rel="http://schemas.google.com/g/2005#post"
+ type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/user/2.0"/>
+ <atom:link rel="self" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/user/2.0"/>
+ <openSearch:startIndex>1</openSearch:startIndex>
+ <atom:entry>
+ <atom:id>
+ http://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones
+ </atom:id>
+ <atom:category scheme="http://schemas.google.com/g/2005#kind"
+ term="http://schemas.google.com/apps/2006#user"/>
+ <atom:title type="text">SusanJones</atom:title>
+ <atom:link rel="self" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones"/>
+ <atom:link rel="edit" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones"/>
+ <gd:who rel="http://schemas.google.com/apps/2006#user.recipient"
+ email="SusanJones@example.com"/>
+ <apps:login userName="SusanJones" suspended="false" admin="false" changePasswordAtNextLogin="false" agreedToTerms="true"/>
+ <apps:quota limit="2048"/>
+ <apps:name familyName="Jones" givenName="Susan"/>
+ <gd:feedLink rel="http://schemas.google.com/apps/2006#user.nicknames"
+ href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0?username=SusanJones"/>
+ <gd:feedLink rel="http://schemas.google.com/apps/2006#user.emailLists"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0?recipient=SusanJones@example.com"/>
+ </atom:entry>
+ <atom:entry>
+ <atom:id>
+ http://apps-apis.google.com/a/feeds/example.com/user/2.0/JohnSmith
+ </atom:id>
+ <atom:category scheme="http://schemas.google.com/g/2005#kind"
+ term="http://schemas.google.com/apps/2006#user"/>
+ <atom:title type="text">JohnSmith</atom:title>
+ <atom:link rel="self" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/user/2.0/JohnSmith"/>
+ <atom:link rel="edit" type="application/atom+xml"
+ href="http://apps-apis.google.com/a/feeds/example.com/user/2.0/JohnSmith"/>
+ <gd:who rel="http://schemas.google.com/apps/2006#user.recipient"
+ email="JohnSmith@example.com"/>
+ <apps:login userName="JohnSmith" suspended="false" admin="false" changePasswordAtNextLogin="false" agreedToTerms="true"/>
+ <apps:quota limit="2048"/>
+ <apps:name familyName="Smith" givenName="John"/>
+ <gd:feedLink rel="http://schemas.google.com/apps/2006#user.nicknames"
+ href="http://apps-apis.google.com/a/feeds/example.com/nickname/2.0?username=JohnSmith"/>
+ <gd:feedLink rel="http://schemas.google.com/apps/2006#user.emailLists"
+ href="http://apps-apis.google.com/a/feeds/example.com/emailList/2.0?recipient=JohnSmith@example.com"/>
+ </atom:entry>
+</atom:feed>