Ben Gunter wrote: > Are you running it on Windows? Every time I run the tests on Windows, > there are anywhere from 2-4 tests that fail. They all have to do with > file operations. Since Windows is so screwed up that way, I never > bothered to look into fixing it.
Nope, Solaris. > I think under tests, it will create a test-output directory that > contains some HTML files you can browse to see what the test results were. Here's the failures: > testFindZeroImplementations 0 > > java.lang.AssertionError: There should not have been any implementations. > expected:<true> but was:<false> > at > net.sourceforge.stripes.util.ResolverUtilTest.testFindZeroImplementations(ResolverUtilTest.java:102) > ... Removed 20 stack frames > testListOfDate 0 > > java.lang.NullPointerException > at > net.sourceforge.stripes.validation.OneToManyTypeConverterTest.testListOfDate(OneToManyTypeConverterTest.java:51) > ... Removed 19 stack frames > testPartialInputFormats 0 > > java.lang.AssertionError: expected:<01/31/2006> but was:<01/31/2007> > at > net.sourceforge.stripes.validation.DateTypeConverterTest.testPartialInputFormats(DateTypeConverterTest.java:156) > ... Removed 22 stack frames > testUrlWithParameterMap 0 > > java.lang.AssertionError: > expected:</test/page.jsp?one=one&two=2&two=two&three=3&three=three> but > was:</test/page.jsp?two=2&two=two&one=one&three=3&three=three> > at > net.sourceforge.stripes.util.UrlBuilderTest.testUrlWithParameterMap(UrlBuilderTest.java:135) > ... Removed 22 stack frames -- Alan Burlison -- ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Stripes-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-development
