summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-26 11:47:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-26 11:47:06 +0000
commitdb5d4f6148328990d15c936789a370410a7f626f (patch)
treedb307ee0245c4bd2f04eb0abf7e9e7d866870705
parent4eeccfd40efed9b70fd7718f3d4955d025b15b43 (diff)
downloadATCD-db5d4f6148328990d15c936789a370410a7f626f.tar.gz
ChangeLogTag: Wed Apr 26 11:46:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 3f19a6ca6bd..bef1b638e8a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,17 @@
+Wed Apr 26 11:46:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * orbsvcs/tests/AVStreams/Pluggable/ftp.cpp:
+ * orbsvcs/tests/AVStreams/Multicast/ftp.cpp:
+ Fixed a bug in these tests, in the test code for element 0 of
+ a string sequence was set and after that the length was set to 1.
+ The setting of 0 is possible because the OMG doesn't define
+ exceptions for this so it is allowed, then setting the length to
+ 1 does reinitialize element 0 so that we don't get old values.
+ This was not done with the old sequences, then just the old
+ value was returned and things worked then. The multicast test
+ works now fine, the pluggable seems now to encounter another
+ bug.
+
Wed Apr 26 10:41:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Unbounded_Sequence_CDR_T.h: