diff options
| author | Horus3 | 2014-02-24 16:42:14 +0100 |
|---|---|---|
| committer | Horus3 | 2014-02-24 16:42:14 +0100 |
| commit | 06f945f27840b53e57795dadbc38e76f7e11ab1c (patch) | |
| tree | 689d5c7f4ffa15460c7e90f47c6a7dd59ce4e8bd /zend/tests/Zend/Gdata/_files | |
| download | random-06f945f27840b53e57795dadbc38e76f7e11ab1c.tar.gz | |
init
Diffstat (limited to 'zend/tests/Zend/Gdata/_files')
31 files changed, 442 insertions, 0 deletions
diff --git a/zend/tests/Zend/Gdata/_files/AppSample1.txt b/zend/tests/Zend/Gdata/_files/AppSample1.txt new file mode 100644 index 0000000..0a4a317 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/AppSample1.txt @@ -0,0 +1,30 @@ +HTTP/1.1 200 OK +Content-Type: application/atom+xml; charset=UTF-8 +Last-Modified: Sun, 07 Sep 2008 17:53:51 GMT +Cache-Control: max-age=0 private +ETag: W/"CkcHQH8_fCp7ImA9WxRTGEw." +Gdata-Version: 1.2 +Date: Sun, 07 Sep 2008 21:23:39 GMT +Content-Length: 1450 +Server: GFE/1.3 + +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet href="http://www.google.com/url?sa=D&q=http://www.blogger.com/styles/atom.css" type="text/css"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <id>12345678901234567890</id> + <published>2008-09-07T10:53:00.001-07:00</published> + <updated>2008-09-07T10:53:51.144-07:00</updated> + <app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-07T10:53:51.144-07:00</app:edited> + <title>Hello world</title> + <content type="html"><p>Hello world!</p></content> + <link rel="alternate" type="text/html" href="http://www.google.com/url?sa=D&q=http://example.blogspot.com/2008/09/hello-world.html" title="Hello world"/> + <link rel="replies" type="text/html" href="http://www.google.com/url?sa=D&q=http://www.blogger.com/comment.g%3FblogID%3D12345678901234567890%26amp%3BpostID%3D09876543210987654321" title="0 Comments"/> + <link rel="replies" type="application/atom+xml" href="http://www.google.com/url?sa=D&q=http://example.blogspot.com/feeds/12345678901234567890/comments/default" title="Post Comments"/> + <link rel="self" type="application/atom+xml" href="http://www.google.com/url?sa=D&q=http://example.blogspot.com/feeds/posts/default/12345678901234567890"/> + <link rel="edit" type="application/atom+xml" href="http://www.google.com/url?sa=D&q=http://www.blogger.com/feeds/12345678901234567890/posts/default/09876543210987654321%3Fv%3D2"/> + <author> + <name>John Doe</name> + <uri>http://www.blogger.com/profile/5555555555555555</uri> + <email>jdoe@example.com</email> + </author> +</entry> diff --git a/zend/tests/Zend/Gdata/_files/AppSample2.txt b/zend/tests/Zend/Gdata/_files/AppSample2.txt new file mode 100644 index 0000000..93f8f62 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/AppSample2.txt @@ -0,0 +1,29 @@ +HTTP/1.1 200 OK +Content-Type: application/atom+xml; charset=UTF-8 +Last-Modified: Sun, 07 Sep 2008 17:53:51 GMT +Cache-Control: max-age=0 private +ETag: W/"CkcHQH8_fCp7ImA9WxRTGEw." +Date: Sun, 07 Sep 2008 21:23:39 GMT +Content-Length: 1450 +Server: GFE/1.3 + +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet href="http://www.google.com/url?sa=D&q=http://www.blogger.com/styles/atom.css" type="text/css"?> +<entry xmlns="http://www.w3.org/2005/Atom"> + <id>12345678901234567890</id> + <published>2008-09-07T10:53:00.001-07:00</published> + <updated>2008-09-07T10:53:51.144-07:00</updated> + <app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-07T10:53:51.144-07:00</app:edited> + <title>Hello world</title> + <content type="html"><p>Hello world!</p></content> + <link rel="alternate" type="text/html" href="http://www.google.com/url?sa=D&q=http://example.blogspot.com/2008/09/hello-world.html" title="Hello world"/> + <link rel="replies" type="text/html" href="http://www.google.com/url?sa=D&q=http://www.blogger.com/comment.g%3FblogID%3D12345678901234567890%26amp%3BpostID%3D09876543210987654321" title="0 Comments"/> + <link rel="replies" type="application/atom+xml" href="http://www.google.com/url?sa=D&q=http://example.blogspot.com/feeds/12345678901234567890/comments/default" title="Post Comments"/> + <link rel="self" type="application/atom+xml" href="http://www.google.com/url?sa=D&q=http://example.blogspot.com/feeds/posts/default/12345678901234567890"/> + <link rel="edit" type="application/atom+xml" href="http://www.google.com/url?sa=D&q=http://www.blogger.com/feeds/12345678901234567890/posts/default/09876543210987654321%3Fv%3D2"/> + <author> + <name>John Doe</name> + <uri>http://www.blogger.com/profile/5555555555555555</uri> + <email>jdoe@example.com</email> + </author> +</entry> diff --git a/zend/tests/Zend/Gdata/_files/AppSample3.txt b/zend/tests/Zend/Gdata/_files/AppSample3.txt new file mode 100644 index 0000000..acd0024 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/AppSample3.txt @@ -0,0 +1,68 @@ +HTTP/1.1 200 OK +Content-Type: application/atom+xml; charset=UTF-8 +Last-Modified: Sun, 07 Sep 2008 17:53:51 GMT +Cache-Control: max-age=0 private +ETag: W/"CkcHQH8_fCp7ImA9WxRTGEw." +Gdata-Version: 1.2 +Date: Sun, 07 Sep 2008 21:23:39 GMT +Content-Length: 1450 +Server: GFE/1.3 + +<?xml version='1.0' encoding='UTF-8'?> +<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?> +<feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/"CE4BRXw4cCp7ImA9WxRVFEs."'> + <id>tag:blogger.com,1999:blog-8273578352962669317</id> + <updated>2008-11-11T20:09:14.238-08:00</updated> + <title>Test Blog</title> + <subtitle type='html'>This is my description.</subtitle> + <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tmjdev-test.blogspot.com/feeds/posts/default'/> + <link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8273578352962669317/posts/default?v=2'/> + <link rel='alternate' type='text/html' href='http://tmjdev-test.blogspot.com/'/> + <link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/8273578352962669317/posts/default?start-index=26&max-results=25&v=2'/> + <author> + <name>John Doe</name> + <uri>http://www.blogger.com/profile/05925487542352262450</uri> + <email>tmjdev@gmail.com</email> + </author> + <generator version='7.00' uri='http://www.blogger.com'>Blogger</generator> + <openSearch:totalResults>30</openSearch:totalResults> + <openSearch:startIndex>1</openSearch:startIndex> + <openSearch:itemsPerPage>25</openSearch:itemsPerPage> + <entry gd:etag='W/"CE4BRXw-eSp7ImA9WxRVFEs."'> + <id>tag:blogger.com,1999:blog-8273578352962669317.post-4858063079003295518</id> + <published>2008-11-11T20:09:00.001-08:00</published> + <updated>2008-11-11T20:09:14.251-08:00</updated> + <app:edited xmlns:app='http://www.w3.org/2007/app'>2008-11-11T20:09:14.251-08:00</app:edited> + <title>Test Image</title> + <content type='html'>FOO</content> + <link + rel='replies' + type='application/atom+xml' + href='http://tmjdev-test.blogspot.com/feeds/4858063079003295518/comments/default' + title='Post Comments'/> + <link + rel='replies' + type='text/html' + href='https://www.blogger.com/comment.g?blogID=8273578352962669317&postID=4858063079003295518' + title='0 Comments'/> + <link + rel='edit' + type='application/atom+xml' + href='http://www.blogger.com/feeds/8273578352962669317/posts/default/4858063079003295518?v=2'/> + <link + rel='self' + type='application/atom+xml' + href='http://www.blogger.com/feeds/8273578352962669317/posts/default/4858063079003295518?v=2'/> + <link + rel='alternate' + type='text/html' + href='http://tmjdev-test.blogspot.com/2008/11/test-image_11.html' + title='Test Image'/> + <author> + <name>John Doe</name> + <uri>http://www.blogger.com/profile/05925487542352262450</uri> + <email>tmjdev@gmail.com</email> + </author> + <thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total> + </entry> +</feed>
\ No newline at end of file diff --git a/zend/tests/Zend/Gdata/_files/AppSample4.txt b/zend/tests/Zend/Gdata/_files/AppSample4.txt new file mode 100644 index 0000000..a976632 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/AppSample4.txt @@ -0,0 +1,67 @@ +HTTP/1.1 200 OK +Content-Type: application/atom+xml; charset=UTF-8 +Last-Modified: Sun, 07 Sep 2008 17:53:51 GMT +Cache-Control: max-age=0 private +ETag: W/"CkcHQH8_fCp7ImA9WxRTGEw." +Date: Sun, 07 Sep 2008 21:23:39 GMT +Content-Length: 1450 +Server: GFE/1.3 + +<?xml version='1.0' encoding='UTF-8'?> +<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?> +<feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/"CE4BRXw4cCp7ImA9WxRVFEs."'> + <id>tag:blogger.com,1999:blog-8273578352962669317</id> + <updated>2008-11-11T20:09:14.238-08:00</updated> + <title>Test Blog</title> + <subtitle type='html'>This is my description.</subtitle> + <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tmjdev-test.blogspot.com/feeds/posts/default'/> + <link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8273578352962669317/posts/default?v=2'/> + <link rel='alternate' type='text/html' href='http://tmjdev-test.blogspot.com/'/> + <link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/8273578352962669317/posts/default?start-index=26&max-results=25&v=2'/> + <author> + <name>John Doe</name> + <uri>http://www.blogger.com/profile/05925487542352262450</uri> + <email>tmjdev@gmail.com</email> + </author> + <generator version='7.00' uri='http://www.blogger.com'>Blogger</generator> + <openSearch:totalResults>30</openSearch:totalResults> + <openSearch:startIndex>1</openSearch:startIndex> + <openSearch:itemsPerPage>25</openSearch:itemsPerPage> + <entry gd:etag='W/"CE4BRXw-eSp7ImA9WxRVFEs."'> + <id>tag:blogger.com,1999:blog-8273578352962669317.post-4858063079003295518</id> + <published>2008-11-11T20:09:00.001-08:00</published> + <updated>2008-11-11T20:09:14.251-08:00</updated> + <app:edited xmlns:app='http://www.w3.org/2007/app'>2008-11-11T20:09:14.251-08:00</app:edited> + <title>Test Image</title> + <content type='html'>FOO</content> + <link + rel='replies' + type='application/atom+xml' + href='http://tmjdev-test.blogspot.com/feeds/4858063079003295518/comments/default' + title='Post Comments'/> + <link + rel='replies' + type='text/html' + href='https://www.blogger.com/comment.g?blogID=8273578352962669317&postID=4858063079003295518' + title='0 Comments'/> + <link + rel='edit' + type='application/atom+xml' + href='http://www.blogger.com/feeds/8273578352962669317/posts/default/4858063079003295518?v=2'/> + <link + rel='self' + type='application/atom+xml' + href='http://www.blogger.com/feeds/8273578352962669317/posts/default/4858063079003295518?v=2'/> + <link + rel='alternate' + type='text/html' + href='http://tmjdev-test.blogspot.com/2008/11/test-image_11.html' + title='Test Image'/> + <author> + <name>John Doe</name> + <uri>http://www.blogger.com/profile/05925487542352262450</uri> + <email>tmjdev@gmail.com</email> + </author> + <thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total> + </entry> +</feed>
\ No newline at end of file diff --git a/zend/tests/Zend/Gdata/_files/AttendeeStatusElementSample1.xml b/zend/tests/Zend/Gdata/_files/AttendeeStatusElementSample1.xml new file mode 100644 index 0000000..3ffc5e5 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/AttendeeStatusElementSample1.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8" ?> +<attendeeStatus xmlns="http://schemas.google.com/g/2005" value="http://schemas.google.com/g/2005#event.invited"/> diff --git a/zend/tests/Zend/Gdata/_files/AttendeeTypeElementSample1.xml b/zend/tests/Zend/Gdata/_files/AttendeeTypeElementSample1.xml new file mode 100644 index 0000000..547f1ee --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/AttendeeTypeElementSample1.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8" ?> +<attendeeType xmlns="http://schemas.google.com/g/2005" value="http://schemas.google.com/g/2005#event.required"/> diff --git a/zend/tests/Zend/Gdata/_files/CommentsElementSample1.xml b/zend/tests/Zend/Gdata/_files/CommentsElementSample1.xml new file mode 100644 index 0000000..67ffd1d --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/CommentsElementSample1.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8" ?> +<comments xmlns="http://schemas.google.com/g/2005" rel="http://schemas.google.com/g/2005#reviews"> + <feedLink href="http://example.com/restaurants/SanFrancisco/432432/reviews"> + </feedLink> +</comments> diff --git a/zend/tests/Zend/Gdata/_files/DocsTest.csv b/zend/tests/Zend/Gdata/_files/DocsTest.csv new file mode 100755 index 0000000..d83012d --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/DocsTest.csv @@ -0,0 +1,4 @@ +name,favoriteColor +fred,blue +john,red +doug,green diff --git a/zend/tests/Zend/Gdata/_files/EntryLinkElementSample1.xml b/zend/tests/Zend/Gdata/_files/EntryLinkElementSample1.xml new file mode 100644 index 0000000..d5ba138 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/EntryLinkElementSample1.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8" ?> +<gd:entryLink xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http://schemas.google.com/g/2005" href="http://gmail.com/jo/contacts/Jo" readOnly="true" rel="via"> + <entry> + <category scheme="http://schemas.google.com/g/2005#kind" + term="http://schemas.google.com/g/2005#contact"/> + <id>http://gmail.com/jo/contacts/Jo</id> + <category term="user-tag" label="Google"/> + <title>Jo March</title> + </entry> +</gd:entryLink> diff --git a/zend/tests/Zend/Gdata/_files/EntrySample1.xml b/zend/tests/Zend/Gdata/_files/EntrySample1.xml new file mode 100644 index 0000000..e1433bb --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/EntrySample1.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<?xml-stylesheet href="http://www.google.com/url?sa=D&q=http://www.blogger.com/styles/atom.css" type="text/css"?> +<entry xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http://schemas.google.com/g/2005" gd:etag="W/"CkcHQH8_fCp7ImA9WxRTGEw.""> + <id>tag:blogger.com,1999:blog-8273578352962669317.post-6938730899689776686</id> + <published>2008-09-07T10:53:00.001-07:00</published> + <updated>2008-09-07T10:53:51.144-07:00</updated> + <app:edited xmlns:app="http://www.w3.org/2007/app">2008-09-07T10:53:51.144-07:00</app:edited> + <title>Hello world</title> + <content type="html"><p>Hello world!</p></content> + <link rel="alternate" type="text/html" href="http://www.google.com/url?sa=D&q=http://example.blogspot.com/2008/09/hello-world.html" title="Hello world"/> + <link rel="replies" type="text/html" href="http://www.google.com/url?sa=D&q=http://www.blogger.com/comment.g%3FblogID%3D12345678901234567890%26amp%3BpostID%3D09876543210987654321" title="0 Comments"/> + <link rel="replies" type="application/atom+xml" href="http://www.google.com/url?sa=D&q=http://example.blogspot.com/feeds/12345678901234567890/comments/default" title="Post Comments"/> + <link rel="self" type="application/atom+xml" href="http://www.google.com/url?sa=D&q=http://example.blogspot.com/feeds/posts/default/12345678901234567890"/> + <link rel="edit" type="application/atom+xml" href="http://www.google.com/url?sa=D&q=http://www.blogger.com/feeds/12345678901234567890/posts/default/09876543210987654321%3Fv%3D2"/> + <author> + <name>John Doe</name> + <uri>http://www.blogger.com/profile/12345678901234567890</uri> + <email>jdoe@example.com</email> + </author> +</entry> diff --git a/zend/tests/Zend/Gdata/_files/EventStatusElementSample1.xml b/zend/tests/Zend/Gdata/_files/EventStatusElementSample1.xml new file mode 100644 index 0000000..e591595 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/EventStatusElementSample1.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8" ?> +<eventStatus xmlns="http://schemas.google.com/g/2005" value="http://schemas.google.com/g/2005#event.confirmed"/> diff --git a/zend/tests/Zend/Gdata/_files/ExtendedPropertyElementSample1.xml b/zend/tests/Zend/Gdata/_files/ExtendedPropertyElementSample1.xml new file mode 100644 index 0000000..3acb821 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/ExtendedPropertyElementSample1.xml @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="utf-8" ?> +<extendedProperty xmlns="http://schemas.google.com/g/2005" name="http://www.example.com/schemas/2007#mycal.id" + value="1234" />
\ No newline at end of file diff --git a/zend/tests/Zend/Gdata/_files/FeedLinkElementSample1.xml b/zend/tests/Zend/Gdata/_files/FeedLinkElementSample1.xml new file mode 100644 index 0000000..d56687a --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/FeedLinkElementSample1.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8" ?> +<gd:feedLink xmlns="http://www.w3.org/2005/Atom" xmlns:gd="http://schemas.google.com/g/2005" href="http://www.google.com/calendar/feeds/default/private/full/3tsi3ag1q40bnsik88k25sgpss/comments" countHint="0" readOnly="true" rel="http://schemas.google.com/g/2005#feed"> + <feed> + <updated>2007-06-19T00:48:41.230Z</updated> + <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/g/2005#message"/> + <title type="text">Comments for: Sample Event</title> + <link rel="alternate" type="text/html" href="http://www.google.com/calendar/feeds/default/private/full/3tsi3ag1q40bnsik88k25sgpss/comments" title="alternate"/> + </feed> +</gd:feedLink> diff --git a/zend/tests/Zend/Gdata/_files/FeedSampleV1.xml b/zend/tests/Zend/Gdata/_files/FeedSampleV1.xml new file mode 100644 index 0000000..be92553 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/FeedSampleV1.xml @@ -0,0 +1,58 @@ +<?xml version='1.0' encoding='UTF-8'?> +<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?> +<feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:gd='http://schemas.google.com/g/2005'> + <id>tag:blogger.com,1999:blog-8273578352962669317</id> + <updated>2008-11-11T20:09:14.238-08:00</updated> + <title>Test Blog</title> + <subtitle type='html'>This is my description.</subtitle> + <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tmjdev-test.blogspot.com/feeds/posts/default'/> + <link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8273578352962669317/posts/default'/> + <link rel='alternate' type='text/html' href='http://tmjdev-test.blogspot.com/'/> + <link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/8273578352962669317/posts/default?start-index=26&max-results=25'/> + <author> + <name>John Doe</name> + <uri>http://www.blogger.com/profile/05925487542352262450</uri> + <email>tmjdev@gmail.com</email> + </author> + <generator version='7.00' uri='http://www.blogger.com'>Blogger</generator> + <openSearch:totalResults>30</openSearch:totalResults> + <openSearch:startIndex>1</openSearch:startIndex> + <openSearch:itemsPerPage>25</openSearch:itemsPerPage> + <entry> + <id>tag:blogger.com,1999:blog-8273578352962669317.post-4858063079003295518</id> + <published>2008-11-11T20:09:00.001-08:00</published> + <updated>2008-11-11T20:09:14.251-08:00</updated> + <app:edited xmlns:app='http://www.w3.org/2007/app'>2008-11-11T20:09:14.251-08:00</app:edited> + <title>Test Image</title> + <content type='html'>FOO</content> + <link + rel='replies' + type='application/atom+xml' + href='http://tmjdev-test.blogspot.com/feeds/4858063079003295518/comments/default' + title='Post Comments'/> + <link + rel='replies' + type='text/html' + href='https://www.blogger.com/comment.g?blogID=8273578352962669317&postID=4858063079003295518' + title='0 Comments'/> + <link + rel='edit' + type='application/atom+xml' + href='http://www.blogger.com/feeds/8273578352962669317/posts/default/4858063079003295518/1234567890'/> + <link + rel='self' + type='application/atom+xml' + href='http://www.blogger.com/feeds/8273578352962669317/posts/default/4858063079003295518'/> + <link + rel='alternate' + type='text/html' + href='http://tmjdev-test.blogspot.com/2008/11/test-image_11.html' + title='Test Image'/> + <author> + <name>John Doe</name> + <uri>http://www.blogger.com/profile/05925487542352262450</uri> + <email>tmjdev@gmail.com</email> + </author> + <thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total> + </entry> +</feed>
\ No newline at end of file diff --git a/zend/tests/Zend/Gdata/_files/FeedSampleV2.xml b/zend/tests/Zend/Gdata/_files/FeedSampleV2.xml new file mode 100644 index 0000000..a9b2fe3 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/FeedSampleV2.xml @@ -0,0 +1,58 @@ +<?xml version='1.0' encoding='UTF-8'?> +<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?> +<feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/"CE4BRXw4cCp7ImA9WxRVFEs."'> + <id>tag:blogger.com,1999:blog-8273578352962669317</id> + <updated>2008-11-11T20:09:14.238-08:00</updated> + <title>Test Blog</title> + <subtitle type='html'>This is my description.</subtitle> + <link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tmjdev-test.blogspot.com/feeds/posts/default'/> + <link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8273578352962669317/posts/default?v=2'/> + <link rel='alternate' type='text/html' href='http://tmjdev-test.blogspot.com/'/> + <link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/8273578352962669317/posts/default?start-index=26&max-results=25&v=2'/> + <author> + <name>John Doe</name> + <uri>http://www.blogger.com/profile/05925487542352262450</uri> + <email>tmjdev@gmail.com</email> + </author> + <generator version='7.00' uri='http://www.blogger.com'>Blogger</generator> + <openSearch:totalResults>30</openSearch:totalResults> + <openSearch:startIndex>1</openSearch:startIndex> + <openSearch:itemsPerPage>25</openSearch:itemsPerPage> + <entry gd:etag='W/"CE4BRXw-eSp7ImA9WxRVFEs."'> + <id>tag:blogger.com,1999:blog-8273578352962669317.post-4858063079003295518</id> + <published>2008-11-11T20:09:00.001-08:00</published> + <updated>2008-11-11T20:09:14.251-08:00</updated> + <app:edited xmlns:app='http://www.w3.org/2007/app'>2008-11-11T20:09:14.251-08:00</app:edited> + <title>Test Image</title> + <content type='html'>FOO</content> + <link + rel='replies' + type='application/atom+xml' + href='http://tmjdev-test.blogspot.com/feeds/4858063079003295518/comments/default' + title='Post Comments'/> + <link + rel='replies' + type='text/html' + href='https://www.blogger.com/comment.g?blogID=8273578352962669317&postID=4858063079003295518' + title='0 Comments'/> + <link + rel='edit' + type='application/atom+xml' + href='http://www.blogger.com/feeds/8273578352962669317/posts/default/4858063079003295518?v=2'/> + <link + rel='self' + type='application/atom+xml' + href='http://www.blogger.com/feeds/8273578352962669317/posts/default/4858063079003295518?v=2'/> + <link + rel='alternate' + type='text/html' + href='http://tmjdev-test.blogspot.com/2008/11/test-image_11.html' + title='Test Image'/> + <author> + <name>John Doe</name> + <uri>http://www.blogger.com/profile/05925487542352262450</uri> + <email>tmjdev@gmail.com</email> + </author> + <thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total> + </entry> +</feed>
\ No newline at end of file diff --git a/zend/tests/Zend/Gdata/_files/MediaMimeStreamSample1.txt b/zend/tests/Zend/Gdata/_files/MediaMimeStreamSample1.txt new file mode 100644 index 0000000..5c42df7 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/MediaMimeStreamSample1.txt @@ -0,0 +1 @@ +aaa---fakeBinary---bbb
\ No newline at end of file diff --git a/zend/tests/Zend/Gdata/_files/OpenSearchItemsPerPageElementSample1.xml b/zend/tests/Zend/Gdata/_files/OpenSearchItemsPerPageElementSample1.xml new file mode 100644 index 0000000..6c7aa60 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/OpenSearchItemsPerPageElementSample1.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8" ?> +<itemsPerPage xmlns="http://a9.com/-/spec/opensearchrss/1.0/">25</itemsPerPage> diff --git a/zend/tests/Zend/Gdata/_files/OpenSearchStartIndexElementSample1.xml b/zend/tests/Zend/Gdata/_files/OpenSearchStartIndexElementSample1.xml new file mode 100644 index 0000000..4fd6673 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/OpenSearchStartIndexElementSample1.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8" ?> +<startIndex xmlns="http://a9.com/-/spec/opensearchrss/1.0/">5</startIndex> diff --git a/zend/tests/Zend/Gdata/_files/OpenSearchTotalResultsElementSample1.xml b/zend/tests/Zend/Gdata/_files/OpenSearchTotalResultsElementSample1.xml new file mode 100644 index 0000000..b3f0a0c --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/OpenSearchTotalResultsElementSample1.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8" ?> +<totalResults xmlns="http://a9.com/-/spec/opensearchrss/1.0/">12</totalResults> diff --git a/zend/tests/Zend/Gdata/_files/OriginalEventElementSample1.xml b/zend/tests/Zend/Gdata/_files/OriginalEventElementSample1.xml new file mode 100644 index 0000000..7955fd5 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/OriginalEventElementSample1.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8" ?> +<originalEvent xmlns="http://schemas.google.com/g/2005" id="i8fl1nrv2bl57c1qgr3f0onmgg" href="http://www.google.com/calendar/feeds/userID/private/full/123456789"> + <when startTime="2006-03-17T22:00:00.000Z"/> +</originalEvent> diff --git a/zend/tests/Zend/Gdata/_files/RecurrenceElementSample1.xml b/zend/tests/Zend/Gdata/_files/RecurrenceElementSample1.xml new file mode 100644 index 0000000..d252ec7 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/RecurrenceElementSample1.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" ?> +<recurrence xmlns="http://schemas.google.com/g/2005"> +DTSTART;VALUE=DATE:20070501 +DTEND;VALUE=DATE:20070502 +RRULE:FREQ=WEEKLY;BYDAY=Tu;UNTIL=20070904 +</recurrence> diff --git a/zend/tests/Zend/Gdata/_files/RecurrenceExceptionElementSample1.xml b/zend/tests/Zend/Gdata/_files/RecurrenceExceptionElementSample1.xml new file mode 100644 index 0000000..768993c --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/RecurrenceExceptionElementSample1.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8" ?> +<recurrenceException xmlns="http://schemas.google.com/g/2005" specialized="true"> + <entryLink href="http://www.google.com/calendar/feeds/default/private/full/hj4geu9lpkh3ebk6rvm4k8mhik"> + </entryLink> + <originalEvent id="hj4geu9lpkh3ebk6rvm4k8mhik" href="http://www.google.com/calendar/feeds/default/private/composite/hj4geu9lpkh3ebk6rvm4k8mhik" /> +</recurrenceException> diff --git a/zend/tests/Zend/Gdata/_files/ReminderElementSample1.xml b/zend/tests/Zend/Gdata/_files/ReminderElementSample1.xml new file mode 100644 index 0000000..aaa4961 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/ReminderElementSample1.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8" ?> +<reminder xmlns="http://schemas.google.com/g/2005" absoluteTime="2005-06-06T16:55:00-08:00" days="42" hours="20" minutes="50" method="sms"/> diff --git a/zend/tests/Zend/Gdata/_files/RsaCert.pem b/zend/tests/Zend/Gdata/_files/RsaCert.pem new file mode 100644 index 0000000..445542c --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/RsaCert.pem @@ -0,0 +1,17 @@ +-----BEGIN CERTIFICATE----- +MIICxTCCAi6gAwIBAgIJALIWLob1fh/YMA0GCSqGSIb3DQEBBQUAMEwxCzAJBgNV +BAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEYMBYG +A1UEAxMPd3d3LmV4YW1wbGUuY29tMB4XDTA4MDYyOTIwMDEyMVoXDTA5MDYyOTIw +MDEyMVowTDELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3Vu +dGFpbiBWaWV3MRgwFgYDVQQDEw93d3cuZXhhbXBsZS5jb20wgZ8wDQYJKoZIhvcN +AQEBBQADgY0AMIGJAoGBAN8jNUSm/KkypB2sTIRIob/GPVJAeDUSFOQ+HOT0sruM +lf0RzY8wLBQdVshLfq1PsdE49jPavnOR9+CBI4f1LUC24XUcDQ0W1MTltdOrx1Rr +FWQHrNE6R19N2eYLC0o0VBJhp4o6VERr8MhKiQT4GqtZjJpycF/G0M5ysDZCvaA9 +AgMBAAGjga4wgaswHQYDVR0OBBYEFH3/umQGqQAzS6zm8Vi29FKuk9K/MHwGA1Ud +IwR1MHOAFH3/umQGqQAzS6zm8Vi29FKuk9K/oVCkTjBMMQswCQYDVQQGEwJVUzEL +MAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxGDAWBgNVBAMTD3d3 +dy5leGFtcGxlLmNvbYIJALIWLob1fh/YMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcN +AQEFBQADgYEAwBPAqlfAM0prZ7GNfVkFjxZv5/HALtcd54CYIiSk0FHFMmRrQbDr +DgaMcB4TVVF9ldVoRqvP4MpB4/SzYlEHMctjrJwbdVLZl7zACuTElsl4yr+Dzv6h +zVj1cIz9+lzwPZ8e0HJRRWmdEe+zoCed5iUigtEViMUvhszLzLcGmEc= +-----END CERTIFICATE----- diff --git a/zend/tests/Zend/Gdata/_files/RsaKey.pem b/zend/tests/Zend/Gdata/_files/RsaKey.pem new file mode 100644 index 0000000..b2deeca --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/RsaKey.pem @@ -0,0 +1,15 @@ +-----BEGIN RSA PRIVATE KEY----- +MIICXwIBAAKBgQDfIzVEpvypMqQdrEyESKG/xj1SQHg1EhTkPhzk9LK7jJX9Ec2P +MCwUHVbIS36tT7HROPYz2r5zkffggSOH9S1AtuF1HA0NFtTE5bXTq8dUaxVkB6zR +OkdfTdnmCwtKNFQSYaeKOlREa/DISokE+BqrWYyacnBfxtDOcrA2Qr2gPQIDAQAB +AoGBAMetwyJvaJSk67ZeFI8gTBbIeOGdLbUYPDfP2Z2N2E/7S9GO1+u2CQvrAVj2 +LiM7uP1owvG+Y0Yarr5p8fjdj6K4FBFZIsv7ugm9+lhwHMQXBMT8RdnPUtAupzRT +YuNlJgBluFyV2C6JZakmHKbn+RJxTnBAiWAMe+8zXQTNlhXBAkEA/0yk2o6q4yTR +hMg9REHyA8mNlZYgFm41tJmNIoshK+xWEyx+mvKEt3VHdkz0kDqzZo5XR/PoqH8P +FTsVntGyTQJBAN+/+Ckiw5XCBkeJMVmuynSP+PXXViczzBZiTJQeMf+ja+uL9XXH +cf2Y1Hg+0YGdr+NzGb3EKxH+CzLaaz3ZPbECQQDmFXUdZCauv6f0O2K7+ZLbxvJL +NhmFHZ5ZPWntD+a9ZynL7fXMP3VMwe29uG1Q7xZv/yi6OCAeeyRkxfMeR26hAkEA +y80hjuZ5W/kkmxgdeWC6S72vuM1xTbfiVykmM2vlgsIp1Jzg8Wy/KYyBSx182yD0 +SqpWcgEycesB7EoCkI1FoQJBALU/zXYUn0Jmh/qKruPo+7PwyQqgiO+muWoYxVC2 +vYdtqvvIAKUhERjA8vkbPdqp4zzjjzs6hjTeOmGqmmrFhxk= +-----END RSA PRIVATE KEY----- diff --git a/zend/tests/Zend/Gdata/_files/TransparencyElementSample1.xml b/zend/tests/Zend/Gdata/_files/TransparencyElementSample1.xml new file mode 100644 index 0000000..fe9028d --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/TransparencyElementSample1.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8" ?> +<transparency xmlns="http://schemas.google.com/g/2005" value="http://schemas.google.com/g/2005#event.transparent"/> diff --git a/zend/tests/Zend/Gdata/_files/VisibilityElementSample1.xml b/zend/tests/Zend/Gdata/_files/VisibilityElementSample1.xml new file mode 100644 index 0000000..5c9c4b8 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/VisibilityElementSample1.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8" ?> +<visibility xmlns="http://schemas.google.com/g/2005" value="http://schemas.google.com/g/2005#event.confidential"/> diff --git a/zend/tests/Zend/Gdata/_files/WhenElementSample1.xml b/zend/tests/Zend/Gdata/_files/WhenElementSample1.xml new file mode 100644 index 0000000..2ecf824 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/WhenElementSample1.xml @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8" ?> +<when xmlns="http://schemas.google.com/g/2005" startTime="2005-06-06T17:00:00-08:00" endTime="2005-06-06T18:00:00-08:00" valueString="Tomorrow @ 5 PM"/> diff --git a/zend/tests/Zend/Gdata/_files/WhereElementSample1.xml b/zend/tests/Zend/Gdata/_files/WhereElementSample1.xml new file mode 100644 index 0000000..1b01f15 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/WhereElementSample1.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8" ?> +<where xmlns="http://schemas.google.com/g/2005" rel="http://schemas.google.com/g/2005#event" valueString="Joe's Pub" label="1234 Anywhere Ln., New York, NY"> + <entryLink href="http://local.example.com/10018/JoesPub"> + </entryLink> +</where> diff --git a/zend/tests/Zend/Gdata/_files/WhoElementSample1.xml b/zend/tests/Zend/Gdata/_files/WhoElementSample1.xml new file mode 100644 index 0000000..8df4880 --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/WhoElementSample1.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8" ?> +<who xmlns="http://schemas.google.com/g/2005" rel="http://schemas.google.com/g/2005#event.attendee" valueString="Jo" email="jo@nowhere.invalid"> + <attendeeType value="http://schemas.google.com/g/2005#event.required"/> + <attendeeStatus value="http://schemas.google.com/g/2005#event.tentative"/> + <entryLink href="http://gmail.com/jo/contacts/Jo"> + </entryLink> +</who> diff --git a/zend/tests/Zend/Gdata/_files/testImage.jpg b/zend/tests/Zend/Gdata/_files/testImage.jpg Binary files differnew file mode 100644 index 0000000..b378f7a --- /dev/null +++ b/zend/tests/Zend/Gdata/_files/testImage.jpg |
