Annotation of doc/loncapafiles/testfiles.lpml, revision 1.5

1.1       harris41    1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
                      2:  "http://lpml.sourceforge.net/DTD/lpml.dtd">
                      3: <!-- testfiles.lpml -->
                      4: 
1.5     ! harris41    5: <!-- $Id: testfiles.lpml,v 1.4 2002/12/13 06:08:17 albertel Exp $ -->
1.1       harris41    6: 
                      7: <!--
                      8: 
                      9: Copyright Michigan State University Board of Trustees
                     10: 
                     11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                     12: 
                     13: LON-CAPA is free software; you can redistribute it and/or modify
                     14: it under the terms of the GNU General Public License as published by
                     15: the Free Software Foundation; either version 2 of the License, or
                     16: (at your option) any later version.
                     17: 
                     18: LON-CAPA is distributed in the hope that it will be useful,
                     19: but WITHOUT ANY WARRANTY; without even the implied warranty of
                     20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     21: GNU General Public License for more details.
                     22: 
                     23: You should have received a copy of the GNU General Public License
                     24: along with LON-CAPA; if not, write to the Free Software
                     25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     26: 
                     27: /home/httpd/html/adm/gpl.txt
                     28: 
                     29: http://www.lon-capa.org/
                     30: 
                     31: -->
                     32: 
                     33: <!-- Default values must be defined before specific values. -->
                     34: <!-- If no 'dist' attribute is specified, then it is always installed. -->
                     35: <!-- If 'dist' attribute is set to  'default', then the specification. -->
                     36: <!-- is accepted if an alternative distribution is not requested or not -->
                     37: <!-- defined. -->
                     38: 
                     39: <lpml>
                     40: <specialnotices>
                     41: <specialnotice dist='default'>
                     42: </specialnotice>
                     43: </specialnotices>
                     44: <targetroot>/test</targetroot>
                     45: <sourceroot>/home/user/loncapa/</sourceroot>
                     46: <categories>
                     47: <category name="system file" type="runtime">
                     48:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
                     49:   <abbreviation>systemfile</abbreviation>
                     50: </category>
                     51: <category name="system file" type="development">
                     52:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
                     53:   <abbreviation>systemfile</abbreviation>
                     54: </category>
                     55: <category name="standard" type="runtime">
                     56:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
                     57:   <abbreviation>directory</abbreviation>
                     58: </category>
                     59: <category name="standard" type="development">
                     60:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
                     61:   <abbreviation>directory</abbreviation>
                     62: </category>
                     63: </categories>
                     64: <directories>
                     65: </directories>
                     66: <files>
                     67: <file>
                     68: <source>loncom/build/system_dependencies/Makefile</source>
                     69: <target dist='default'>Makefile</target>
                     70: <categoryname>system file</categoryname>
                     71: <description>
                     72: Makefile for testing horizontal system partitions of LON-CAPA
                     73: </description>
                     74: <note>
                     75: </note>
                     76: </file>
                     77: <file>
1.4       albertel   78: <source>loncom/build/system_dependencies/README</source>
                     79: <target dist='default'>README</target>
                     80: <categoryname>system file</categoryname>
                     81: <description>
                     82: Description of testing facilities.
                     83: </description>
                     84: <note>
                     85: </note>
                     86: </file>
                     87: <file>
1.1       harris41   88: <source>loncom/build/system_dependencies/perltest.pl</source>
                     89: <target dist='default'>perltest.pl</target>
                     90: <categoryname>system file</categoryname>
                     91: <description>
                     92: Tests to see if all needed CPAN perl modules are present on the system
                     93: and if they are of the appropriate version.
                     94: </description>
                     95: <note>
                     96: </note>
                     97: </file>
                     98: <file>
                     99: <source>loncom/build/system_dependencies/pmvers</source>
                    100: <target dist='default'>pmvers</target>
                    101: <categoryname>system file</categoryname>
                    102: <description>
                    103: Part of the pmtools suite.  Checks the version number of a given
                    104: perl module.
                    105: </description>
                    106: <note>
                    107: </note>
                    108: </file>
                    109: <file>
                    110: <source>loncom/build/system_dependencies/sqltest.pl</source>
                    111: <target dist='default'>sqltest.pl</target>
                    112: <categoryname>system file</categoryname>
                    113: <description>
                    114: Tests to see if the MySQL database is present on the system, if it is
                    115: an appropriate version, and if it can be connected to by the information
                    116: in access.conf (soon to be loncapa.conf).
1.4       albertel  117: </description>
                    118: <note>
                    119: </note>
                    120: </file>
                    121: <file>
                    122: <source>loncom/build/system_dependencies/postscripttest.pl</source>
                    123: <target dist='default'>postscripttest.pl</target>
                    124: <categoryname>system file</categoryname>
                    125: <description>
                    126: Tests to see if ps2pdf is installed.
1.2       harris41  127: </description>
                    128: <note>
                    129: </note>
                    130: </file>
                    131: <file>
                    132: <source>loncom/build/weblayer_test/Makefile</source>
                    133: <target dist='default'>Makefile</target>
                    134: <categoryname>system file</categoryname>
                    135: <description>
                    136: Coordinates testing of user login through the web layer.
                    137: </description>
                    138: <note>
                    139: </note>
                    140: </file>
                    141: <file>
                    142: <source>loncom/build/weblayer_test/make_test_user.pl</source>
                    143: <target dist='default'>make_test_user.pl</target>
                    144: <categoryname>system file</categoryname>
                    145: <description>
                    146: Does all things on the file system to generate a test user.
                    147: </description>
                    148: <note>
                    149: </note>
                    150: </file>
                    151: <file>
                    152: <source>loncom/build/weblayer_test/test_login.pl</source>
                    153: <target dist='default'>test_login.pl</target>
                    154: <categoryname>system file</categoryname>
                    155: <description>
                    156: Does a test login.
                    157: </description>
                    158: <note>
                    159: </note>
                    160: </file>
                    161: <file>
                    162: <source>loncom/build/weblayer_test/test_weblayer.pl</source>
                    163: <target dist='default'>test_weblayer.pl</target>
                    164: <categoryname>system file</categoryname>
                    165: <description>
                    166: Controls all the lower-level scripts for testing the web layer.
1.3       harris41  167: </description>
                    168: <note>
                    169: </note>
                    170: </file>
                    171: <file>
                    172: <source>loncom/test/filecomparetest.pl</source>
                    173: <target dist='default'>filecomparetest.pl</target>
                    174: <categoryname>system file</categoryname>
                    175: <description>
                    176: Tests the filecompare.pl command to make sure we can rely on it;
                    177: this is to be VERY careful to make sure that updating the filesystem
                    178: is foolproof.
1.1       harris41  179: </description>
                    180: <note>
                    181: </note>
                    182: </file>
                    183: </files>
                    184: </lpml>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>
500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.