Community
Participate
Working Groups
Write a test to verifiy Bug 64043. "Need to verify that we are not defeating the editor reference support to avoid initializing unseen editors."
Created attachment 12796 [details] Patch to test part references - views and editors I have added a "core-test" to the "ui" tests. I tested it on Windows using RC3 with the "releng" tools and it ran correctly. I also ran it on RC1 and it failed (it generated a "partChangeAffectsZoom" exception, since RC1 did not have the fix for Bug 64043). I will run it on Linux to make sure everything is behaving correctly. I know there is a problem on the Mac with the "WorkbenchAdvisor#eventLoopIdle(Display display)", so I will log that as a bug (I don't believe the "ui" tests are ran on the Mac yet?). I also ensured that the test suite runs with all the plug-ins loaded and not just the required ones. So there should not be any problems running the headless mode application with the "releng" tools.
Adding Nick to this bug since he has helped with the suite configuration. Let me know if there is anything you would like changed/improved.
I have tested the patch on Linux-GTK using RC3 with the "releng" tools and ensured that the added tests were successful.
Let's release it after we declare 3.0.
Sounds good.
Created attachment 12885 [details] Updated patch Removed "getActiveWorkbenchWindow" from the utility class. Using "configurer.getWindow()" instead.
Patch released.