Community
Participate
Working Groups
Build Identifier: In WTP test HeaderParserTests(found in org.eclipse.wtp.j2ee.headless.tests.j2ee.operations), the test testEAR50Import_NoDD is falling due to the JavaEEQuickPeek object gotten from an EAR archive version 5.0 without deployment descriptor is version 6.0 ( see org.eclipse.jst.j2ee.internal.archive.JavaEEArchiveUtilities.refine() from line 528). I think that HeaderParserTests.runEAR50Test() method should be more flexible for this issue. I suggest to add a boolean attribute to the internal class TesData to indicate if the archive has deployment descriptor and modify the method runEAR50Test() assertions regarding if the ear do have or does not deployment descriptor. Reproducible: Always
Created attachment 183591 [details] Adding an boolean extra field and modifing some assertions.
Code checked into 32M and HEAD for WTP 3.2.3 and 3.3