From: <var...@us...> - 2012-10-01 07:56:33
|
Revision: 8338 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8338&view=rev Author: vargenau Date: 2012-10-01 07:56:23 +0000 (Mon, 01 Oct 2012) Log Message: ----------- Remove $Id$ Modified Paths: -------------- trunk/tests/README trunk/tests/makemakebuild.pl trunk/tests/maketest.pl Property Changed: ---------------- trunk/tests/README trunk/tests/makemakebuild.pl trunk/tests/maketest.pl Modified: trunk/tests/README =================================================================== --- trunk/tests/README 2012-10-01 07:53:44 UTC (rev 8337) +++ trunk/tests/README 2012-10-01 07:56:23 UTC (rev 8338) @@ -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 @@ 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 @@ * run makemakebuild.pl * run ant - -------------- Short Tutorial @@ -214,6 +209,3 @@ setparam: "searchterm", "foo" setparam: "num_things", "3" setparam: "options_list", "16" - - - Property changes on: trunk/tests/README ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/tests/makemakebuild.pl =================================================================== --- trunk/tests/makemakebuild.pl 2012-10-01 07:53:44 UTC (rev 8337) +++ trunk/tests/makemakebuild.pl 2012-10-01 07:56:23 UTC (rev 8338) @@ -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. Property changes on: trunk/tests/makemakebuild.pl ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/tests/maketest.pl =================================================================== --- trunk/tests/maketest.pl 2012-10-01 07:53:44 UTC (rev 8337) +++ trunk/tests/maketest.pl 2012-10-01 07:56:23 UTC (rev 8338) @@ -1,7 +1,4 @@ #!/usr/bin/perl - -# $Id$ - # read in a file, generate Java code to run a test. # Steve Wainstead, March 2001. Property changes on: trunk/tests/maketest.pl ___________________________________________________________________ Deleted: svn:keywords - Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |