Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1668)

Unified Diff: Tools/Scripts/webkitpy/layout_tests/servers/http_server_integrationtest.py

Issue 14842006: Copy new-run-webkit-httpd to run-blink-httpd, delete run-webkit-httpd. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tweak Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/Scripts/run-webkit-websocketserver ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/servers/http_server_integrationtest.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/servers/http_server_integrationtest.py b/Tools/Scripts/webkitpy/layout_tests/servers/http_server_integrationtest.py
index aa6e59dc5fbdbc8d3d4909d8e168bebc4e1decfc..a38d45ed4e2e3b9406bbc6d2371817652f20f8e4 100644
--- a/Tools/Scripts/webkitpy/layout_tests/servers/http_server_integrationtest.py
+++ b/Tools/Scripts/webkitpy/layout_tests/servers/http_server_integrationtest.py
@@ -26,7 +26,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-"""Integration tests for the new-run-webkit-httpd and new-run-webkit-websocketserver scripts"""
+"""Integration tests for the run-blink-httpd and run-blink-websocketserver scripts"""
# FIXME: Rename this file to something more descriptive.
@@ -131,15 +131,15 @@ class BaseTest(unittest.TestCase):
class HTTPServerTest(BaseTest):
- """Tests that new-run-webkit-http must pass."""
+ """Tests that run-blink-http must pass."""
PORTS = (8000, 8080, 8443)
- SCRIPT_NAME = 'new-run-webkit-httpd'
+ SCRIPT_NAME = 'run-blink-httpd'
class WebsocketserverTest(BaseTest):
- """Tests that new-run-webkit-websocketserver must pass."""
+ """Tests that run-blink-websocketserver must pass."""
# FIXME: test TLS at some point?
PORTS = (8880, )
- SCRIPT_NAME = 'new-run-webkit-websocketserver'
+ SCRIPT_NAME = 'run-blink-websocketserver'
« no previous file with comments | « Tools/Scripts/run-webkit-websocketserver ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698