|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 2180 Details
Show help | Quick Search | Submit a Test Suite Support Request | Click here to view your privileges
This page provides all information on Problem Report 2180.
Report 2180 Actions
Problem Report Number 2180 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.1099 Raised 1970-01-01 08:00 Updated 2003-03-13 08:00 Published null Product Standard Motif Toolkit Certification Program The Open Brand certification program Test Suite VSM version 4.0.0 Test Identification funcs/XmListDeletePositions 2 Problem Summary TSD4M.00005 Fault in test suite(file: lsdelpss.c) XmListDeletePositions is defined in Xmlib List.c. When an invalid position is specified, a warning message is sent out, but instead of using a user specified warn... Problem Text
Fault in test suite(file: lsdelpss.c)
XmListDeletePositions is defined in Xmlib List.c.
When an invalid position is specified, a warning message is sent out, but
instead of using a user specified warning message, it uses a system predefined
warning message.
Here is the warning message code in file List.c of Xm lib:
X/Open Waiver Reference: TSD4M.00005 Page: 1
WAIVER DOCUMENT X/Open Waiver Reference: TSD4M.00005
for (i = 0; i < position_count; i++)
{
item_pos = position_list[i];
if (item_pos < 1 || item_pos > lw->list.itemCount)
{
_XmWarning( (Widget) lw, ListMessage8);
position_list[i] = -1; /* mark position to be ignored */
}
At the above code, if the "item_pos" value is invalid such as 0, it will call
"_XmWarning( (Widget) lw, ListMessage8);" to issue the warning message.Review Information
Review Type SA Review Start Date null Completed null Status Complete Review Resolution Test Suite Deficiency (TSD) Review Conclusion
This is an agreed Test Suite Deficiency.
Problem Reporting System Options:
- View Report 2180
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority