RavenTest.mesa
Copyright (C) Xerox Corporation 1981, 1982, 1983, 1984, 1985. All rights reserved.
Last edited by Jacks 31-Jul-85 13:55:16
Tim Diebert: October 1, 1986 12:08:41 pm PDT
RavenTest: CEDAR DEFINITIONS = BEGIN
PUBLIC PROCEDUREs:
RunRepairMode: PROCEDURE[];
performs a variety of tests, depending on user input from console keys returns when repair mode is exited by console key combination
RunServeTestMode: PROCEDURE[];
runs image test or command status test depending on input from terminal
WaitRepairModeRequest: PROCEDURE[];
returns when repair mode is entered by console key combination RunRepairMode should then be called to perform tests
END.
LOG
When / Who / What.
1981/Claude Pany/Created.
11-Oct-82 10:49:15/Trowell/added documentation
18-Jul-85 23:45:30/Jacks/Added copyright notice, more documentation.
31-Jul-85 13:55:16 / Strickberger / Removed Initialize.