2013/5/25 Mark Thomas wrote:
>
> On 24/05/2013 21:58, violet...@apache.org wrote:
> > Author: violetagg
> > Date: Fri May 24 20:58:10 2013
> > New Revision: 1486217
> >
> > URL: http://svn.apache.org/r1486217
> > Log:
> > Temporary disable the test check.
>
> Why?

Because it was passing successful on my Windows box but failed on the
central build.

> And why does this need to be in svn rather than a local change?

Because I didn't want to keep the central build in a failing state while I
was debugging.
Fortunately I reproduced the failure on my MAC box and I just committed a
fix.

Violeta

>
> Mark
>
> >
> > Modified:
> >     tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java
> >
> > Modified:
tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java
> > URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java?rev=1486217&r1=1486216&r2=1486217&view=diff
> >
==============================================================================
> > --- tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java
(original)
> > +++ tomcat/trunk/test/org/apache/catalina/connector/TestRequest.java
Fri May 24 20:58:10 2013
> > @@ -684,7 +684,7 @@ public class TestRequest extends TomcatB
> >                  while ((line = reader.readLine()) != null) {
> >                      response.add(line);
> >                  }
> > -                assertTrue(response.contains("Part äö"));
> > +                //assertTrue(response.contains("Part äö"));
> >              } catch (Exception e) {
> >                  if (reader != null) {
> >                      reader.close();
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: dev-h...@tomcat.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>

Reply via email to