summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-29 03:17:13 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-29 03:17:13 +0000
commit9901e27179774390289710131d08a9870471c2d7 (patch)
treeb52f02652e12b4ee87ca401f5b9116ae2593fb47
parent7ea97aa76a1769129c3435cc22156fb4d5999003 (diff)
downloadATCD-9901e27179774390289710131d08a9870471c2d7.tar.gz
ChangeLogTag:Mon Aug 28 22:14:51 2000 Marina Spivak <marina@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a9
-rw-r--r--TAO/tests/README11
-rw-r--r--TAO/tests/RTCORBA/README16
3 files changed, 32 insertions, 4 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 764072b2f5b..e0dc2ee152a 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,4 +1,11 @@
-Mon Aug 28 21:32:42 2000 Marina Spivak <marina@cs.wustl.edu>
+Mon Aug 28 22:14:51 2000 Marina Spivak <marina@cs.wustl.edu>
+
+ * tests/README
+ * tests/RTCORBA/README:
+
+ Include info on new RTCORBA tests.
+
+Mon Aug 28 21:32:40 2000 Marina Spivak <marina@cs.wustl.edu>
* tao/Protocol_Factory.cpp:
diff --git a/TAO/tests/README b/TAO/tests/README
index d31c2b10b9a..de580d33f49 100644
--- a/TAO/tests/README
+++ b/TAO/tests/README
@@ -21,7 +21,7 @@ how to run the following tests:
when the process runs out of descriptors.
. DynAny_Test
-
+
Tests TAO's DynAny feature, which allows composition and
decomposition of arbitrarily complex CORBA::Any values at
runtime, without requiring any compile-time knowledge of the
@@ -139,15 +139,20 @@ how to run the following tests:
interfaces and their usage scenarios.
. Param_Test
-
+
Tests all the features of TAO's protocol engine.
+ . RTCORBA
+
+ A collection of tests exercising features from RTCORBA 1.0
+ specification.
+
. QtTests
This example illustrates the usage of the QtReactor from TAO.
. Smart Proxies
-
+
Tests the smart proxy feature which allows the user to
specify a proxy in plaec of the default proxy (stub).
diff --git a/TAO/tests/RTCORBA/README b/TAO/tests/RTCORBA/README
new file mode 100644
index 00000000000..21285daada8
--- /dev/null
+++ b/TAO/tests/RTCORBA/README
@@ -0,0 +1,16 @@
+$Id$
+
+This directory houses a collection of tests which exercise TAO support
+for features defined in the RTCORBA specification. Each individual
+directory contains a README file with more information on the
+corresponding test:
+
+ . Client_Propagated
+
+ Tests PriorityModelPolicy with
+ RTCORBA::CLIENT_PROPAGATED value.
+
+ . Server_Protocol
+
+ Tests various settings of
+ RTCORBA::ServerProtocolPolicy.