Skip to content

Commit

Permalink
More missing MyTest servlet.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfclere committed Mar 16, 2012
1 parent 7de2c4e commit abf3865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/java/src/test/java/org/jboss/mod_cluster/TestQuery.java
Expand Up @@ -61,8 +61,8 @@ public void testQuery() {
Aliases[0] = "cluster.domain.info";
service = new JBossWeb("node3", "localhost", false, "ROOT", Aliases);
connector = service.addConnector(8013);
service.AddContext("/test", "/test");
service.AddContext("/testtest", "/testtest");
service.AddContext("/test", "/test", "MyTest", false);
service.AddContext("/testtest", "/testtest", "MyTest", false);
server.addService(service);

cluster = Maintest.createClusterListener("224.0.1.105", 23364, false, "dom1", true, false, true, "secret");
Expand Down

0 comments on commit abf3865

Please sign in to comment.