Skip to content

Commit

Permalink
Fixed test failures for the FacesPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetReynolds committed Sep 4, 2013
1 parent 699fe60 commit 3eb3138
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public void testFacesConfig() throws Exception
public void testFacesServlet2_3() throws Exception
{
Project project = initializeProject(PackagingType.WAR);
queueInputLines("y", "");
getShell().execute("servlet setup");
ServletFacet servletFacet = project.getFacet(ServletFacet.class);
WebAppDescriptor config = servletFacet.getConfig();
config.version("2.3");
Expand All @@ -51,6 +53,8 @@ public void testFacesServlet2_3() throws Exception
public void testFacesServlet3() throws Exception
{
Project project = initializeProject(PackagingType.WAR);
queueInputLines("y", "");
getShell().execute("servlet setup");
ServletFacet servletFacet = project.getFacet(ServletFacet.class);
WebAppDescriptor config = servletFacet.getConfig();
config.version("3.0");
Expand Down

0 comments on commit 3eb3138

Please sign in to comment.