emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/merge-cedet-tests 9c59d78 146/316: (ede-detect-ute


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 9c59d78 146/316: (ede-detect-utest): Change message formatting.
Date: Fri, 27 Jan 2017 20:03:35 +0000 (UTC)

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

    (ede-detect-utest): Change message formatting.
---
 test/manual/cedet/cedet/ede/detect-utest.el |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/test/manual/cedet/cedet/ede/detect-utest.el 
b/test/manual/cedet/cedet/ede/detect-utest.el
index ca9aa71..1a257fc 100644
--- a/test/manual/cedet/cedet/ede/detect-utest.el
+++ b/test/manual/cedet/cedet/ede/detect-utest.el
@@ -99,7 +99,7 @@ Each entry is a cons cell:
            (condition-case err
                (ede-initialize-state-current-buffer)
              (error
-              (semantic-ia-utest-log "!! In %s: load threw error %S\n"
+              (semantic-ia-utest-log "\n!! In %s: load threw error %S\n"
                                      (substring default-directory baselen)
                                      err)
               (push fl errlog)
@@ -116,13 +116,13 @@ Each entry is a cons cell:
                      (if (not projdetect)
                          (progn
                            ;; Detected nothing
-                           (semantic-ia-utest-log  "!! In %s: Detected 
nothing, wanted %S\n"
+                           (semantic-ia-utest-log  "\n!! In %s: Detected 
nothing, wanted %S\n"
                                                    (substring 
default-directory baselen)
                                                    (cdr fl))
                            (push fl errlog))
 
                        ;; Else, some other error.
-                       (semantic-ia-utest-log "!! In %s: Detected %S, failed 
to load project type %s\n"
+                       (semantic-ia-utest-log "\n!! In %s: Detected %S, failed 
to load project type %s\n"
                                                 (substring default-directory 
baselen)
                                                 (eieio-object-name (cdr 
projdetect))
                                                 (cdr fl))
@@ -131,11 +131,11 @@ Each entry is a cons cell:
                ;; Test the result.
                (if (funcall (cdr fl) proj)
 
-                   (semantic-ia-utest-log "** In %s: Found %s ... Done\n"
+                   (semantic-ia-utest-log "** In %s: Found %s ... Done"
                                           (substring default-directory baselen)
                                           (cdr fl))
 
-                 (semantic-ia-utest-log  "!! In %s: Found %S, wanted %S\n"
+                 (semantic-ia-utest-log  "\n!! In %s: Found %S, wanted %S\n"
                                          (substring default-directory baselen)
                                          (eieio-object-name proj)
                                          (cdr fl))



reply via email to

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