From d7c3b1ff552cefcdf128d6ea84df29b6a4770354 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Mon, 8 Feb 2016 12:26:06 +0200 Subject: Bug 485922 - Remove trailing white spaces in org.eclipse.ua.tests Mass remove in all java files. Change-Id: I51b8600fb0e80bb12f326c882e48328900a721d7 Signed-off-by: Alexander Kurtakov --- .../eclipse/ua/tests/intro/performance/OpenIntroTest.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/performance') diff --git a/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/performance/OpenIntroTest.java b/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/performance/OpenIntroTest.java index fbee1bff8..3957e3d1e 100644 --- a/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/performance/OpenIntroTest.java +++ b/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/performance/OpenIntroTest.java @@ -32,7 +32,7 @@ public class OpenIntroTest extends PerformanceTestCase { public static Test suite() { return new TestSuite(OpenIntroTest.class); } - + /* (non-Javadoc) * @see org.eclipse.test.performance.PerformanceTestCase#setUp() */ @@ -44,7 +44,7 @@ public class OpenIntroTest extends PerformanceTestCase { System.setProperty("org.eclipse.ua.tests.property.isTesting", "true"); //$NON-NLS-1$ //$NON-NLS-2$ ExtensionPointManager.getInst().setExtensionFilter(UserAssistanceTestPlugin.getPluginId()); } - + /* (non-Javadoc) * @see org.eclipse.test.performance.PerformanceTestCase#tearDown() */ @@ -65,7 +65,7 @@ public class OpenIntroTest extends PerformanceTestCase { openIntro(); closeIntro(); } - + // run the tests for (int i=0;i<50;++i) { startMeasuring(); @@ -73,11 +73,11 @@ public class OpenIntroTest extends PerformanceTestCase { stopMeasuring(); closeIntro(); } - + commitMeasurements(); assertPerformance(); } - + public static void closeIntro() throws Exception { IIntroManager manager = PlatformUI.getWorkbench().getIntroManager(); IIntroPart part = manager.getIntro(); @@ -101,7 +101,7 @@ public class OpenIntroTest extends PerformanceTestCase { } flush(); } - + private static void flush() { Display display = Display.getCurrent(); while (display.readAndDispatch()) { -- cgit v1.2.3