On 6/22/06, Garrett Rooney <[EMAIL PROTECTED]> wrote:
[[[ Move code for reading xml files off of disk into a common base class. [ in parser/src/java/org/apache/abdera/test/parser/stax ] * BaseParserTestCase.java: New file. * AtomConformanceTest.java Extend BaseParserTestCase. (parse): Removed. (testContentTypes, testOrder, testLink): Don't call .toString() on our URI. * FeedParserTest.java Extend BaseParserTestCase. (parse): Removed. (baseURI): New member. (setUp): New method, initializes baseURI. (testAtom10Namespace, testEntryAuthorEmail, testEntryAuthorName, testEntryContentBase64, testEntryContentBase642): Use our baseURI to resolve the actual URI, and pass it to parse. ]]]
Oops, forgot the change to build.xml. This log should also include: * build/build.xml (compile.parser): Copy all the contents of the resource directory. -garrett
