Return-Path: X-Original-To: apmail-abdera-commits-archive@www.apache.org Delivered-To: apmail-abdera-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1F7FD9A1C for ; Sat, 11 Aug 2012 21:17:36 +0000 (UTC) Received: (qmail 35049 invoked by uid 500); 11 Aug 2012 21:17:36 -0000 Delivered-To: apmail-abdera-commits-archive@abdera.apache.org Received: (qmail 34993 invoked by uid 500); 11 Aug 2012 21:17:36 -0000 Mailing-List: contact commits-help@abdera.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@abdera.apache.org Delivered-To: mailing list commits@abdera.apache.org Received: (qmail 34977 invoked by uid 99); 11 Aug 2012 21:17:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Aug 2012 21:17:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Aug 2012 21:17:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BD3D42388AA6 for ; Sat, 11 Aug 2012 21:16:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1372029 [7/17] - in /abdera/java/trunk: ./ parser/src/test/java/org/apache/abdera/test/parser/stax/ parser/src/test/resources/ parser/src/test/resources/feedvalidator.org/ parser/src/test/resources/feedvalidator.org/testcases/ parser/src/t... Date: Sat, 11 Aug 2012 21:15:47 -0000 To: commits@abdera.apache.org From: veithen@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120811211626.BD3D42388AA6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/missing-updated.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/missing-updated.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/missing-updated.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/missing-updated.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,28 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + Some text. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/missing-updated.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multi-enclosure-test.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multi-enclosure-test.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multi-enclosure-test.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multi-enclosure-test.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + Enclosure Test + + http://www.cadenhead.org/workbench/ + Testing multiple enclosure elements + Wordzilla/0.101 + 2004-12-27T11:12:01-05:00 + + Rogers Cadenhead + + + Kirk Cameron + + Here's a two-enclosure test + 2004-12-27T11:12:01-05:00 + tag:cadenhead.org,2004-09-30:test.2423 + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multi-enclosure-test.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-categories.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-categories.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-categories.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-categories.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,31 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-categories.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contents.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contents.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contents.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contents.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,31 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + No big deal + Danger, Will Robinson! + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contents.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contributors.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contributors.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contributors.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contributors.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,36 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + John Smith + + + Jane Doe + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contributors.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-ids.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-ids.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-ids.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-ids.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + urn:uuid:a1e03310-f6c7-11d9-8cd6-0800200c9a66 + 2003-12-13T18:30:02Z + Some text. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-ids.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-published.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-published.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-published.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-published.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,31 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + 2003-12-11T11:13:56Z + 2003-12-12T14:27:32Z + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-published.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-rights.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-rights.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-rights.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-rights.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,31 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + Public Domain + All rights reserved + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-rights.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-sources.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-sources.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-sources.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-sources.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,36 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + + urn:uuid:9b056ae0-f778-11d9-8cd6-0800200c9a66 + + + urn:uuid:a78ecc70-f778-11d9-8cd6-0800200c9a66 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-sources.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-summaries.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-summaries.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-summaries.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-summaries.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + Different text. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-summaries.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-titles.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-titles.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-titles.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-titles.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + Atom-Powered Robots Orderly Debut + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-titles.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-updated.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-updated.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-updated.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-updated.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + 2003-12-14T06:23:16Z + Some text. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-updated.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/no-content-or-alternate.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/no-content-or-alternate.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/no-content-or-alternate.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/no-content-or-alternate.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,28 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/no-content-or-alternate.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/related-same-rel-type-hreflang.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/related-same-rel-type-hreflang.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/related-same-rel-type-hreflang.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/related-same-rel-type-hreflang.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/related-same-rel-type-hreflang.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-base64.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-base64.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-base64.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-base64.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + U29tZSBtb3JlIHRleHQu + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-base64.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-src.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-src.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-src.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-src.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-src.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-html.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-html.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-html.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-html.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + Some content. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-html.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-multipart-alternative.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-multipart-alternative.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-multipart-alternative.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-multipart-alternative.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + Some content. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-multipart-alternative.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text-html.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text-html.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text-html.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text-html.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,39 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + <html> + <head> + <title>Some title.</title> + </head> + <body> + Some content. + </body> + </html> + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text-html.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + Some content. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xhtml.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xhtml.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xhtml.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xhtml.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. +
Some content.
+
+ +
Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xhtml.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xml.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xml.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xml.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xml.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + Some content. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xml.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-child.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-child.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-child.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-child.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,31 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + extraneous text + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-child.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-text.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-text.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-text.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-text.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,31 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-text.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-invalid-iri.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-invalid-iri.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-invalid-iri.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-invalid-iri.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-invalid-iri.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type-no-error.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type-no-error.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type-no-error.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type-no-error.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,29 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type-no-error.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,29 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-relative-ref.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-relative-ref.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-relative-ref.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-relative-ref.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,29 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-relative-ref.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-html.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-html.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-html.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-html.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-html.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text-html.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text-html.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text-html.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text-html.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text-html.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,29 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-xhtml.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-xhtml.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-xhtml.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-xhtml.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-xhtml.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-application-xthml.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-application-xthml.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-application-xthml.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-application-xthml.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,34 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + +
+ Some bold text. +
+
+
+ +
Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-application-xthml.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-html-with-children.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-html-with-children.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-html-with-children.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-html-with-children.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + Some bold text. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-html-with-children.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-invalid-base64.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-invalid-base64.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-invalid-base64.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-invalid-base64.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + insert image here + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-invalid-base64.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-valid-base64.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-valid-base64.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-valid-base64.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-valid-base64.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,58 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + /9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0a + HBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIy + MjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCABYAGoDAREA + AhEBAxEB/8QAGwAAAgIDAQAAAAAAAAAAAAAAAAIBAwQGBwX/xAA4EAABAwIDAwgJAwUAAAAAAAAB + AAIDBBEFEmEUIaEGBzFBUYGR0RMiM1RxkpPh8DJTwSNDRFJi/8QAGgEBAQEBAQEBAAAAAAAAAAAA + AAECAwUEBv/EACIRAQACAgEEAwEBAAAAAAAAAAABAgMREwQSIVEFIzFBMv/aAAwDAQACEQMRAD8A + 7+gi6AzIDMgMyAzIDMgMyAzIDMgMyAzIJugECkoEJOqoi51TQLnVNAudU0C51TQLnVNAudU0C51T + QLnVNAudU0JBKBgoHQI5BUe5URfUcFQpe0dLgPBNCs1dM02M8YOrgtxjvP5AjbaX3iL5wnFf0m4G + 20vvEXzhOK/o3A22l94i+cK8V/RuEitpT/kRfMFOK/o3CwSMcLtc0/AhYmJjwprjtHBBI/OhQWNU + FiBHIKzfXiqMSvro8Po5Kmd+WONpJJJXTFjtktFapM68uGY3zj4lyjx+LC8NnNJSSSZDIOm3WV7+ + HpceLxEblym222UlFgrIWskbLUvA3yTTOLnHxUyRn348ETDJFFgnug+o/wA1z+/2u4NseCe6j6j/ + ADU+/wBm4QaLBLb6UfUf5p9/s3CuSjwLIQKYsuP1NleCO+61WM/s8NKquV+J8i+UTYIa2Wrw6QB7 + WzOzOaL2sSu98NMkRGSuk3Mfjs3JvlBTcocMjrKZ25w9ZtzcFeH1XTzgv2y6VmJe2L68V8rSxt1A + 9kCOQVO7uCo5lzuYlJBgjKSJ3tj61l7fxWKJmbuWSXIcHwh75GyAEOvcEL3MWKKx3S5zLdKajqwB + eeTxWrXommcykqQPbv8AFcZyUXRxR1P7z/FTkoaK6kqh/ef4qxkoaYs1HV23TvXSL0TTU8awiWRx + kkLnut0net3pW8bPxtnM/Xy0mJz0Dj/TcLgdhXk/IYd4Nz+w6Uny7gw3F93BfnHZc1ZFiBHIKXk6 + 8VqBzLnQo3VEED7EgG3Wv0Hw1o81ccjWcCogI23C9bPfthiIbTBSCw3LzL5pb0ym0Y7FwtmXR9iH + Ys8y6Q6i0VjMmmNLSCx3LtXLJp4GLUTTE7d1L0OnyTLEwTm9oCzlC6UDc0X3Ll8pMVwTHtafrs7L + 26+K/KS7r2rIdQK5BS8A9nBaGtcpMOixGikgksL9DgBdp6j0r7+jzTivFoYtG4c/poZ8LnMNUzKA + fVeP0u71+hteueu6uWtNjpamIgG4Xm5cdoaiXpx1FPbeQvjtSzW4Wiopv9gs9l18EkqacdBCtcdj + bz6mphsfWC+nHjsky1zEJHVb/QU0ZlkPU3+V6mKIxx3WlzltHJLBRhkJMhDp5N7yLW+AXkdf1PLb + UfjpSNN2jbuH2Xky6L2rIsUCOQVOuVoYFdDnZuvxXXHKS16en3kObdvYR9l9tL+mdMbYoAbiFg+D + fsu3Lef6moNs0YHsm+CzyW9mgII/2x4J329mhs8ZG+IeCd9va6K6jgI3wsPxCsZbx/U0tgp2t9WO + MMH/ACLfwsXyTP8AqV1EPew+BzbE34r48ttrD1m3H4V87S1t1A6gRyCs2VFb2NeLbvzvWolHmVFG + HE2A/O9dqX0mmG6gP5bzXSMppGwnTh5q8pobDoOHmnKDYTpw805TQ2E6cPNOU0yqeiAPQOHmudsm + zT1Iowxthbh5rhM7VaLdqirGrIsQI5BWQT2qgsdUClt+lXYgxA9qbRHohqrtR6Iap3A9CNU7gehG + qbDBgHRdTYbKe0qAAOqCxqgdBBF0ClvwQRlCoLBAZQgMoQFggMoQGUIDKEBlHYgMqgYCyBkH/9k= + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-valid-base64.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-escaped-html.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-escaped-html.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-escaped-html.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-escaped-html.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + Some <b>bold</b> text. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-escaped-html.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-with-children.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-with-children.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-with-children.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-with-children.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + Some Bold text + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-with-children.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-plain-with-children.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-plain-with-children.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-plain-with-children.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-plain-with-children.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + Some bold text. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-plain-with-children.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg-mixed.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg-mixed.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg-mixed.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg-mixed.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,34 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + text + + more + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg-mixed.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,43 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + stroke-linecap + + + + + + + + + + + + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-html.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-html.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-html.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-html.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + Some <b>bold</b> text. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-html.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-with-children.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-with-children.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-with-children.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-with-children.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + Some bold text + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-with-children.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-escaped.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-escaped.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-escaped.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-escaped.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. +
Some <b>bold</b> text.
+
+ +
Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-escaped.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-mixed.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-mixed.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-mixed.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-mixed.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. +
Example: Some <b>bold</b> text.
+
+ +
Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-mixed.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-no-xhtml-div.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-no-xhtml-div.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-no-xhtml-div.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-no-xhtml-div.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + text + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-no-xhtml-div.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-notmarkup.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-notmarkup.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-notmarkup.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-notmarkup.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. +
Some <x>bold</x> text.
+
+ +
Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-notmarkup.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-text-children.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-text-children.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-text-children.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-text-children.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + text & more + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-text-children.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-invalid-type.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-invalid-type.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-invalid-type.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-invalid-type.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + all rights reserved + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-invalid-type.xml ------------------------------------------------------------------------------ svn:eol-style = native Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-text-with-escaped-html.xml URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-text-with-escaped-html.xml?rev=1372029&view=auto ============================================================================== --- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-text-with-escaped-html.xml (added) +++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-text-with-escaped-html.xml Sat Aug 11 21:15:23 2012 @@ -0,0 +1,30 @@ + + + + + + + + Example Feed + + 2003-12-13T18:30:02Z + + John Doe + + urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 + Copyright &copy; 2005 + + + Atom-Powered Robots Run Amok + + urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a + 2003-12-13T18:30:02Z + Some text. + + + Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-text-with-escaped-html.xml ------------------------------------------------------------------------------ svn:eol-style = native