Skip to content

Commit 60fc2d4

Browse files
committed
Oops, there are two checks in this test, only one was fixed in the previous commit
1 parent 59d5019 commit 60fc2d4

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
@@ -97,7 +97,7 @@ public void testSetExtraServlets() throws Exception {
9797
remote.startRemoteServer(); // does not actually start anything.
9898

9999
// verify the expected extra servlets also made it to the server instance
100-
assertEquals(3, ((DummyGridNodeServer) server).extraServlets.size());
100+
assertEquals(5, ((DummyGridNodeServer) server).extraServlets.size());
101101
assertEquals(ResourceServlet.class,
102102
((DummyGridNodeServer) server).extraServlets.get("/resources/*"));
103103
assertEquals(DisplayHelpServlet.class,

0 commit comments

Comments
 (0)