          Tester:
Test Environment:

test1: FAIL (GEOMETRY & FOCUS)
test2: FAIL (GEOMETRY & FOCUS)
test3: FAIL (GEOMETRY & FOCUS)
test4: FAIL (GEOMETRY & FOCUS)
test5: FAIL (GEOMETRY & FOCUS)
test6: FAIL (GEOMETRY & FOCUS)
test7: FAIL (GEOMETRY & FOCUS)
test8: UNKNOWN

==================================================
test1:
PGW Jun 22 1998

Simple ComboBox test with five items.

DEFECTS:
Highlight Line does not appear when the widget has focus.
The List has an incorrect size due to at least the 
shadowThickness and highlightThickness not being
handled properly.

==================================================
test2:

See how the combobox's insert child routine handles 
adding one child.

RESULT: This test exposes a bug with the OSF/M*tif 2.0 
combobox.  The insert child routine should spit out an error
but instead puts the push button at position 0,0 in the combobox.  
This is probably because the child widget count is still at three.  
Also, this tells us the layout routine only handles the textfield and 
the scrolled window only and does not loop through its child list when
doing the layout.  Run test3 to see the error it should spit
out.

DEFECTS:
Same as test1

==================================================
test3:

See how the combobox's insert child routine handles
adding children.

RESULT:

The following error message is given when adding a 4th child to the
combobox.

Warning:
    Name: combo
    Class: XmComboBox
    Applications cannot add children to XmComboBox widgets.

DEFECTS:
Same as test1

==================================================
test4:

Take a look at the geometry and resource settings 
for a DropDownComboBox and it's children.

DEFECTS:
Same as test1

==================================================
test5:

Take a look at the geometry and resource settings 
for a DropDownList and it's children.

DEFECTS:
Same as test1

==================================================
test6:

This test was used to figure out the arrow box
size calculation.  This also led to the rewrite
of the XmeDrawArrow routine.

DEFECTS:
Same as test1

==================================================
test7:

Test for XmQUICK_NAVIGATE and determing 
how the scrolled window geometry is being effected.

DEFECTS:
Same as test1

==================================================
test8:

Forced resize from above (ie from window manager)
