|
CVS: phpwiki/tests/unit test.php,1.36,1.37: msg#00174web.wiki.phpwiki.checkins
Update of /cvsroot/phpwiki/phpwiki/tests/unit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29124 Modified Files: test.php Log Message: debugging is called before phpwiki. so stick with this small lib, which doesn't depend on anything else. Index: test.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/tests/unit/test.php,v retrieving revision 1.36 retrieving revision 1.37 diff -u -2 -b -p -d -r1.36 -r1.37 --- test.php 25 Jan 2005 07:10:51 -0000 1.36 +++ test.php 27 Jan 2005 15:02:50 -0000 1.37 @@ -89,5 +89,5 @@ $database_backends = array( //$database_dsn = "mysql://wikiuser:@localhost/phpwiki"; $database_prefix = "test_"; -// For "cvs" see the seperate tests/unit_test_backend_cvs.php +// For "cvs" see the seperate tests/unit_test_backend_cvs.php (cvs is experimental) # Quiet warnings in IniConfig.php @@ -100,4 +100,5 @@ function printMemoryUsage($msg = '') { if ($msg) echo $msg,"\n"; if ((defined('DEBUG') and (DEBUG & 8)) or !defined('DEBUG')) { + require_once("lib/stdlib.php"); echo "-- MEMORY USAGE: "; $oldmem = $mem; ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS: phpwiki/lib/plugin AllPages.php,1.35,1.36: 00174, Reini Urban |
|---|---|
| Next by Date: | CVS: phpwiki/lib/plugin WikiAdminChown.php,1.7,1.8: 00174, Reini Urban |
| Previous by Thread: | CVS: phpwiki/lib/plugin AllPages.php,1.35,1.36i: 00174, Reini Urban |
| Next by Thread: | CVS: phpwiki/lib/plugin WikiAdminChown.php,1.7,1.8: 00174, Reini Urban |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |