Community
Participate
Working Groups
There are two tests that are consistently failing since our Tuesday night drop: testEAR50_WithDependencies_WithDD testEAR50_ChangedContentDir_WithDependencies_WithDD I did some investigation into these, and it appears to be a simple timing problem - the test is trying to verify before the ProjectResourceSet has finished loading due to changes Chuck committed for bug 221565 We will comment out these test cases short term, then investigate either updating the test framework or else updating ProjectResourceSetImpl to allow the demandLoadHelper() to finish before the test case tries to access the EObject.
Created attachment 92487 [details] Comment out the two failing test cases for now We need to get these two test cases back into the JUnit suite, but for now, we will comment them out.
Comment on attachment 92487 [details] Comment out the two failing test cases for now This patch is "obsolete" since it was applied/committed... need to fix the underlying problem.