Bug 4005 - POA tests contains incorrect CORBA
Summary: POA tests contains incorrect CORBA
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: Test (show other bugs)
Version: 2.0.8
Hardware: All Linux
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2012-02-13 04:04 CST by Marcel Smit
Modified: 2012-02-27 04:48 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 Marcel Smit 2012-02-13 04:04:26 CST
Referring to Loader in this case; other tests were not reviewed.

Review of the POA/Loader test is necessary. It contains _var in function headers and in some place a CORBA object is compared to 0 (nil), instead of using the CORBA::is_nil-method.
Comment 1 Marcel Smit 2012-02-27 04:48:00 CST
Also need to check 'get_reference' and 'get_servant' on the POA Current interface. These methods are not used in any (POA) test.