You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by Garrett Rooney <ro...@electricjellyfish.net> on 2006/06/18 20:38:27 UTC

[PATCH] Make the tests run via ant

Here's a patch that gets the tests up and running via ant.  Basically
just adds a few little TestSuite classes, and tweaks build.xml to copy
the test resources from the correct location (they were moved
recently) and to run the new test suites.

-garrett

[[[
Get the tests running via ant.

* build/build.xml
  Add new properties, parser.test.java and parser.test.resources.
  (test): Run new test suites.
  (build): Copy test resources from the correct location.

* core/src/test/java/org/apache/abdera/test/core/TestSuite.java: New suite.

* parser/src/test/java/org/apache/abdera/test/parser/stax/TestSuite.java: Ditto.
]]]

Re: [PATCH] Make the tests run via ant

Posted by James M Snell <ja...@gmail.com>.
Patched!

Garrett Rooney wrote:
> Here's a patch that gets the tests up and running via ant.  Basically
> just adds a few little TestSuite classes, and tweaks build.xml to copy
> the test resources from the correct location (they were moved
> recently) and to run the new test suites.
> 
> -garrett
> 
> [[[
> Get the tests running via ant.
> 
> * build/build.xml
>  Add new properties, parser.test.java and parser.test.resources.
>  (test): Run new test suites.
>  (build): Copy test resources from the correct location.
> 
> * core/src/test/java/org/apache/abdera/test/core/TestSuite.java: New suite.
> 
> *
> parser/src/test/java/org/apache/abdera/test/parser/stax/TestSuite.java:
> Ditto.
> ]]]
> 
> [snip]