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 38419 - testPropertyPanelPropagatesChangesEvenWhenItDoesntExist fails
Summary: testPropertyPanelPropagatesChangesEvenWhenItDoesntExist fails
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: TEST
Depends on: 38545
Blocks:
  Show dependency tree
 
Reported: 2004-01-06 10:20 UTC by pzajac
Modified: 2008-12-22 22:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stacktrace (1.70 KB, text/plain)
2004-01-06 10:20 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-01-06 10:20:02 UTC
The test fails recently on WinXP, Win 2k. 

Test suite name:
org.openide.explorer.propertysheet.PropertyPanelTest

Test case name:
org.openide.explorer.propertysheet.PropertyPanelTest

Failure message:
Value should have been updated even though
property panel doesn't exist expected same:<null>
was
not:<org.openide.explorer.propertysheet.PropertyPanelTest$4@10ab09f>
Comment 1 pzajac 2004-01-06 10:20:31 UTC
Created attachment 12708 [details]
exception stacktrace
Comment 2 _ tboudreau 2004-01-09 14:28:18 UTC
Fixed in trunk.

Checking in PropertyPanel.java;
/cvs/openide/src/org/openide/explorer/propertysheet/PropertyPanel.java,v
 <--  P
ropertyPanel.java
new revision: 1.139; previous revision: 1.138
done
Processing log script arguments...
Mailing the commit message to cvs@openide.netbeans.org (from
tboudreau@netbeans.
org)
Comment 3 pzajac 2004-01-29 14:42:46 UTC
verified