From 65e349de276e00e47d0e712a23c7ee5c0aa0646a Mon Sep 17 00:00:00 2001 From: vargenau Date: Tue, 26 Aug 2008 15:20:22 +0000 Subject: [PATCH] Activated Id substitution for Subversion git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6206 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- tests/AAA_GetHomePage.inputs | 2 +- tests/AAB_EditSandBox.inputs | 2 +- tests/AAC_MakeAutoTestPage.inputs | 2 +- tests/AAD_FindText.inputs | 2 +- tests/CompatInfo.php | 2 +- tests/README | 2 +- tests/makemakebuild.pl | 2 +- tests/maketest.pl | 2 +- tests/unit/mysql-test-destroy.sql | 2 +- tests/unit/mysql-test-initialize.sql | 2 +- tests/unit/psql-test-initialize.sql | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/AAA_GetHomePage.inputs b/tests/AAA_GetHomePage.inputs index d026f5029..982535ee6 100644 --- a/tests/AAA_GetHomePage.inputs +++ b/tests/AAA_GetHomePage.inputs @@ -1,5 +1,5 @@ # Ensure the home page comes up. -# $Id: AAA_GetHomePage.inputs,v 1.2 2002-01-29 22:10:55 wainstead Exp $ +# $Id$ type: starting_page start_url: index.php diff --git a/tests/AAB_EditSandBox.inputs b/tests/AAB_EditSandBox.inputs index 9c69b721c..88b42eb5d 100644 --- a/tests/AAB_EditSandBox.inputs +++ b/tests/AAB_EditSandBox.inputs @@ -1,4 +1,4 @@ -# $Id: AAB_EditSandBox.inputs,v 1.3 2002-02-01 06:38:24 wainstead Exp $ +# $Id$ type: starting_page start_url: index.php diff --git a/tests/AAC_MakeAutoTestPage.inputs b/tests/AAC_MakeAutoTestPage.inputs index ff2a1e0c2..9f49ae7c9 100644 --- a/tests/AAC_MakeAutoTestPage.inputs +++ b/tests/AAC_MakeAutoTestPage.inputs @@ -1,5 +1,5 @@ # Go to a nonexistent page, create it. -# $Id: AAC_MakeAutoTestPage.inputs,v 1.2 2002-01-29 22:15:27 wainstead Exp $ +# $Id$ type: starting_page start_url: index.php?AutoTest diff --git a/tests/AAD_FindText.inputs b/tests/AAD_FindText.inputs index ee18ec22d..645678728 100644 --- a/tests/AAD_FindText.inputs +++ b/tests/AAD_FindText.inputs @@ -1,6 +1,6 @@ # Test the page WabiSabi for the text # string "imperfect, impermanent, and incomplete" -# $Id: AAD_FindText.inputs,v 1.3 2004-11-03 16:47:09 rurban Exp $ +# $Id$ # get the starting page type: starting_page diff --git a/tests/CompatInfo.php b/tests/CompatInfo.php index e54fbc46f..a31e7df27 100755 --- a/tests/CompatInfo.php +++ b/tests/CompatInfo.php @@ -2,7 +2,7 @@ /* Get the Compatibility info for phpwiki http://pear.php.net/package/PHP_CompatInfo - $Id: CompatInfo.php,v 1.3 2004-11-03 16:47:09 rurban Exp $ + $Id$ */ /* * Copyright (C) 2004 Reini Urban diff --git a/tests/README b/tests/README index 6b3b05f98..a9bcfd2d5 100644 --- a/tests/README +++ b/tests/README @@ -1,4 +1,4 @@ -$Id: README,v 1.4 2004-06-19 12:13:57 rurban Exp $ +$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 diff --git a/tests/makemakebuild.pl b/tests/makemakebuild.pl index 454940ca8..49b3e96a1 100644 --- a/tests/makemakebuild.pl +++ b/tests/makemakebuild.pl @@ -3,7 +3,7 @@ # Write out a Makefile and a build.xml file based on the *.inputs files # in the current directory. Steve Wainstead, April 2001. -# $Id: makemakebuild.pl,v 1.3 2001-12-22 05:14:16 rurban Exp $ +# $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 diff --git a/tests/maketest.pl b/tests/maketest.pl index 3d648d4e9..c6d3ea1b3 100644 --- a/tests/maketest.pl +++ b/tests/maketest.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Id: maketest.pl,v 1.4 2004-09-06 08:30:44 rurban Exp $ +# $Id$ # read in a file, generate Java code to run a test. # Steve Wainstead, March 2001. diff --git a/tests/unit/mysql-test-destroy.sql b/tests/unit/mysql-test-destroy.sql index 295c04ad4..4c86fb012 100644 --- a/tests/unit/mysql-test-destroy.sql +++ b/tests/unit/mysql-test-destroy.sql @@ -1,4 +1,4 @@ --- $Id: mysql-test-destroy.sql,v 1.1 2004-11-03 16:55:03 rurban Exp $ +-- $Id$ drop table if exists test_page; drop table if exists test_version; diff --git a/tests/unit/mysql-test-initialize.sql b/tests/unit/mysql-test-initialize.sql index 3181aeec6..1af37ff45 100644 --- a/tests/unit/mysql-test-initialize.sql +++ b/tests/unit/mysql-test-initialize.sql @@ -1,4 +1,4 @@ --- $Id: mysql-test-initialize.sql,v 1.5 2006-06-05 09:35:02 rurban Exp $ +-- $Id$ -- for the regression suite drop table if exists test_page; diff --git a/tests/unit/psql-test-initialize.sql b/tests/unit/psql-test-initialize.sql index 669d47f95..bf1bca86b 100644 --- a/tests/unit/psql-test-initialize.sql +++ b/tests/unit/psql-test-initialize.sql @@ -1,4 +1,4 @@ --- $Id: psql-test-initialize.sql,v 1.2 2006-12-23 13:01:59 rurban Exp $ +-- $Id$ -- for the regression suite \set prefix 'test_' -- 2.45.0