We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2f497 commit 59d5019Copy full SHA for 59d5019
java/server/test/org/openqa/grid/internal/utils/SelfRegisteringRemoteTest.java
@@ -87,7 +87,7 @@ public void testSetExtraServlets() throws Exception {
87
88
// there should be three servlets on the remote's map -- The resource servlet, the
89
// help servlet, and the one we added above.
90
- assertEquals(3, remote.getNodeServlets().size());
+ assertEquals(5, remote.getNodeServlets().size());
91
assertEquals(ResourceServlet.class, remote.getNodeServlets().get("/resources/*"));
92
assertEquals(DisplayHelpServlet.class,
93
remote.getNodeServlets().get("/extra/DisplayHelpServlet/*"));
0 commit comments