Bug 119 - Exercise insertion and extraction ops for Any in Param_Test
Summary: Exercise insertion and extraction ops for Any in Param_Test
Status: VERIFIED
Alias: None
Product: TAO
Classification: Unclassified
Component: Test (show other bugs)
Version: 1.0
Hardware: All All
: P4 enhancement
Assignee: Jeff Parsons
URL:
Depends on:
Blocks:
 
Reported: 1999-07-26 17:10 CDT by Ossama Othman
Modified: 2000-03-29 16:12 CST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ossama Othman 1999-07-26 17:10:31 CDT
Exercise the insertion and extraction operators for Any in the Param_Test, for
example, provide a new -i dii_any_op testing mode.
Comment 1 Carlos O'Ryan 1999-08-03 12:08:59 CDT
This is a valid enhacement request, i'm marking it as accepted but their
implementation is deferred
Comment 2 Carlos O'Ryan 1999-08-06 23:24:59 CDT
This is a DII/DSI issue, Jeff knows about those problems.
Comment 3 Jeff Parsons 1999-08-09 13:45:59 CDT
This can, and should be done in the dii version of all the existing param tests,
getting rid of the replace() calls and substituting the new add_(in)(out)_arg
functions along with the <<= operator, and correspondingly using the >>=
operator in check_validity(). This may involve separated memory management code
for the dii tests, since we won't have as much control over it as we do now with
the lower level replace() calls.
Comment 4 Carlos O'Ryan 2000-03-29 16:12:59 CST
The bug has been fixed already, as part of the non_interpretive changes.
For details consult the following ChangeLog entry:
Tue Mar 21 13:51:23 2000  Carlos O'Ryan  <coryan@cs.wustl.edu>