On 21.11.2012 13:34, Toby Hobson wrote: > I'm trying to build the latest source code which I've checked out from > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk. > > I created a build.properties file and I'm able to successfully build Tomcat > using the default ant goal. However a few tests are failing when I execute > "ant test" and I wondered if anyone can give me some pointers as to what > could be wrong. > > The tests that fail are TestSwallowAbortedUploads and TestAccessLogValve: > > junit.framework.AssertionFailedError: Limited upload with swallow disabled > does not generate client exception at > org.apache.catalina.core.TestSwallowAbortedUploads.testAbortedUploadLimitedNoSwallow(TestSwallowAbortedUploads.java:126 > > > junit.framework.AssertionFailedError: Limited upload with swallow disabled > does not generate client exception at > org.apache.catalina.core.TestSwallowAbortedUploads.testAbortedPOST413NoSwallow(TestSwallowAbortedUploads.java:172
Never have seen that one failing. > junit.framework.AssertionFailedError: arrays first differed at element [0]; > expected:<...Jan/1970:01:00:00 +0[1]00]> but was:<...Jan/1970:01:00:00 > +0[0]00]> at > org.apache.catalina.valves.TestAccessLogValve.testBug54044(TestAccessLogValve.java:52) This should have been fixed very recently by r1410770 about 4 days ago. Please check if your TC 7 checkout already contains that revision. Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org