summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-13 16:38:16 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-13 16:38:16 +0000
commit1b62236945b0a69c4a1ac7e2210f6ddf19f0063d (patch)
tree1f36108d6878941664ef2700fe8c589752f9e984
parentb2fc6561cc1ddcd620f97842eb2641a70b604077 (diff)
downloadATCD-1b62236945b0a69c4a1ac7e2210f6ddf19f0063d.tar.gz
Another entry, requested by Doug.
-rw-r--r--TAO/docs/releasenotes/TODO.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/docs/releasenotes/TODO.html b/TAO/docs/releasenotes/TODO.html
index 39c9cf1442d..23308d920c8 100644
--- a/TAO/docs/releasenotes/TODO.html
+++ b/TAO/docs/releasenotes/TODO.html
@@ -582,6 +582,28 @@ class Foo {
</P>
</LI>
+ <LI><P>Many of the test programs in the
+ <CODE>$TAO_ROOT/tests</CODE> hierarchy are actually sample
+ programs or performance tests.
+ </P>
+ <P>We need to re-organize this hierarchy, following the ACE
+ scheme:
+ <UL>
+ <LI><B>tests</B> for programs that do regression testing.
+ </LI>
+ <LI><B>examples</B> for programs that illustrate how to use
+ TAO, a service or a component
+ </LI>
+ <LI><B>performace-tests</B> for programs that are used in
+ performance measurements
+ </LI>
+ </UL>
+ the same hierarchy may be needed in
+ <CODE>$TAO_ROOT/orbsvcs</CODE>.
+ </P>
+ </LI>
+
+
<!-- Things below this point are "big" tasks" that -->
<!-- could require major work -->