From: Chris S. <san...@us...> - 2005-07-05 13:12:45
|
Update of /cvsroot/stack/stack-1-0/scripts/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13331/scripts/install Modified Files: testsuite.php Log Message: Index: testsuite.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/install/testsuite.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** testsuite.php 1 Jul 2005 15:22:40 -0000 1.1 --- testsuite.php 5 Jul 2005 13:12:26 -0000 1.2 *************** *** 5,9 **** */ session_start(); ! require_once('../../../stackstd.php'); $docs = $stack_root.'/doc/en_doc.php'; --- 5,9 ---- */ session_start(); ! require_once('../../stackstd.php'); $docs = $stack_root.'/doc/en_doc.php'; *************** *** 124,129 **** ! //$AnswerTestlist = array('AlgEquiv','Diff','Int','FacForm','SA_factored','SA_expanded'); ! $AnswerTestlist = array('Int'); //$AnswerTestlist = array('FacForm','SA_factored'); --- 124,129 ---- ! $AnswerTestlist = array('AlgEquiv','Diff','Int','FacForm','SA_factored','SA_expanded'); ! //$AnswerTestlist = array('Int'); //$AnswerTestlist = array('FacForm','SA_factored'); |