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

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stacktrace (1.61 KB, text/plain)
2004-01-06 10:10 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: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