Update of /cvsroot/emacs-jabber/emacs-jabber/tests
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv6281/tests
Modified Files:
history.el
Log Message:
Revision: ma...@fr...--2005/emacs-jabber--cvs-head--0--patch-496
Creator: Magnus Henoch <ma...@fr...>
s/insert-file-literally/insert-file-contents-literally/
Index: history.el
===================================================================
RCS file: /cvsroot/emacs-jabber/emacs-jabber/tests/history.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- history.el 15 May 2008 23:36:28 -0000 1.1
+++ history.el 16 May 2008 00:28:47 -0000 1.2
@@ -11,7 +11,7 @@
(progn
(jabber-history-log-message "in" "ro...@mo.../Balcony" nil "hi" our-time)
(with-temp-buffer
- (insert-file-literally jabber-global-history-filename)
+ (insert-file-contents-literally jabber-global-history-filename)
(let ((expected "\\[\"\\([^\"]+\\)\" \"in\" \"ro...@mo.../Balcony\" \"me\" \"hi\"]\n")
(actual (buffer-string)))
(unless (string-match expected actual)
|