This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 27278 - Incompatible changes in XTestErrorManager
Summary: Incompatible changes in XTestErrorManager
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: xtest (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-12 17:13 UTC by Marian Mirilovic
Modified: 2003-07-02 12:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2002-09-12 17:13:25 UTC
We have found new "behaviour" of
XTestErrorManager:

Tests runned on build 09092002 pass and the same
tests runned one day later on build 09102002 fail. 

What's do these tests?

Tests test functionality of PropertyEditors and
PropertySheet, and after set invalid value for
some property in property sheet or by Property
Editor dialog should arise Informational dialog.
It works this way on production build , but not in
the build runned by test runtime. It seems like
XTestErrorManager doesn't work as expected , so
this behaviour is different as behaviour of
ErrorManager.
Comment 1 Martin Brehovsky 2002-09-12 17:50:13 UTC
Hmm, looks like some code uses ErrorManager to show dialogs important
to user. XTestErrorManager just quietly listens for log/notification
calls and passes them to XTest reports. No dialogs with notifications
are shown. Is this the problem you are talking about? Or is it
something different ?
Comment 2 Martin Brehovsky 2002-09-16 17:48:39 UTC
Fixed - XTest now installs NbErrorManager as well, so all dialogs with
notification are shown in the same way as they are when IDE runs in
'normal' mode.

Comment 3 Marian Mirilovic 2002-10-09 10:22:39 UTC
verified
Comment 4 Quality Engineering 2003-07-02 12:22:12 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.