Skip to content

Commit

Permalink
[java] Deleting custom AppServer used for RC tests only.
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 28, 2019
1 parent 263074f commit c65517e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 155 deletions.
38 changes: 0 additions & 38 deletions java/client/test/com/thoughtworks/selenium/CacheBlockTest.java

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@

import com.google.common.base.StandardSystemProperty;

import com.thoughtworks.selenium.testing.SeleniumAppServer;

import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.environment.webserver.AppServer;
import org.openqa.selenium.environment.webserver.JettyAppServer;
import org.openqa.selenium.os.ExecutableFinder;

import java.io.IOException;
Expand Down Expand Up @@ -62,7 +61,7 @@ public void detectBrowser() {

@Before
public void startTestServer() {
server = new SeleniumAppServer();
server = new JettyAppServer();
server.start();
}

Expand Down

0 comments on commit c65517e

Please sign in to comment.