Re: GData tests

2007-09-22 Thread Grant Ingersoll
Here's the error I get when running on zones: Testcase: testFormatDate (org.apache.lucene.gdata.utils.TestDateFormater): FAILED [junit] Sun, 23 Sep 2007 01:29:06 GMT+00:00 does not match expected pattern [junit] junit.framework.AssertionFailedError: Sun, 23 Sep 2007 01:29:06 GMT+0

Re: GData tests

2007-09-20 Thread Michael McCandless
"Chris Hostetter" <[EMAIL PROTECTED]> wrote: > : java.util.regex.Pattern pattern = > java.util.regex.Pattern.compile("[A-Z][a-z]{1,2}, [0-9]{1,2} > [A-Z][a-z]{2} [0-9]{4} [0-9]{1,2}:[0-9]{1,2}:[0-9]{1,2} [A-Z]{2,4}"); > : Date date = new Date(); > : String forma

Re: GData tests

2007-09-20 Thread Chris Hostetter
: java.util.regex.Pattern pattern = java.util.regex.Pattern.compile("[A-Z][a-z]{1,2}, [0-9]{1,2} [A-Z][a-z]{2} [0-9]{4} [0-9]{1,2}:[0-9]{1,2}:[0-9]{1,2} [A-Z]{2,4}"); : Date date = new Date(); : String formatedDate = DateFormater.formatDate(date,DateFormater.

Re: GData tests

2007-09-20 Thread Grant Ingersoll
ava 1.5). Maybe I'm just in the right time zone... Mike "Michael McCandless" <[EMAIL PROTECTED]> wrote: I also see these same exceptions, and more, whenever I run the GData tests. However the test passes in the end for me. As far as I can remember the GData tests have pr

Re: GData tests

2007-09-20 Thread Michael McCandless
m just in the right time zone... Mike "Michael McCandless" <[EMAIL PROTECTED]> wrote: > > I also see these same exceptions, and more, whenever I run the GData > tests. However the test passes in the end for me. As far as I can > remember the GData tests have printed

Re: GData tests

2007-09-20 Thread Michael McCandless
I also see these same exceptions, and more, whenever I run the GData tests. However the test passes in the end for me. As far as I can remember the GData tests have printed exceptions in their output, yet passed. I've never looked into whether this is actually OK. Michael, are you seein

Re: GData tests

2007-09-20 Thread Michael Busch
Grant Ingersoll wrote: > Are GData tests passing for people? I notice a lot of exceptions in the > logs and it failed for me. > I'm seeing exceptions too when I run the GData tests. I'm running on Win XP, SUN JRE 1.5.0. Two examples: [junit] INFO: Release new Stor

GData tests

2007-09-19 Thread Grant Ingersoll
Are GData tests passing for people? I notice a lot of exceptions in the logs and it failed for me. -Grant - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]