From: Chris S. <san...@us...> - 2005-07-05 16:29:32
|
Update of /cvsroot/stack/stack-1-0/scripts/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10418/scripts/install Modified Files: stacktest.php Log Message: Index: stacktest.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/install/stacktest.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** stacktest.php 3 Jun 2005 17:42:44 -0000 1.1 --- stacktest.php 5 Jul 2005 16:29:23 -0000 1.2 *************** *** 82,89 **** /************************************************/ ! /* Test write to $maximalocal['IMAGE_DIR']. */ /************************************************/ ! echo "<h2>Test the CAS system</h2>"; $strin = "The derivative of @ x^4/(1+x^4) @ is \[ @ diff(x^4/(1+x^4),x) @ \] --- 82,89 ---- /************************************************/ ! /* Test call to the CAS. */ /************************************************/ ! echo "<h2>4. Test the CAS system</h2>"; $strin = "The derivative of @ x^4/(1+x^4) @ is \[ @ diff(x^4/(1+x^4),x) @ \] |