Module: test-editor-manager-common Synopsis: Environment-Editor Interface Test -- platform-independent part Author: Hugh Greene Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc. All rights reserved. License: Functional Objects Library Public License Version 1.0 Dual-license: GNU Lesser General Public License Warranty: Distributed WITHOUT WARRANTY OF ANY KIND /// Variables which control the semantics of the tests. define variable *editor-call* :: = editor-call; /* [obsolete?] define function test-editor-call (#rest args) => (success? :: ) apply(*editor-call*, args); #t end; */ define variable *test-file-path* :: = ""; define variable *test-file-name* :: = "";