summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/unit/Notify/MC/MonitorControlExt/README
blob: 375f217c48ab6a8951086a4e93ea16c0d28c3b12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


What this test tests?
- Create a named EC
- Try creating a duplicate EC and check for expected NameAlreadyUsed
    exception.
- Create named proxy consumer.
- Narrow it to a structured proxy consumer.
- Try creating a duplicate proxy consumer and check for expected
    NameAlreadyUsed exception.
- Disconnect proxy consumer.
- Try creating a duplicate proxy consumer. As the named consumer has
    already disconnected the NameAlreadyUsed exception isn't
    expected.