From bf9bd6f5fe6cf2220c77b85a5881596b5eebf27e Mon Sep 17 00:00:00 2001 From: kjnash Date: Thu, 15 Sep 2022 19:09:03 +0000 Subject: Undo temporary mods to tests. --- tests/httpPipeline.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/httpPipeline.test b/tests/httpPipeline.test index 50db441..161519f 100644 --- a/tests/httpPipeline.test +++ b/tests/httpPipeline.test @@ -674,7 +674,7 @@ proc RunTest {header footer delay te} { # If still obscure, uncomment #Log and ##Log lines in the http package. # ------------------------------------------------------------------------------ -setHttpTestOptions -verbose 2 +setHttpTestOptions -verbose 0 # ------------------------------------------------------------------------------ # (4) Define the base URLs used for testing. Each must have a query string. @@ -699,9 +699,9 @@ setHttpTestOptions -verbose 2 namespace eval ::httpTestScript { variable URL array set URL { - a http://test-tcl-http.kerlin.org.minerva/index.html?page=privacy - b http://test-tcl-http.kerlin.org.minerva/index.html?page=conditions - c http://test-tcl-http.kerlin.org.minerva/index.html?page=welcome + a http://test-tcl-http.kerlin.org/index.html?page=privacy + b http://test-tcl-http.kerlin.org/index.html?page=conditions + c http://test-tcl-http.kerlin.org/index.html?page=welcome } } -- cgit v0.12