summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/KeyedWriter/README
blob: 2e2e55625ddbffd706c8d97e6cf1b93ab74dde33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id$

KeyedWriter tests the DDS_Writer. It tests write_one 
and write_many, in combination with register_instance.

In descriptors/USER_QOS_PROFILE.xml, max_instances is
set to one. An exception should be thrown when the second
instance is registered. Every subsequent write of 
unregistered keys, should result in an error.

When invoking write_many, writing the first sample should succeed.
Writing every subsequent sample should fail.