equal
deleted
inserted
replaced
|
1 |
|
2 Use the test directory as you would for any other JDK regression test |
|
3 suite. All bugs integrated into this workspace should have a |
|
4 corresponding test case checked in. Ideally, every putback done should |
|
5 also include a run of the regression suite to make sure nothing was |
|
6 broken. |
|
7 |
|
8 |
|
9 templates |
|
10 ========= |
|
11 This directory stores any useful templates for JSSE regression tests. |
|
12 |
|
13 JSSEClientServerTemplate |
|
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 |
|
22 etc |
|
23 === |
|
24 This directory stores keystore/truststores needed by the JSSE |
|
25 regression suite. By consolidating the main keystores here, any |
|
26 expired certificates can be regenerated quickly. |
|
27 |
|
28 |
|
29 Expansions |
|
30 ========== |
|
31 Please feel free to add any useful information here. |