summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/KeyedWriter/README
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/connectors/dds4ccm/tests/KeyedWriter/README')
-rw-r--r--modules/CIAO/connectors/dds4ccm/tests/KeyedWriter/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/CIAO/connectors/dds4ccm/tests/KeyedWriter/README b/modules/CIAO/connectors/dds4ccm/tests/KeyedWriter/README
new file mode 100644
index 00000000000..2e2e55625dd
--- /dev/null
+++ b/modules/CIAO/connectors/dds4ccm/tests/KeyedWriter/README
@@ -0,0 +1,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.