On Nov 14, 2007 9:29 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > Robert Burrell Donkin ha scritto: > > On Nov 12, 2007 12:54 AM, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > >>>> can you try a "mvn package install" first and the the "mvn site"? > >>> "mvn package install" fails on one of my new localisation unit tests. > >>> basically, these swap the default Locale. > >> Do you think that the test failure is a maven related issue? > > > > not sure - these are good tests but maven has a habit of getting into > > trouble with exotic test cases > > > >> I disabled most tests in the experimental-seda-imap-function and some > >> related imap tests in phoenix-deployment in order to be able to run the > >> "mvn -Plocal install" command and I found a few issue I fixed (see the > >> svn notifications) > > > > the IMAP tests have been working reliably under ant. good test > > coverage is vital for an IMAP implementation so i don't want to remove > > them. > > I don't want to remove them. I just want to know if they work for you. > I tried executing them from maven and from eclipse and they didn't pass. > > That's why I thought there was simply something wrong in the tests. > > I'm going to check also ant and if it works here and I'll try to > understand what's strange in the tests to break them under eclipse and > maven.
run fine in eclipse for me. i'm on gentoo in GMT (which may be a factor). they try to set the default locale in order to simulate a server running in that locale. the idea is to catch implicit localisation issues (for example, naive date formatting and parsing) - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
