Skip to content

Commit

Permalink
Changed EAR version from 8 to 10
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Korniienko <olkornii@redhat.com>
  • Loading branch information
olkornii authored and odockal committed Aug 30, 2023
1 parent 4c4c7e5 commit 081e2cd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;

import org.eclipse.reddeer.common.wait.AbstractWait;
import org.eclipse.reddeer.common.wait.TimePeriod;
import org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectFirstPage;
import org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectInstallPage;
import org.eclipse.reddeer.eclipse.jst.j2ee.ui.project.facet.EarProjectWizard;
Expand Down Expand Up @@ -93,7 +95,7 @@ public void createProjectWithWebModule(){
ear.open();
EarProjectFirstPage fp = new EarProjectFirstPage(ear);
fp.setProjectName(projectName);
fp.setEARVersion("8.0");
fp.setEARVersion("10.0");
ear.next();
EarProjectInstallPage ip = new EarProjectInstallPage(ear);
assertFalse(ip.isGenerateApplicationXML());
Expand Down

0 comments on commit 081e2cd

Please sign in to comment.