From 5bfbc3c7724060facac5203487439293f23159d0 Mon Sep 17 00:00:00 2001 From: vargenau Date: Mon, 1 Oct 2012 07:56:23 +0000 Subject: [PATCH] Remove $Id$ git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8338 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- tests/README | 8 -------- tests/makemakebuild.pl | 3 --- tests/maketest.pl | 3 --- 3 files changed, 14 deletions(-) diff --git a/tests/README b/tests/README index a9bcfd2d5..5d4b1937c 100644 --- a/tests/README +++ b/tests/README @@ -1,5 +1,3 @@ -$Id$ - TODO: certain blocks are repeated over and over. For example, editing a page is always the same set of links to follow, but this info is duplicated across all test scripts. There should be a way of @@ -29,8 +27,6 @@ still beta when I last looked at it. Capital Thinking uses ATG Dynamo on Solaris, so all of our work was in Java and Perl, in case you were wondering why these were chosen). - - How to make a single test * write the script * generate the java file @@ -41,7 +37,6 @@ How to make a test suite: * run makemakebuild.pl * run ant - -------------- Short Tutorial @@ -214,6 +209,3 @@ always use double quotes for the arguments, separated by a comma: setparam: "searchterm", "foo" setparam: "num_things", "3" setparam: "options_list", "16" - - - diff --git a/tests/makemakebuild.pl b/tests/makemakebuild.pl index 49b3e96a1..bd37c23c7 100644 --- a/tests/makemakebuild.pl +++ b/tests/makemakebuild.pl @@ -1,10 +1,7 @@ #!/usr/bin/perl - # Write out a Makefile and a build.xml file based on the *.inputs files # in the current directory. Steve Wainstead, April 2001. -# $Id$ - # read in all the input files, loop over each one and build up # text blocks that we will subsitute into the skeletons for Makefile # and build.xml. diff --git a/tests/maketest.pl b/tests/maketest.pl index c6d3ea1b3..a665e3cc2 100644 --- a/tests/maketest.pl +++ b/tests/maketest.pl @@ -1,7 +1,4 @@ #!/usr/bin/perl - -# $Id$ - # read in a file, generate Java code to run a test. # Steve Wainstead, March 2001. -- 2.45.0