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 217976 - Failing PropertyPanelTest in openide.compat
Summary: Failing PropertyPanelTest in openide.compat
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Property Sheet (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Pavek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-07 07:53 UTC by Jiri Skrivanek
Modified: 2012-09-24 11:08 UTC (History)
2 users (show)

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 Jiri Skrivanek 2012-09-07 07:53:33 UTC
PropertyPanelTest#testStateUpdates in openide.compat opens some dialog and waits until end of timeout. To reproduce:

ant -f openide.compat clean test-single -Dtest.includes=**/PropertyPanelTest*

Product Version: NetBeans IDE Dev (Build 20120905-106c6d8c0fe2)
Java: 1.7.0_07; Java HotSpot(TM) 64-Bit Server VM 23.3-b01
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Stanislav Aubrecht 2012-09-20 15:16:29 UTC
It seems that fix for #212255 broke this test. PropertyVetoException now shows a dialog message which can't be suppressed for testing purposes.
Comment 2 Tomas Pavek 2012-09-20 17:23:32 UTC
I'm sorry for breaking the test.
http://hg.netbeans.org/jet-main/rev/30014f388b03
Comment 3 Quality Engineering 2012-09-23 02:13:05 UTC
Integrated into 'main-golden', will be available in build *201209230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/30014f388b03
User: Tomas Pavek <tpavek@netbeans.org>
Log: #217976: suppressing error dialog in test, workaround for changes in bug #212255