Author: markt
Date: Tue Jan 6 23:33:16 2015
New Revision: 1649973
URL: http://svn.apache.org/r1649973
Log:
Correct method name
Modified:
tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java
Modified: tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java?rev=1649973&r1=1649972&r2=1649973&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java
(original)
+++ tomcat/trunk/test/org/apache/coyote/http11/upgrade/TestUpgrade.java Tue Jan
6 23:33:16 2015
@@ -286,7 +286,7 @@ public class TestUpgrade extends TomcatB
sos.write(buffer, 0, read);
} else {
throw new IOException("Unable to echo data. " +
- "canWrite() returned false");
+ "isReady() returned false");
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]