File: tests-BZ295666.patch

package info (click to toggle)
eclipse 3.5.2-6squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 297,208 kB
  • ctags: 426,326
  • sloc: java: 2,527,099; ansic: 122,607; xml: 100,868; cpp: 33,545; jsp: 3,869; sh: 2,557; perl: 1,650; makefile: 272; csh: 151; python: 69; php: 24
file content (10 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
--- plugins/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/ListViewerTest.java	2009-12-08 16:19:39.740154009 -0500
+++ plugins/org.eclipse.ui.tests/Eclipse JFace Tests/org/eclipse/jface/tests/viewers/ListViewerTest.java-new	2009-12-08 16:22:14.261155406 -0500
@@ -87,6 +87,7 @@
 			fRootElement = TestElement.createModel(1, i);
 			fModel = fRootElement.getModel();
 			fViewer.setInput(fRootElement);
+			processEvents();
 			for (int j = 30; j < fRootElement.getChildCount(); j++) {
 				fViewer.setSelection(new StructuredSelection(fRootElement
 						.getFirstChild()), true);