Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / unit / Notify / MC / MonitorControlExt / README
blob375f217c48ab6a8951086a4e93ea16c0d28c3b12
3 What this test tests?
4 - Create a named EC
5 - Try creating a duplicate EC and check for expected NameAlreadyUsed
6     exception.
7 - Create named proxy consumer.
8 - Narrow it to a structured proxy consumer.
9 - Try creating a duplicate proxy consumer and check for expected
10     NameAlreadyUsed exception.
11 - Disconnect proxy consumer.
12 - Try creating a duplicate proxy consumer. As the named consumer has
13     already disconnected the NameAlreadyUsed exception isn't
14     expected.