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

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.