No html posting, right?
Anyway, both Stata 10 and 11 perform this perfectly:
*******
webuse fullauto, clear
oprobit rep77 weight length mpg if foreign
estimates store a
oprobit rep77 weight length mpg if !foreign
estimates store b
suest a b
test [a_rep77]weight=[b_rep77]weight
*******
Make sure you get the names for -test- right.
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/