0N/A
0N/AUse the test directory as you would for any other JDK regression test
0N/Asuite. All bugs integrated into this workspace should have a
0N/Acorresponding test case checked in. Ideally, every putback done should
0N/Aalso include a run of the regression suite to make sure nothing was
0N/Abroken.
0N/A
0N/A
0N/Atemplates
0N/A=========
0N/AThis directory stores any useful templates for JSSE regression tests.
0N/A
0N/AJSSEClientServerTemplate
0N/A This template is to allow the quick set up of generic
0N/A client/server tests. It forks off one thread to either be the
0N/A client or the server side (user-controlled), then runs the
0N/A tests in the main thread.
0N/A
0N/A Modify the doClientSide and doServerSide as appropriate.
0N/A
0N/A
0N/Aetc
0N/A===
0N/AThis directory stores keystore/truststores needed by the JSSE
0N/Aregression suite. By consolidating the main keystores here, any
0N/Aexpired certificates can be regenerated quickly.
0N/A
0N/A
0N/AExpansions
0N/A==========
0N/APlease feel free to add any useful information here.