Skip to content

Commit

Permalink
Fixing a grid test: two new status servlets were added recently
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Aug 28, 2017
1 parent fb2f497 commit 59d5019
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void testSetExtraServlets() throws Exception {

// there should be three servlets on the remote's map -- The resource servlet, the
// help servlet, and the one we added above.
assertEquals(3, remote.getNodeServlets().size());
assertEquals(5, remote.getNodeServlets().size());
assertEquals(ResourceServlet.class, remote.getNodeServlets().get("/resources/*"));
assertEquals(DisplayHelpServlet.class,
remote.getNodeServlets().get("/extra/DisplayHelpServlet/*"));
Expand Down

0 comments on commit 59d5019

Please sign in to comment.