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 46290

Summary: failure in PropertyPanelInDialogTest
Product: platform Reporter: pzajac <pzajac>
Component: ExplorerAssignee: _ tboudreau <tboudreau>
Status: CLOSED FIXED    
Severity: blocker Keywords: TEST
Priority: P2    
Version: 4.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Attachments: exception stacktrace

Description pzajac 2004-07-19 14:38:02 UTC
[200407131800]
Test Case:  	 testBooleanEditor
Test Suite: 
org.openide.explorer.propertysheet.&#8201;PropertyPanelInDialogTest
Module Name: 	openide

      junit.framework.AssertionFailedError: After
closing dialog, focus should not be null.
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at
org.openide.explorer.propertysheet.PropertyPanelInDialogTest.checkOneRenderer(PropertyPanelInDialogTest.java:294)
Comment 1 pzajac 2004-07-19 14:38:24 UTC
Created attachment 16320 [details]
exception stacktrace
Comment 2 _ tboudreau 2004-07-21 16:40:32 UTC
Checking in test/unit/src/org/openide/explorer/propertysheet/
InplaceEditorNoModifyOnTextChangeContractBooleanEditorTest.java;
/cvs/openide/test/unit/src/org/openide/explorer/propertysheet/
InplaceEditorNoModifyOnTextChangeContractBooleanEditorTest.java,v  <--  
InplaceEditorNoModifyOnTextChangeContractBooleanEditorTest.java
new revision: 1.9; previous revision: 1.8
done
Checking in test/unit/src/org/openide/explorer/propertysheet/
InplaceEditorNoModifyOnTextChangeContractComboEditorTest.java;
/cvs/openide/test/unit/src/org/openide/explorer/propertysheet/
InplaceEditorNoModifyOnTextChangeContractComboEditorTest.java,v  <--  
InplaceEditorNoModifyOnTextChangeContractComboEditorTest.java
new revision: 1.9; previous revision: 1.8
done
Checking in test/unit/src/org/openide/explorer/propertysheet/
InplaceEditorNoModifyOnTextChangeContractStringEditorTest.java;
/cvs/openide/test/unit/src/org/openide/explorer/propertysheet/
InplaceEditorNoModifyOnTextChangeContractStringEditorTest.java,v  <--  
InplaceEditorNoModifyOnTextChangeContractStringEditorTest.java
new revision: 1.10; previous revision: 1.9
done
Checking in test/unit/src/org/openide/explorer/propertysheet/
NewPropertyPanelTest.java;
/cvs/openide/test/unit/src/org/openide/explorer/propertysheet/
NewPropertyPanelTest.java,v  <--  NewPropertyPanelTest.java
new revision: 1.6; previous revision: 1.5
done
Comment 3 pzajac 2004-08-10 10:19:36 UTC
v