summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3632_Regression/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3632_Regression/README')
-rw-r--r--TAO/tests/Bug_3632_Regression/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/tests/Bug_3632_Regression/README b/TAO/tests/Bug_3632_Regression/README
new file mode 100644
index 00000000000..918ba5096a3
--- /dev/null
+++ b/TAO/tests/Bug_3632_Regression/README
@@ -0,0 +1,10 @@
+# $Id$
+
+C++ mapping says that "For bounded sequences, the maximum length is part of the
+type and cannot be set or modified..." and later "For a bounded sequence,
+maximum() always returns the bound of the sequence as given in its OMG IDL type
+declaration."
+
+Also it says that "For a bounded sequence, attempting to set the current length
+to a value larger than the maximum length given in the OMG IDL specification
+produces undefined behavior". \ No newline at end of file