summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-04-11 01:58:38 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-04-11 01:58:38 +0000
commit31f8b3392d30fcfd5503bfc0b79ff4faa6e6faf3 (patch)
treee1d91f28a53a0f0ceffcb5ed56be511b8f4e8371
parent5a5abbb99b521123f11e2bb157ebeea66ec6193e (diff)
downloadATCD-31f8b3392d30fcfd5503bfc0b79ff4faa6e6faf3.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c13
-rw-r--r--TAO/tests/Param_Test/README1
-rw-r--r--TAO/tests/Param_Test/multdim_array.cpp4
-rw-r--r--TAO/tests/Param_Test/multdim_array.h6
4 files changed, 19 insertions, 5 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 4779fc7ae62..8c7ad8dd4ba 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,16 @@
+Sat Apr 10 20:55:00 1999 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tests/Param_Test/multdim_array.cpp:
+ * tests/Param_Test/multdim_array.h
+ * tests/Param_Test/Makefile
+ * tests/Param_Test/driver.cpp
+ * tests/Param_Test/options.cpp
+ * tests/Param_Test/param_test.idl
+ * tests/Param_Test/param_test_i.cpp
+ * tests/Param_Test/param_test_i.h
+ * tests/Param_Test/tests.h
+ Added a new test case for multi-dimensional array checking.
+
Sat Apr 10 14:26:48 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
* tao/POA.cpp: Removed #POA_NO_TIMESTAMP according to Irfan's
diff --git a/TAO/tests/Param_Test/README b/TAO/tests/Param_Test/README
index d1aab93a07e..7096162031c 100644
--- a/TAO/tests/Param_Test/README
+++ b/TAO/tests/Param_Test/README
@@ -73,6 +73,7 @@ To run the client, type
var_array for arrays of var sized types (strings)
typecode for typecode
exception for exceptions
+ multdim_array for multi dimensional arrays
There are 2 options of giving the Param_obj-ref-key i.e IOR to
diff --git a/TAO/tests/Param_Test/multdim_array.cpp b/TAO/tests/Param_Test/multdim_array.cpp
index 1807a7416d9..d74f02dffca 100644
--- a/TAO/tests/Param_Test/multdim_array.cpp
+++ b/TAO/tests/Param_Test/multdim_array.cpp
@@ -4,13 +4,13 @@
// TAO/tests/Param_Test
//
// = FILENAME
-// fixed_array.cpp
+// multidim_array.cpp
//
// = DESCRIPTION
// tests multidimensional fixed size arrays
//
// = AUTHORS
-// Aniruddha Gokhale
+// Bala
//
// ============================================================================
diff --git a/TAO/tests/Param_Test/multdim_array.h b/TAO/tests/Param_Test/multdim_array.h
index 02110ded63f..739f34782a9 100644
--- a/TAO/tests/Param_Test/multdim_array.h
+++ b/TAO/tests/Param_Test/multdim_array.h
@@ -6,13 +6,13 @@
// TAO/tests/Param_Test
//
// = FILENAME
-// fixed_array.h
+// multdim_array.h
//
// = DESCRIPTION
-// Tests fixed size array
+// Tests multi dimensional array
//
// = AUTHORS
-// Aniruddha Gokhale
+// Bala
//
// ============================================================================