Mats Lidell <matsl(a)xemacs.org> writes:
@Michael -- Is there some good test cases in tramp that will work
with
XEmacs 21.5 that I could use to verify at least some basic
functionality or ert or maybe ert comes with its own unit tests?
tramp-test.el is already in xemacs-packages/tramp/test/. Currently, it
uses a hard-coded mock remote directory for test, which applies the GNU
Emacs syntax "/ssh:host:path". You could overwrite it by setting
environment variable $REMOTE_TEMPORARY_FILE_DIRECTORY to something like
"/[ssh/host]:path". Then, the test case tramp-test00-availability shall
be applicable (but I don't know whether file-remote-p returns a proper
result in XEmacs).
Other good test cases might be tramp-test07-file-exists-p ..
tramp-test25-load, but I don't guarantee for any of them to succeed in
XEmacs. That's what I want to check :-)
tramp-test26-process-file .. tramp-test34-unload are likely to fail with
XEmacs.
ert has own test cases as well, you'll find them in the GNU Emacs tree
as test/automated/ert-tests.el.
Yours
Best regards, Michael.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta