From: Gerrit R. <ri...@us...> - 2001-11-26 09:25:39
|
Update of /cvsroot/phpwiki/phpwiki/tests In directory usw-pr-cvs1:/tmp/cvs-serv17682/tests Modified Files: unit_test_backend_cvs.php Log Message: implemented the most_recent and most_popular functions, and minor refactorings Index: unit_test_backend_cvs.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/tests/unit_test_backend_cvs.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** unit_test_backend_cvs.php 2001/11/08 11:01:16 1.2 --- unit_test_backend_cvs.php 2001/11/26 09:25:36 1.3 *************** *** 114,117 **** --- 114,118 ---- exec( "rm -fr " . $db_params[CVS_REPOSITORY], $cmdout, $retval ); exec( "rm -f " . $db_params[CVS_DEBUG_FILE], $cmdout, $retval ); + print "Test was succesful\n"; } else { print "It appears something went wrong, nothing being removed\n"; |