On Sun, May 11, 2008 at 9:32 AM, Santiago Gala <[EMAIL PROTECTED]> wrote:
> I'm getting an error with failed tests, after "mvn clean; mvn". > > I used git bisect to find where the build started to fail and found that > commit r654993 (Applying SHINDIG-257, contributed by Brian Eaton.) is > the first failing. > > I'm not certain about the error or how to fix it, but it is something > like: > > (...) > Failed tests: > > testCacheableForFutureExpires(org.apache.shindig.gadgets.BasicContentCacheTest) > > testCacheableForExpiresWithWait(org.apache.shindig.gadgets.BasicContentCacheTest) > Tests run: 252, Failures: 2, Errors: 0, Skipped: 0 I saw this once, but it went away after either a "mvn clean" or manually deleted BasicContentCacheTest.class. (I forget which, but kind of suspect the latter.) > > > Anybody else seeing this? > > Regards > Santiago > -- > Santiago Gala > http://memojo.com/~sgala/blog/ <http://memojo.com/%7Esgala/blog/> > >

