Skip to content

Commit 59d5019

Browse files
committed
Fixing a grid test: two new status servlets were added recently
1 parent fb2f497 commit 59d5019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/server/test/org/openqa/grid/internal/utils/SelfRegisteringRemoteTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void testSetExtraServlets() throws Exception {
8787

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

0 commit comments

Comments
 (0)