Yes, SDO have surefire configured to include : **/*TestCase.java, then you must have the file renamed not to match *TestCase.java in order to avoid the execution of the test case.
On 5/29/07, kelvin goodson <[EMAIL PROTECTED]> wrote:
OK, so I answered my own question, and a little bit of patience with the mvn build allowed the http timeout to take place. I should have seen from the title that it's a missing schema test with an http://xxx namespace, so the system is trying to get the schema from the internet and failing after a long timeout. I guess the fact that it is not enable in the test suite means that it perhaps ought to be named something other than *TestCase in order that it is disable in the maven execution too, yes? Kelvin. On 29/05/07, kelvin goodson <[EMAIL PROTECTED]> wrote: > > I'm just trying to commit a fix for TUSCANY-1305, and so went to build > with maven. All the tests run fine in eclipse, but in maven the impl > project's tests hang indefinitely in DeserializationNoSchemaTestCase. Has > anyone else seen this? My impl and lib projects are up to date at revision > 542580, and my only update in the impl project is the addition of a method > that does not override any behaviour. > > > Kelvin.
-- Luciano Resende Apache Tuscany Committer http://people.apache.org/~lresende http://lresende.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
