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 214083

Summary: TreeTableView152857Test - all tests are fragile
Product: platform Reporter: Martin Entlicher <mentlicher>
Component: Outline&TreeTableAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal Keywords: TEST
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Martin Entlicher 2012-06-13 06:37:13 UTC
All tests in TreeTableView152857Test use Thread.sleep (1000); to wait till the performed action is fully propagated and a result can be checked out.
The tests are therefore prone to failure when the computer is hung up at the moment for more than 1s.
Comment 1 Quality Engineering 2012-06-14 06:07:55 UTC
Integrated into 'main-golden', will be available in build *201206140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/45ba4ce77689
User: mentlicher@netbeans.org
Log: #214083: @RandomlyFails due to Thread.sleep(1000)