test/javax/net/ssl/SSLEngine/LargeBufs.java

Print this page

        

*** 114,124 **** } if ((result2.bytesConsumed() != 0) && (result2.bytesConsumed() != appBufferMax) && (result2.bytesConsumed() != 2 * OFFSET)) { ! throw new Exception("result1: " + result1); } log("wrap1: " + result1); log("oneToTwo = " + oneToTwo); log(""); --- 114,124 ---- } if ((result2.bytesConsumed() != 0) && (result2.bytesConsumed() != appBufferMax) && (result2.bytesConsumed() != 2 * OFFSET)) { ! throw new Exception("result2: " + result2); } log("wrap1: " + result1); log("oneToTwo = " + oneToTwo); log("");