|
From: <var...@us...> - 2008-08-26 15:20:15
|
Revision: 6206
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6206&view=rev
Author: vargenau
Date: 2008-08-26 15:20:22 +0000 (Tue, 26 Aug 2008)
Log Message:
-----------
Activated Id substitution for Subversion
Modified Paths:
--------------
trunk/tests/AAA_GetHomePage.inputs
trunk/tests/AAB_EditSandBox.inputs
trunk/tests/AAC_MakeAutoTestPage.inputs
trunk/tests/AAD_FindText.inputs
trunk/tests/CompatInfo.php
trunk/tests/README
trunk/tests/makemakebuild.pl
trunk/tests/maketest.pl
trunk/tests/unit/mysql-test-destroy.sql
trunk/tests/unit/mysql-test-initialize.sql
trunk/tests/unit/psql-test-initialize.sql
Property Changed:
----------------
trunk/tests/AAA_GetHomePage.inputs
trunk/tests/AAB_EditSandBox.inputs
trunk/tests/AAC_MakeAutoTestPage.inputs
trunk/tests/AAD_FindText.inputs
trunk/tests/CompatInfo.php
trunk/tests/README
trunk/tests/makemakebuild.pl
trunk/tests/maketest.pl
trunk/tests/unit/mysql-test-destroy.sql
trunk/tests/unit/mysql-test-initialize.sql
trunk/tests/unit/psql-test-initialize.sql
Modified: trunk/tests/AAA_GetHomePage.inputs
===================================================================
--- trunk/tests/AAA_GetHomePage.inputs 2008-08-26 15:17:08 UTC (rev 6205)
+++ trunk/tests/AAA_GetHomePage.inputs 2008-08-26 15:20:22 UTC (rev 6206)
@@ -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
Property changes on: trunk/tests/AAA_GetHomePage.inputs
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/tests/AAB_EditSandBox.inputs
===================================================================
--- trunk/tests/AAB_EditSandBox.inputs 2008-08-26 15:17:08 UTC (rev 6205)
+++ trunk/tests/AAB_EditSandBox.inputs 2008-08-26 15:20:22 UTC (rev 6206)
@@ -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
Property changes on: trunk/tests/AAB_EditSandBox.inputs
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/tests/AAC_MakeAutoTestPage.inputs
===================================================================
--- trunk/tests/AAC_MakeAutoTestPage.inputs 2008-08-26 15:17:08 UTC (rev 6205)
+++ trunk/tests/AAC_MakeAutoTestPage.inputs 2008-08-26 15:20:22 UTC (rev 6206)
@@ -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
Property changes on: trunk/tests/AAC_MakeAutoTestPage.inputs
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/tests/AAD_FindText.inputs
===================================================================
--- trunk/tests/AAD_FindText.inputs 2008-08-26 15:17:08 UTC (rev 6205)
+++ trunk/tests/AAD_FindText.inputs 2008-08-26 15:20:22 UTC (rev 6206)
@@ -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
Property changes on: trunk/tests/AAD_FindText.inputs
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/tests/CompatInfo.php
===================================================================
--- trunk/tests/CompatInfo.php 2008-08-26 15:17:08 UTC (rev 6205)
+++ trunk/tests/CompatInfo.php 2008-08-26 15:20:22 UTC (rev 6206)
@@ -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 <ru...@x-...>
Property changes on: trunk/tests/CompatInfo.php
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/tests/README
===================================================================
--- trunk/tests/README 2008-08-26 15:17:08 UTC (rev 6205)
+++ trunk/tests/README 2008-08-26 15:20:22 UTC (rev 6206)
@@ -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
Property changes on: trunk/tests/README
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/tests/makemakebuild.pl
===================================================================
--- trunk/tests/makemakebuild.pl 2008-08-26 15:17:08 UTC (rev 6205)
+++ trunk/tests/makemakebuild.pl 2008-08-26 15:20:22 UTC (rev 6206)
@@ -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
Property changes on: trunk/tests/makemakebuild.pl
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/tests/maketest.pl
===================================================================
--- trunk/tests/maketest.pl 2008-08-26 15:17:08 UTC (rev 6205)
+++ trunk/tests/maketest.pl 2008-08-26 15:20:22 UTC (rev 6206)
@@ -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.
Property changes on: trunk/tests/maketest.pl
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/tests/unit/mysql-test-destroy.sql
===================================================================
--- trunk/tests/unit/mysql-test-destroy.sql 2008-08-26 15:17:08 UTC (rev 6205)
+++ trunk/tests/unit/mysql-test-destroy.sql 2008-08-26 15:20:22 UTC (rev 6206)
@@ -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;
Property changes on: trunk/tests/unit/mysql-test-destroy.sql
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/tests/unit/mysql-test-initialize.sql
===================================================================
--- trunk/tests/unit/mysql-test-initialize.sql 2008-08-26 15:17:08 UTC (rev 6205)
+++ trunk/tests/unit/mysql-test-initialize.sql 2008-08-26 15:20:22 UTC (rev 6206)
@@ -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;
Property changes on: trunk/tests/unit/mysql-test-initialize.sql
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: trunk/tests/unit/psql-test-initialize.sql
===================================================================
--- trunk/tests/unit/psql-test-initialize.sql 2008-08-26 15:17:08 UTC (rev 6205)
+++ trunk/tests/unit/psql-test-initialize.sql 2008-08-26 15:20:22 UTC (rev 6206)
@@ -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_'
Property changes on: trunk/tests/unit/psql-test-initialize.sql
___________________________________________________________________
Added: svn:keywords
+ Id
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2009-03-31 12:20:27
|
Revision: 6745
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6745&view=rev
Author: vargenau
Date: 2009-03-31 12:20:18 +0000 (Tue, 31 Mar 2009)
Log Message:
-----------
Remove history
Modified Paths:
--------------
trunk/tests/CompatInfo.php
trunk/tests/unit/test.php
Modified: trunk/tests/CompatInfo.php
===================================================================
--- trunk/tests/CompatInfo.php 2009-03-31 12:12:00 UTC (rev 6744)
+++ trunk/tests/CompatInfo.php 2009-03-31 12:20:18 UTC (rev 6745)
@@ -153,16 +153,6 @@
echo "</pre>\n";
}
-// $Log: not supported by cvs2svn $
-// Revision 1.2 2004/08/24 00:27:29 rurban
-// Turn recursion on
-//
-// Revision 1.1 2004/08/24 00:21:57 rurban
-// Print the PHP compatibility info for phpwiki.
-// per file and per project,
-// (which function is dependend on which php version?)
-//
-
// (c-file-style: "gnu")
// Local Variables:
// mode: php
@@ -171,4 +161,4 @@
// c-hanging-comment-ender-p: nil
// indent-tabs-mode: nil
// End:
-?>
\ No newline at end of file
+?>
Modified: trunk/tests/unit/test.php
===================================================================
--- trunk/tests/unit/test.php 2009-03-31 12:12:00 UTC (rev 6744)
+++ trunk/tests/unit/test.php 2009-03-31 12:20:18 UTC (rev 6745)
@@ -659,20 +659,6 @@
if (isset($HTTP_SERVER_VARS['REQUEST_METHOD']))
echo "</pre>\n";
-// $Log: not supported by cvs2svn $
-// Revision 1.46 2007/01/21 12:26:38 rurban
-// Improve UI (label, button)
-//
-// Revision 1.45 2007/01/04 16:48:15 rurban
-// Do sqlite
-//
-// Revision 1.44 2006/12/23 11:44:56 rurban
-// deal with strict references and the order of deletion
-//
-// Revision 1.43 2006/06/05 09:35:02 rurban
-// add experimental backend flatfile, minor fixes
-//
-
// (c-file-style: "gnu")
// Local Variables:
// mode: php
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2012-09-30 17:13:36
|
Revision: 8330
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8330&view=rev
Author: vargenau
Date: 2012-09-30 17:13:29 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
Remove $Id$
Modified Paths:
--------------
trunk/tests/unit/pcre-crash.php
trunk/tests/unit/test.php
trunk/tests/xmlrpc/interop-client.php
trunk/tests/xmlrpc/interop-server.php
trunk/tests/xmlrpc/validate-form.php
trunk/tests/xmlrpc/validate.php
trunk/tests/xmlrpc/xmlrpc-client.php
trunk/tests/xmlrpc/xmlrpc-introspect.php
trunk/tests/xmlrpc/xmlrpc-servers.php
trunk/tests/xmlrpc/xmlrpc_utils.php
Property Changed:
----------------
trunk/tests/unit/pcre-crash.php
trunk/tests/unit/test.php
trunk/tests/xmlrpc/interop-client.php
trunk/tests/xmlrpc/interop-server.php
trunk/tests/xmlrpc/validate-form.php
trunk/tests/xmlrpc/validate.php
trunk/tests/xmlrpc/xmlrpc-client.php
trunk/tests/xmlrpc/xmlrpc-introspect.php
trunk/tests/xmlrpc/xmlrpc-servers.php
trunk/tests/xmlrpc/xmlrpc_utils.php
Modified: trunk/tests/unit/pcre-crash.php
===================================================================
--- trunk/tests/unit/pcre-crash.php 2012-09-30 17:08:38 UTC (rev 8329)
+++ trunk/tests/unit/pcre-crash.php 2012-09-30 17:13:29 UTC (rev 8330)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
$blockpats=array();
$blockpats[] = '[ \t]+\S(?:.*\s*\n[ \t]+\S)*';
Property changes on: trunk/tests/unit/pcre-crash.php
___________________________________________________________________
Deleted: svn:keywords
- Id
Modified: trunk/tests/unit/test.php
===================================================================
--- trunk/tests/unit/test.php 2012-09-30 17:08:38 UTC (rev 8329)
+++ trunk/tests/unit/test.php 2012-09-30 17:13:29 UTC (rev 8330)
@@ -1,7 +1,6 @@
<?php // #!/usr/local/bin/php -Cq
/* Copyright (C) 2004 Dan Frankowski <dfr...@cs...>
* Copyright (C) 2004,2005,2006 Reini Urban <ru...@x-...>
- * $Id$
*
* This file is part of PhpWiki.
*
Property changes on: trunk/tests/unit/test.php
___________________________________________________________________
Deleted: svn:keywords
- Id
Modified: trunk/tests/xmlrpc/interop-client.php
===================================================================
--- trunk/tests/xmlrpc/interop-client.php 2012-09-30 17:08:38 UTC (rev 8329)
+++ trunk/tests/xmlrpc/interop-client.php 2012-09-30 17:13:29 UTC (rev 8330)
@@ -5,7 +5,6 @@
Author: Dan Libby (da...@li...)
Epinions.com may be contacted at fee...@ep...
- $Id$
*/
/*
Property changes on: trunk/tests/xmlrpc/interop-client.php
___________________________________________________________________
Deleted: svn:keywords
- Id
Modified: trunk/tests/xmlrpc/interop-server.php
===================================================================
--- trunk/tests/xmlrpc/interop-server.php 2012-09-30 17:08:38 UTC (rev 8329)
+++ trunk/tests/xmlrpc/interop-server.php 2012-09-30 17:13:29 UTC (rev 8330)
@@ -1,5 +1,4 @@
-<?php // $Id$
-
+<?php
include 'xmlrpc_utils.php';
/* echos whatever it receives */
Property changes on: trunk/tests/xmlrpc/interop-server.php
___________________________________________________________________
Deleted: svn:keywords
- Id
Modified: trunk/tests/xmlrpc/validate-form.php
===================================================================
--- trunk/tests/xmlrpc/validate-form.php 2012-09-30 17:08:38 UTC (rev 8329)
+++ trunk/tests/xmlrpc/validate-form.php 2012-09-30 17:13:29 UTC (rev 8330)
@@ -1,6 +1,6 @@
<html>
-<?php // $Id$
+<?php
/*
This file is part of, or distributed with, libXMLRPC - a C library for
Property changes on: trunk/tests/xmlrpc/validate-form.php
___________________________________________________________________
Deleted: svn:keywords
- Id
Modified: trunk/tests/xmlrpc/validate.php
===================================================================
--- trunk/tests/xmlrpc/validate.php 2012-09-30 17:08:38 UTC (rev 8329)
+++ trunk/tests/xmlrpc/validate.php 2012-09-30 17:13:29 UTC (rev 8330)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
/*
This file is part of, or distributed with, libXMLRPC - a C library for
Property changes on: trunk/tests/xmlrpc/validate.php
___________________________________________________________________
Deleted: svn:keywords
- Id
Modified: trunk/tests/xmlrpc/xmlrpc-client.php
===================================================================
--- trunk/tests/xmlrpc/xmlrpc-client.php 2012-09-30 17:08:38 UTC (rev 8329)
+++ trunk/tests/xmlrpc/xmlrpc-client.php 2012-09-30 17:13:29 UTC (rev 8330)
@@ -7,7 +7,6 @@
* http://www.ecyrd.com/JSPWiki/Wiki.jsp?page=WikiRPCInterface
* Author: Reini Urban
- * $Id$
*/
/*
Property changes on: trunk/tests/xmlrpc/xmlrpc-client.php
___________________________________________________________________
Deleted: svn:keywords
- Id
Modified: trunk/tests/xmlrpc/xmlrpc-introspect.php
===================================================================
--- trunk/tests/xmlrpc/xmlrpc-introspect.php 2012-09-30 17:08:38 UTC (rev 8329)
+++ trunk/tests/xmlrpc/xmlrpc-introspect.php 2012-09-30 17:13:29 UTC (rev 8330)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
/*********************************
* system.describeMethods Support *
Property changes on: trunk/tests/xmlrpc/xmlrpc-introspect.php
___________________________________________________________________
Deleted: svn:keywords
- Id
Modified: trunk/tests/xmlrpc/xmlrpc-servers.php
===================================================================
--- trunk/tests/xmlrpc/xmlrpc-servers.php 2012-09-30 17:08:38 UTC (rev 8329)
+++ trunk/tests/xmlrpc/xmlrpc-servers.php 2012-09-30 17:13:29 UTC (rev 8330)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
/**
* List of various interop and wiki servers to test against.
* interop for the basic library functionality, and then the wiki API.
Property changes on: trunk/tests/xmlrpc/xmlrpc-servers.php
___________________________________________________________________
Deleted: svn:keywords
- Id
Modified: trunk/tests/xmlrpc/xmlrpc_utils.php
===================================================================
--- trunk/tests/xmlrpc/xmlrpc_utils.php 2012-09-30 17:08:38 UTC (rev 8329)
+++ trunk/tests/xmlrpc/xmlrpc_utils.php 2012-09-30 17:13:29 UTC (rev 8330)
@@ -1,4 +1,4 @@
-<?php // $Id$
+<?php
// This file has moved. keeping below for legacy compat reasons.
Property changes on: trunk/tests/xmlrpc/xmlrpc_utils.php
___________________________________________________________________
Deleted: svn:keywords
- Id
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <var...@us...> - 2012-10-01 07:52:00
|
Revision: 8336
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8336&view=rev
Author: vargenau
Date: 2012-10-01 07:51:50 +0000 (Mon, 01 Oct 2012)
Log Message:
-----------
Remove $Id$
Modified Paths:
--------------
trunk/tests/AAA_GetHomePage.inputs
trunk/tests/AAB_EditSandBox.inputs
trunk/tests/AAC_MakeAutoTestPage.inputs
trunk/tests/AAD_FindText.inputs
Property Changed:
----------------
trunk/tests/AAA_GetHomePage.inputs
trunk/tests/AAB_EditSandBox.inputs
trunk/tests/AAC_MakeAutoTestPage.inputs
trunk/tests/AAD_FindText.inputs
Modified: trunk/tests/AAA_GetHomePage.inputs
===================================================================
--- trunk/tests/AAA_GetHomePage.inputs 2012-10-01 07:46:38 UTC (rev 8335)
+++ trunk/tests/AAA_GetHomePage.inputs 2012-10-01 07:51:50 UTC (rev 8336)
@@ -1,6 +1,4 @@
# Ensure the home page comes up.
-# $Id$
-
type: starting_page
start_url: index.php
go
Property changes on: trunk/tests/AAA_GetHomePage.inputs
___________________________________________________________________
Deleted: svn:keywords
- Id
Modified: trunk/tests/AAB_EditSandBox.inputs
===================================================================
--- trunk/tests/AAB_EditSandBox.inputs 2012-10-01 07:46:38 UTC (rev 8335)
+++ trunk/tests/AAB_EditSandBox.inputs 2012-10-01 07:51:50 UTC (rev 8336)
@@ -1,5 +1,3 @@
-# $Id$
-
type: starting_page
start_url: index.php
go
Property changes on: trunk/tests/AAB_EditSandBox.inputs
___________________________________________________________________
Deleted: svn:keywords
- Id
Modified: trunk/tests/AAC_MakeAutoTestPage.inputs
===================================================================
--- trunk/tests/AAC_MakeAutoTestPage.inputs 2012-10-01 07:46:38 UTC (rev 8335)
+++ trunk/tests/AAC_MakeAutoTestPage.inputs 2012-10-01 07:51:50 UTC (rev 8336)
@@ -1,6 +1,4 @@
# Go to a nonexistent page, create it.
-# $Id$
-
type: starting_page
start_url: index.php?AutoTest
go
Property changes on: trunk/tests/AAC_MakeAutoTestPage.inputs
___________________________________________________________________
Deleted: svn:keywords
- Id
Modified: trunk/tests/AAD_FindText.inputs
===================================================================
--- trunk/tests/AAD_FindText.inputs 2012-10-01 07:46:38 UTC (rev 8335)
+++ trunk/tests/AAD_FindText.inputs 2012-10-01 07:51:50 UTC (rev 8336)
@@ -1,6 +1,5 @@
# Test the page WabiSabi for the text
# string "imperfect, impermanent, and incomplete"
-# $Id$
# get the starting page
type: starting_page
Property changes on: trunk/tests/AAD_FindText.inputs
___________________________________________________________________
Deleted: svn:keywords
- Id
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
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.
|
|
From: <var...@us...> - 2012-10-02 09:05:02
|
Revision: 8369
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8369&view=rev
Author: vargenau
Date: 2012-10-02 09:04:52 +0000 (Tue, 02 Oct 2012)
Log Message:
-----------
php_closing_tag [PSR-2] The closing ?> tag MUST be omitted from files containing only PHP.
Modified Paths:
--------------
trunk/tests/CompatInfo.php
trunk/tests/unit/lib/AtomParserTest.php
trunk/tests/unit/lib/DumpHtml.php
trunk/tests/unit/lib/HtmlParserTest.php
trunk/tests/unit/lib/InlineParserTest.php
trunk/tests/unit/lib/PageListTest.php
trunk/tests/unit/lib/SetupWiki.php
trunk/tests/unit/lib/TextSearchTest.php
trunk/tests/unit/lib/XmlRpcTest.php
trunk/tests/unit/lib/plugin/AllPagesTest.php
trunk/tests/unit/lib/plugin/AllUsersTest.php
trunk/tests/unit/lib/plugin/AtomFeedTest.php
trunk/tests/unit/lib/plugin/IncludePageTest.php
trunk/tests/unit/lib/plugin/ListPagesTest.php
trunk/tests/unit/lib/plugin/OrphanedPagesTest.php
trunk/tests/unit/lib/plugin/WantedPagesTest.php
trunk/tests/unit/pcre-crash.php
trunk/tests/unit/test.php
trunk/tests/unit_test_backend_cvs.php
trunk/tests/xmlrpc/interop-server.php
trunk/tests/xmlrpc/validate.php
trunk/tests/xmlrpc/xmlrpc-introspect.php
trunk/tests/xmlrpc/xmlrpc-servers.php
trunk/tests/xmlrpc/xmlrpc_utils.php
Modified: trunk/tests/CompatInfo.php
===================================================================
--- trunk/tests/CompatInfo.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/CompatInfo.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -157,4 +157,3 @@
// c-hanging-comment-ender-p: nil
// indent-tabs-mode: nil
// End:
-?>
Modified: trunk/tests/unit/lib/AtomParserTest.php
===================================================================
--- trunk/tests/unit/lib/AtomParserTest.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/lib/AtomParserTest.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -215,4 +215,3 @@
$this->assertEquals($payload, $current_entry["content"]);
}
}
-?>
Modified: trunk/tests/unit/lib/DumpHtml.php
===================================================================
--- trunk/tests/unit/lib/DumpHtml.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/lib/DumpHtml.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -50,5 +50,3 @@
}
}
-
-?>
Modified: trunk/tests/unit/lib/HtmlParserTest.php
===================================================================
--- trunk/tests/unit/lib/HtmlParserTest.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/lib/HtmlParserTest.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -46,4 +46,3 @@
// c-hanging-comment-ender-p: nil
// indent-tabs-mode: nil
// End:
-?>
Modified: trunk/tests/unit/lib/InlineParserTest.php
===================================================================
--- trunk/tests/unit/lib/InlineParserTest.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/lib/InlineParserTest.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -100,4 +100,3 @@
// c-hanging-comment-ender-p: nil
// indent-tabs-mode: nil
// End:
-?>
Modified: trunk/tests/unit/lib/PageListTest.php
===================================================================
--- trunk/tests/unit/lib/PageListTest.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/lib/PageListTest.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -26,5 +26,3 @@
//print_r($pl->getContent());
}
}
-
-?>
Modified: trunk/tests/unit/lib/SetupWiki.php
===================================================================
--- trunk/tests/unit/lib/SetupWiki.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/lib/SetupWiki.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -51,5 +51,3 @@
$this->assertTrue($dbi->isWikiPage('HomePage'));
}
}
-
-?>
Modified: trunk/tests/unit/lib/TextSearchTest.php
===================================================================
--- trunk/tests/unit/lib/TextSearchTest.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/lib/TextSearchTest.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -74,5 +74,3 @@
}
}
-
-?>
Modified: trunk/tests/unit/lib/XmlRpcTest.php
===================================================================
--- trunk/tests/unit/lib/XmlRpcTest.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/lib/XmlRpcTest.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -54,4 +54,3 @@
// c-hanging-comment-ender-p: nil
// indent-tabs-mode: nil
// End:
-?>
Modified: trunk/tests/unit/lib/plugin/AllPagesTest.php
===================================================================
--- trunk/tests/unit/lib/plugin/AllPagesTest.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/lib/plugin/AllPagesTest.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -35,5 +35,3 @@
//$this->assertType('object', $result, 'isa XmlContent');
}
}
-
-?>
Modified: trunk/tests/unit/lib/plugin/AllUsersTest.php
===================================================================
--- trunk/tests/unit/lib/plugin/AllUsersTest.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/lib/plugin/AllUsersTest.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -20,5 +20,3 @@
$this->assertType('object',$result,'isa PageList');
}
}
-
-?>
Modified: trunk/tests/unit/lib/plugin/AtomFeedTest.php
===================================================================
--- trunk/tests/unit/lib/plugin/AtomFeedTest.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/lib/plugin/AtomFeedTest.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -76,4 +76,3 @@
$this->assertEquals($expected_html, trim(html_entity_decode($html->asXML())));
}
}
-?>
Modified: trunk/tests/unit/lib/plugin/IncludePageTest.php
===================================================================
--- trunk/tests/unit/lib/plugin/IncludePageTest.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/lib/plugin/IncludePageTest.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -63,5 +63,3 @@
//TODO: check content for found and extracted section
}
}
-
-?>
Modified: trunk/tests/unit/lib/plugin/ListPagesTest.php
===================================================================
--- trunk/tests/unit/lib/plugin/ListPagesTest.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/lib/plugin/ListPagesTest.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -20,5 +20,3 @@
//$this->assertEquals(3, $result->_maxlen);
}
}
-
-?>
Modified: trunk/tests/unit/lib/plugin/OrphanedPagesTest.php
===================================================================
--- trunk/tests/unit/lib/plugin/OrphanedPagesTest.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/lib/plugin/OrphanedPagesTest.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -18,5 +18,3 @@
$this->assertType('object',$result,'isa PageList');
}
}
-
-?>
Modified: trunk/tests/unit/lib/plugin/WantedPagesTest.php
===================================================================
--- trunk/tests/unit/lib/plugin/WantedPagesTest.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/lib/plugin/WantedPagesTest.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -23,5 +23,3 @@
$this->assertType('object', $result, 'isa PageList');
}
}
-
-?>
Modified: trunk/tests/unit/pcre-crash.php
===================================================================
--- trunk/tests/unit/pcre-crash.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/pcre-crash.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -40,5 +40,3 @@
preg_match($pat, $subj, $m);
//preg_match($block_re, $subj, $m);
echo "ok\n";
-
-?>
Modified: trunk/tests/unit/test.php
===================================================================
--- trunk/tests/unit/test.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit/test.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -1,4 +1,4 @@
-<?php // #!/usr/local/bin/php -Cq
+<?php
/* Copyright (C) 2004 Dan Frankowski <dfr...@cs...>
* Copyright (C) 2004,2005,2006 Reini Urban <ru...@x-...>
*
@@ -665,4 +665,3 @@
// c-hanging-comment-ender-p: nil
// indent-tabs-mode: nil
// End:
-?>
Modified: trunk/tests/unit_test_backend_cvs.php
===================================================================
--- trunk/tests/unit_test_backend_cvs.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/unit_test_backend_cvs.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -113,5 +113,3 @@
} else {
print "It appears something went wrong, nothing being removed\n";
}
-
-?>
Modified: trunk/tests/xmlrpc/interop-server.php
===================================================================
--- trunk/tests/xmlrpc/interop-server.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/xmlrpc/interop-server.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -254,5 +254,3 @@
END;
}
-
-?>
Modified: trunk/tests/xmlrpc/validate.php
===================================================================
--- trunk/tests/xmlrpc/validate.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/xmlrpc/validate.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -252,5 +252,3 @@
echo "$response";
}
}
-
-?>
Modified: trunk/tests/xmlrpc/xmlrpc-introspect.php
===================================================================
--- trunk/tests/xmlrpc/xmlrpc-introspect.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/xmlrpc/xmlrpc-introspect.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -306,5 +306,3 @@
/*************************************
* END system.describeMethods Support *
*************************************/
-
-?>
Modified: trunk/tests/xmlrpc/xmlrpc-servers.php
===================================================================
--- trunk/tests/xmlrpc/xmlrpc-servers.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/xmlrpc/xmlrpc-servers.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -272,5 +272,3 @@
'user_uri' => $user_uri
);
}
-
-?>
Modified: trunk/tests/xmlrpc/xmlrpc_utils.php
===================================================================
--- trunk/tests/xmlrpc/xmlrpc_utils.php 2012-10-02 09:03:19 UTC (rev 8368)
+++ trunk/tests/xmlrpc/xmlrpc_utils.php 2012-10-02 09:04:52 UTC (rev 8369)
@@ -8,5 +8,3 @@
include_once './xmlrpc-introspect.php';
return format_describe_methods_result($value);
}
-
-?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|