GNOME Bugzilla – Bug 552338
Errant Window being realized in test suite
Last modified: 2008-12-07 05:41:17 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
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
Merged to 'mainline' as at its revno 584. AfC