Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 278741 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/swt/widgets/Shell_Test.java (+4 lines)
Lines 199-204 Link Here
199
    Shell childShell = new Shell( shell );
199
    Shell childShell = new Shell( shell );
200
    childShell.dispose();
200
    childShell.dispose();
201
    assertTrue( childShell.isDisposed() );
201
    assertTrue( childShell.isDisposed() );
202
    
203
    childShell = new Shell( shell );
204
    shell.dispose();
205
    assertTrue( childShell.isDisposed() );
202
  }
206
  }
203
207
204
  public void testCreateDescendantShell() {
208
  public void testCreateDescendantShell() {

Return to bug 278741