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 - testFinalInplaceEditorValue failed
Summary: testFinalInplaceEditorValue failed
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: TEST
Depends on: 38545
Blocks:
  Show dependency tree
 
Reported: 2003-12-18 10:56 UTC by Jaroslav Tulach
Modified: 2008-12-22 20:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Output from the test run (6.53 KB, text/html)
2003-12-18 10:56 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
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