Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 370719 - Test failure in ContentDetectorTest.testNoSavedState(ContentDetectorTest.java:79)
Summary: Test failure in ContentDetectorTest.testNoSavedState(ContentDetectorTest.java...
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.8   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 3.8 M6   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-06 09:11 EST by Dani Megert CLA
Modified: 2012-02-09 08:14 EST (History)
2 users (show)

See Also:


Attachments
Fix (2.73 KB, patch)
2012-02-06 09:15 EST, Dani Megert CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2012-02-06 09:11:45 EST
N20120205-2000.


Again, a test depending on sequence.


junit.framework.AssertionFailedError: null
at org.eclipse.ua.tests.intro.contentdetect.ContentDetectorTest.testNoSavedState(ContentDetectorTest.java:79)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:501)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:259)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:352)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:624)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:579)
at org.eclipse.equinox.launcher.Main.run(Main.java:1433)
at org.eclipse.equinox.launcher.Main.main(Main.java:1409)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Dani Megert CLA 2012-02-06 09:15:14 EST
Created attachment 210581 [details]
Fix
Comment 2 Dani Megert CLA 2012-02-06 09:15:55 EST
Kim, please commit if you find time.
Comment 3 Kim Moir CLA 2012-02-07 08:49:00 EST
Okay, this has been released to master and integration.
Comment 4 Dani Megert CLA 2012-02-07 09:32:41 EST
(In reply to comment #3)
> Okay, this has been released to master and integration.

It looks like it's only in 'master' (last change in 'integration' is almost two days old):
http://git.eclipse.org/c/platform/eclipse.platform.ua.git/log/?h=integration
Comment 5 Kim Moir CLA 2012-02-07 09:42:20 EST
Just pushed now to integration.
Comment 6 Dani Megert CLA 2012-02-09 08:14:27 EST
(In reply to comment #5)
> Just pushed now to integration.

Yep, this did it, thanks!
Comment 7 Dani Megert CLA 2012-02-09 08:14:43 EST
Verified in N20120208-2000.