Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_2702_Regression / README
blob63de737e897b098c1be32d8ba738ffa8909114f9
3 This test simulates the sending of a GIOP CloseConnection message.
4 Since TAO does not send this GIOP message, a perl script
5 (fakeserver2.pl) is used to simulate a CORBA server.  Since it isn't
6 really a CORBA server, it has no way to generate an IOR, and instead
7 listens on a pre-selected fixed port (1192).  Thus, part of this test
8 includes an IOR for a server listening on endpoint
9 iiop://127.0.0.1:1192.
11 If the port number must be changed at some point in the future, one
12 will have to generate a new IOR file as well.  The original was
13 generated using the "server" from the "Hello" test
14 ($TAO_ROOT/tests/Hello) with ORB arguments
16     -ORBDottedDecimalAddresses 1 -ORBendpoint iiop://127.0.0.1:1192
18 Something similar could be used to re-generate.