Author: markt
Date: Tue Aug 12 13:27:07 2014
New Revision: 1617469
URL: http://svn.apache.org/r1617469
Log:
Follow-up to 1617445.
Updated expected value that has changed in 1617445
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/TestCustomSsl.java
Modified: tomcat/trunk/test/org/apache/tomcat/util/net/TestCustomSsl.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/net/TestCustomSsl.java?rev=1617469&r1=1617468&r2=1617469&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/util/net/TestCustomSsl.java (original)
+++ tomcat/trunk/test/org/apache/tomcat/util/net/TestCustomSsl.java Tue Aug 12
13:27:07 2014
@@ -144,7 +144,7 @@ public class TestCustomSsl extends Tomca
}
if (serverTrustAll) {
assertEquals(200, rc);
- assertEquals("OK", res.toString());
+ assertEquals("OK-" + TesterSupport.ROLE, res.toString());
} else {
assertTrue(rc != 200);
assertEquals("", res.toString());
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]