emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117452: * python-tests.el (python-shell-calculat


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117452: * python-tests.el (python-shell-calculate-exec-path-2): Update test
Date: Mon, 18 Aug 2014 19:15:12 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117452
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2014-08-18 15:15:06 -0400
message:
  * python-tests.el (python-shell-calculate-exec-path-2): Update test
  for today's python.el changes.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/automated/python-tests.el 
pythontests.el-20130220195218-kqcioz3fssz9hwe1-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2014-08-11 00:38:19 +0000
+++ b/test/ChangeLog    2014-08-18 19:15:06 +0000
@@ -1,3 +1,8 @@
+2014-08-18  Glenn Morris  <address@hidden>
+
+       * automated/python-tests.el (python-shell-calculate-exec-path-2):
+       Update test for today's python.el changes.
+
 2014-08-11  Glenn Morris  <address@hidden>
 
        * automated/data/files-bug18141.el.gz: New file.

=== modified file 'test/automated/python-tests.el'
--- a/test/automated/python-tests.el    2014-07-21 14:41:19 +0000
+++ b/test/automated/python-tests.el    2014-08-18 19:15:06 +0000
@@ -1753,7 +1753,7 @@
   "Test `python-shell-exec-path' modification."
   (let* ((original-exec-path exec-path)
          (python-shell-virtualenv-path
-          (directory-file-name user-emacs-directory))
+          (directory-file-name (expand-file-name user-emacs-directory)))
          (exec-path (python-shell-calculate-exec-path)))
     (should (equal
              exec-path


reply via email to

[Prev in Thread] Current Thread [Next in Thread]