blob: daa2cf6c78e9cc16bcce4d4e622c92521f17c58d [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001
2Use the test directory as you would for any other JDK regression test
3suite. All bugs integrated into this workspace should have a
4corresponding test case checked in. Ideally, every putback done should
5also include a run of the regression suite to make sure nothing was
6broken.
7
8
9templates
10=========
11This directory stores any useful templates for JSSE regression tests.
12
13JSSEClientServerTemplate
14 This template is to allow the quick set up of generic
15 client/server tests. It forks off one thread to either be the
16 client or the server side (user-controlled), then runs the
17 tests in the main thread.
18
19 Modify the doClientSide and doServerSide as appropriate.
20
21
22etc
23===
24This directory stores keystore/truststores needed by the JSSE
25regression suite. By consolidating the main keystores here, any
26expired certificates can be regenerated quickly.
27
28
29Expansions
30==========
31Please feel free to add any useful information here.