< prev index next >

test/jdk/sun/security/ssl/EngineArgs/DebugReportsOneExtraByte.sh

Print this page

        

*** 1,9 **** #! /bin/sh # ! # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. --- 1,9 ---- #! /bin/sh # ! # Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation.
*** 52,62 **** esac ${COMPILEJAVA}${FS}bin${FS}javac ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} -d . \ ${TESTSRC}${FS}DebugReportsOneExtraByte.java ! STRING='main, WRITE: TLSv1 Application Data, length = 8' echo "Examining debug output for the string:" echo "${STRING}" echo "=========" --- 52,62 ---- esac ${COMPILEJAVA}${FS}bin${FS}javac ${TESTJAVACOPTS} ${TESTTOOLVMOPTS} -d . \ ${TESTSRC}${FS}DebugReportsOneExtraByte.java ! STRING='WRITE: TLS10 application_data, length = 8' echo "Examining debug output for the string:" echo "${STRING}" echo "========="
< prev index next >