summaryrefslogtreecommitdiff
path: root/test/lisp/mail/rfc2045-tests.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2020-04-26 16:47:04 -0700
committerGlenn Morris <rgm@gnu.org>2020-04-26 16:47:04 -0700
commit895a18eafb84bca68045e552437dbb00a15a9f56 (patch)
tree177dc675bda9ffc5a6708c077640286fc2145579 /test/lisp/mail/rfc2045-tests.el
parent763df4bc171c9742cf04b029ddfe495d52461bcf (diff)
downloademacs-895a18eafb84bca68045e552437dbb00a15a9f56.tar.gz
emacs-895a18eafb84bca68045e552437dbb00a15a9f56.tar.bz2
emacs-895a18eafb84bca68045e552437dbb00a15a9f56.zip
* test/lisp/mail/rfc2045-tests.el: Make it work.
Diffstat (limited to 'test/lisp/mail/rfc2045-tests.el')
-rw-r--r--test/lisp/mail/rfc2045-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/mail/rfc2045-tests.el b/test/lisp/mail/rfc2045-tests.el
index 844b16a1d93..edd7a88c69e 100644
--- a/test/lisp/mail/rfc2045-tests.el
+++ b/test/lisp/mail/rfc2045-tests.el
@@ -24,6 +24,7 @@
;;; Code:
(require 'ert)
+(require 'rfc2045)
(ert-deftest rfc2045-test-encode-string ()
(should (equal (rfc2045-encode-string "foo" "bar") "foo=bar"))