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 - failure in PropertyPanelInDialogTest
Summary: failure in PropertyPanelInDialogTest
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 4.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2004-07-19 14:38 UTC by pzajac
Modified: 2008-12-22 16:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stacktrace (1.62 KB, text/plain)
2004-07-19 14:38 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-07-19 14:38:02 UTC
[200407131800]
Test Case:  	 testBooleanEditor
Test Suite: 
org.openide.explorer.propertysheet. 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