Annotation of doc/loncapafiles/testfiles.lpml, revision 1.4
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.4 ! albertel 6: <!-- $Id: testfiles.lpml,v 1.3 2002/05/02 15:11:18 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>
1.4 ! albertel 79: <source>loncom/build/system_dependencies/README</source>
! 80: <target dist='default'>README</target>
! 81: <categoryname>system file</categoryname>
! 82: <description>
! 83: Description of testing facilities.
! 84: </description>
! 85: <note>
! 86: </note>
! 87: </file>
! 88: <file>
1.1 harris41 89: <source>loncom/build/system_dependencies/perltest.pl</source>
90: <target dist='default'>perltest.pl</target>
91: <categoryname>system file</categoryname>
92: <description>
93: Tests to see if all needed CPAN perl modules are present on the system
94: and if they are of the appropriate version.
95: </description>
96: <note>
97: </note>
98: </file>
99: <file>
100: <source>loncom/build/system_dependencies/pmvers</source>
101: <target dist='default'>pmvers</target>
102: <categoryname>system file</categoryname>
103: <description>
104: Part of the pmtools suite. Checks the version number of a given
105: perl module.
106: </description>
107: <note>
108: </note>
109: </file>
110: <file>
111: <source>loncom/build/system_dependencies/sqltest.pl</source>
112: <target dist='default'>sqltest.pl</target>
113: <categoryname>system file</categoryname>
114: <description>
115: Tests to see if the MySQL database is present on the system, if it is
116: an appropriate version, and if it can be connected to by the information
117: in access.conf (soon to be loncapa.conf).
1.4 ! albertel 118: </description>
! 119: <note>
! 120: </note>
! 121: </file>
! 122: <file>
! 123: <source>loncom/build/system_dependencies/postscripttest.pl</source>
! 124: <target dist='default'>postscripttest.pl</target>
! 125: <categoryname>system file</categoryname>
! 126: <description>
! 127: Tests to see if ps2pdf is installed.
1.2 harris41 128: </description>
129: <note>
130: </note>
131: </file>
132: <file>
133: <source>loncom/build/weblayer_test/Makefile</source>
134: <target dist='default'>Makefile</target>
135: <categoryname>system file</categoryname>
136: <description>
137: Coordinates testing of user login through the web layer.
138: </description>
139: <note>
140: </note>
141: </file>
142: <file>
143: <source>loncom/build/weblayer_test/make_test_user.pl</source>
144: <target dist='default'>make_test_user.pl</target>
145: <categoryname>system file</categoryname>
146: <description>
147: Does all things on the file system to generate a test user.
148: </description>
149: <note>
150: </note>
151: </file>
152: <file>
153: <source>loncom/build/weblayer_test/test_login.pl</source>
154: <target dist='default'>test_login.pl</target>
155: <categoryname>system file</categoryname>
156: <description>
157: Does a test login.
158: </description>
159: <note>
160: </note>
161: </file>
162: <file>
163: <source>loncom/build/weblayer_test/test_weblayer.pl</source>
164: <target dist='default'>test_weblayer.pl</target>
165: <categoryname>system file</categoryname>
166: <description>
167: Controls all the lower-level scripts for testing the web layer.
1.3 harris41 168: </description>
169: <note>
170: </note>
171: </file>
172: <file>
173: <source>loncom/test/filecomparetest.pl</source>
174: <target dist='default'>filecomparetest.pl</target>
175: <categoryname>system file</categoryname>
176: <description>
177: Tests the filecompare.pl command to make sure we can rely on it;
178: this is to be VERY careful to make sure that updating the filesystem
179: is foolproof.
1.1 harris41 180: </description>
181: <note>
182: </note>
183: </file>
184: </files>
185: </lpml>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>