After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 552338 - Errant Window being realized in test suite
Errant Window being realized in test suite
Status: RESOLVED FIXED
Product: java-gnome
Classification: Bindings
Component: General
mainline
Other Linux
: Normal minor
: ---
Assigned To: java-gnome bindings maintainers
java-gnome bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-15 12:41 UTC by Andrew Cowie
Modified: 2008-12-07 05:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andrew Cowie 2008-09-15 12:41:06 UTC
There's an errant test fixture which is briefly creating a Window and then hiding it. Our test suite isn't headless (it requires the user's DISPLAY be valid) but it shouldn't be popping Windows onto the screen.

AfC
Comment 1 Andrew Cowie 2008-12-07 05:40:55 UTC
Instead of show() on the top level, trying realize() seems to make the problem go away. As fixes go, this seems a bit a weak. Addressed in andrew@operationaldynamics.com-20081207053321-7pvfd9jq3l8mluuk

AfC
Comment 2 Andrew Cowie 2008-12-07 05:41:17 UTC
Merged to 'mainline' as at its revno 584.

AfC