Tester: Jon A. Christopher (JAC) <jac8792@tamu.edu>
	SGI-Motif 1.2.4
	SGI-LessTif 0.85.2

test1: FAIL
test2: FAIL (geometry)
test3: FAIL (geometry)
test4: PASS
test5: PASS (motif dumps core after warning, lesstif exits cleanly)
test6: PASS (PushB locks when clicked too rapidly)
test7: FAIL

======================================================================
test1:
jac Jun 23 1998

test to see if menu shell's get realized in their initialize proc

Motif:
XtWindow(menuShell) = 02800006
Error: Shell widget menuShell1 has zero width and/or height

Lesstif:
XtWindow(menuShell) = 02800008
XtWindow(menuShell) = 02800009
======================================================================
test2:
jac Jun 23 1998

test to see if menu shell's get realized in their initialize proc 

Motif:
XtWindow(popup) = 0280000c; Geometry = 16x16

Lesstif:
XtWindow(popup) = 0280000e; Geometry = 0x0

======================================================================
test3:
jac Jun 23 1998

menushell geometry test

Motif:
XtWindow(popup) = 0280000b; Geometry(menuShell) = 16x16
XtWindow(popup) = 0280000d; Geometry = 5x5

Lesstif:
XtWindow(popup) = 0280000d; Geometry(menuShell) = 1x1
XtWindow(popup) = 0280000f; Geometry = 10x10

======================================================================
test4:
jac Jun 23 1998

test for sharing a menu shell across two pulldowns.
No apparent differences

======================================================================
test5:
jac Jun 23 1998
test to see if you can have a child that's not a row column.

Motif:
Warning: 
    Name: menu
    Class: XmPushButton
    MenuShell widgets must have a xmRowColumnWidgetClass child.

Segmentation fault (core dumped)

Lesstif:
Warning: 
    Name: menu
    Class: XmPushButton
    MenuShell widgets must have a xmRowColumnWidgetClass child.

I think I'll call this one a pass :)
======================================================================
test6:
jac Jun 23 1998

Simulate the Mosaic splash window
No apparent differences other than previously noted PushB lock on multiple
rapid clicks.

======================================================================
test7:
jac Jun 23 1998

Test of buttonPressEventHandler and pop-up menu.

Motif: Press Button 3 and quickly release, menu pops up.  First item is
highlighted.   Press ESC and menu pops down.

Lesstif: Press Button 3 and quickly release, menu pops up.  First item is
*not* highlighted.  Press ESC, menu does *not* pop down.

======================================================================

