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