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 38418

Summary: testCompatibilityWhenUsingPropertyModelAndAskingForNodeProperty fails
Product: platform Reporter: pzajac <pzajac>
Component: ExplorerAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker Keywords: TEST
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 38545    
Bug Blocks:    
Attachments: exception stacktrace

Description pzajac 2004-01-06 10:09:11 UTC
The test recently fails on windows 2000 and
windows xp.

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

test case name:
testCompatibilityWhenUsingPropertyModelAndAskingForNodeProperty

message of failed test:
The model is mine
expected:<org.openide.explorer.propertysheet.PropertyPanelTest$1PM@15311bd>
but
was:<org.openide.explorer.propertysheet.NodePropertyModel@b1aebf>
Comment 1 pzajac 2004-01-06 10:10:26 UTC
Created attachment 12707 [details]
exception stacktrace
Comment 2 _ tboudreau 2004-01-09 14:28:05 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:41:55 UTC
verified