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 38205

Summary: testFinalInplaceEditorValue failed
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: ExplorerAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker Keywords: TEST
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 38545    
Bug Blocks:    
Attachments: Output from the test run

Description Jaroslav Tulach 2003-12-18 10:56:04 UTC
The message was:

Final inplace editor value should be "c" but is Value
Comment 1 Jaroslav Tulach 2003-12-18 10:56:34 UTC
Created attachment 12627 [details]
Output from the test run
Comment 2 _ tboudreau 2003-12-18 11:37:13 UTC
Jarda, what window manager are you using?  Jesse and I found last
night that some of the tests break on Sawfish - they depend on
inter-window focus behavior.  They work fine on mwm, metacity,
blackbox, CDE - but have some problems elsewhere.  I'm trying to
figure out what to do about it - maybe just don't run these tests on
Linux...
Comment 3 Jaroslav Tulach 2003-12-18 13:51:34 UTC
KDE. 
Comment 4 _ tboudreau 2004-01-10 14:13:47 UTC
Should be fixed now - it will try a focus test that should always pass
with a frame and a dialog first, and if that doesn't behave normally
(the dialog doesn't get focus when it's opened and return it when it's
closed), the rest of the tests will not run.

Checking in unit/src/org/openide/explorer/propertysheet/ExtTestCase.java;
/cvs/openide/test/unit/src/org/openide/explorer/propertysheet/ExtTestCase.java,v
  <--  ExtTestCase.java
new revision: 1.2; previous revision: 1.1
done
Checking in
unit/src/org/openide/explorer/propertysheet/FocusAfterBadEditTest.ja
va;
/cvs/openide/test/unit/src/org/openide/explorer/propertysheet/FocusAfterBadEditT
est.java,v  <--  FocusAfterBadEditTest.java
new revision: 1.3; previous revision: 1.2
done
Checking in
unit/src/org/openide/explorer/propertysheet/InplaceEditorNoModifyOnT
extChangeContractComboEditorTest.java;
/cvs/openide/test/unit/src/org/openide/explorer/propertysheet/InplaceEditorNoMod
ifyOnTextChangeContractComboEditorTest.java,v  <-- 
InplaceEditorNoModifyOnTextC
hangeContractComboEditorTest.java
new revision: 1.6; previous revision: 1.5
done
Checking in unit/src/org/openide/explorer/propertysheet/SimpleLookup.java;
/cvs/openide/test/unit/src/org/openide/explorer/propertysheet/SimpleLookup.java,
v  <--  SimpleLookup.java
new revision: 1.2; previous revision: 1.1
done
Processing log script arguments...
Mailing the commit message to cvs@openide.netbeans.org (from
tboudreau@netbeans.
org)
Comment 5 Marian Mirilovic 2005-07-13 13:27:09 UTC
closed