emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 101da66 306/316: Don't scan othe


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 101da66 306/316: Don't scan other files because Util.cc is already in a buffer
Date: Fri, 27 Jan 2017 20:03:49 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 101da66be28d0627ed04bbdb2a5575becbd2b2cf
Author: Eric Ludlam <address@hidden>
Commit: Edward John Steere <address@hidden>

    Don't scan other files because Util.cc is already in a buffer
    
    * test/manual/cedet/cit-globalref.el (cit-globalref-test): Final test,
     Util.cc is already in a buffer, so we shouldn't scan any other files.
---
 test/manual/cedet/cit-globalref.el |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/manual/cedet/cit-globalref.el 
b/test/manual/cedet/cit-globalref.el
index 50d1b75..cb5e331 100644
--- a/test/manual/cedet/cit-globalref.el
+++ b/test/manual/cedet/cit-globalref.el
@@ -141,8 +141,8 @@
   (message "Jump to myUtilFunNoNS success.")
 
   ;; The only file it needed to find
-  (when (not (equal cit-globalref-file-log '("src/Util.cc")))
-    (message "Too many files searched, should have only found src/Util.cc")
+  (when (not (equal cit-globalref-file-log nil)) ;; '("src/Util.cc")))
+    (message "Too many files searched, should have found files in buffers.")
     (error "Found %S" cit-globalref-file-log))
 
   ;; Debug reporting.



reply via email to

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