blob: e284c627fd1b954fb3bc20df409dd1e290d01fd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#
# $Id$
#
This test verifies that the ORB's connection management mechanism is
functioning properly while using SSLIOP as inter-orb protocol.
It does so by doing the following:
- Starting server with persisten POA.
- Starting client which makes series of invocations using
SSLIOP.
- Crashing the server.
- The client waits for the server to come back and
tries to connect using the same IOR.
To run the test simply execute run_test.pl
|