This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git

commit 2741bbf422c0c46533488e308ed4a92e14289453
Author: Massimo Manghi <mxman...@apache.org>
AuthorDate: Fri Aug 17 16:59:27 2018 +0200

    add new test for commands and removing Id svn keyword from such files
---
 tests/binary.test  | 4 +++-
 tests/rivet.test   | 4 +---
 tests/runtests.tcl | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/tests/binary.test b/tests/binary.test
index 307afa8..8854cd7 100644
--- a/tests/binary.test
+++ b/tests/binary.test
@@ -1,4 +1,6 @@
-# $Id$
+# -- binary file download
+#
+# 
 
 set testfilename1 binary.rvt
 set binaryfile AngeloFish.jpg
diff --git a/tests/rivet.test b/tests/rivet.test
index 3a83957..fade49a 100755
--- a/tests/rivet.test
+++ b/tests/rivet.test
@@ -6,8 +6,6 @@
 
 # See README file for more information.
 
-# $Id$
-
 package require tcltest
 
 set auto_path [linsert $auto_path 0 [file join [pwd] rivet]]
@@ -18,7 +16,7 @@ set urlbase "http://localhost:8081/";
 set TestList {rivetlib.test shorthand.test headers.test \
               cookies.test get.test post.test tclfile.test \
               env.test hello.test include.test binary.test \
-              parse.test upload.test makeurl.test}
+              parse.test upload.test makeurl.test commands.test}
 
 # Test stanzas are created by giving the test a name and a
 # description.  The code is then executed, and the results compared
diff --git a/tests/runtests.tcl b/tests/runtests.tcl
index 31d95a5..eaa9ee0 100755
--- a/tests/runtests.tcl
+++ b/tests/runtests.tcl
@@ -80,6 +80,7 @@ apachetest::need_modules {
     {mod_authz_core     authz_core_module}
     {mod_authz_host     authz_host_module}
     {mod_unixd          unixd_module}
+    {mod_mpm_prefork    mpm_prefork_module}
 }
 
 apachetest::makeconf server.conf {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org
For additional commands, e-mail: commits-h...@tcl.apache.org

Reply via email to