emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 874982e 08/31: Update test names.


From: Jackson Ray Hamilton
Subject: [elpa] master 874982e 08/31: Update test names.
Date: Mon, 09 Feb 2015 01:09:31 +0000

branch: master
commit 874982e34b05e4325612eae4b8053c9e24738fc0
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Update test names.
---
 test/context-coloring-test.el |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/test/context-coloring-test.el b/test/context-coloring-test.el
index c81be7c..e5e9740 100644
--- a/test/context-coloring-test.el
+++ b/test/context-coloring-test.el
@@ -377,7 +377,7 @@ t for a theme with SETTINGS."
            (disable-theme theme)
            (context-coloring-set-colors-default))))))
 
-(context-coloring-test-deftest-define-theme preexisting-set
+(context-coloring-test-deftest-define-theme additive
   (context-coloring-test-deftheme theme)
   (context-coloring-define-theme
    theme
@@ -396,7 +396,7 @@ t for a theme with SETTINGS."
            theme)
    "*Warnings*"))
 
-(context-coloring-test-deftest-define-theme preexisting-unintentional-override
+(context-coloring-test-deftest-define-theme unintentional-override
   (context-coloring-test-deftheme theme)
   (custom-theme-set-faces
    theme
@@ -413,7 +413,7 @@ t for a theme with SETTINGS."
   (context-coloring-test-assert-face 0 "#cccccc")
   (context-coloring-test-assert-face 1 "#dddddd"))
 
-(context-coloring-test-deftest-define-theme preexisting-intentional-override
+(context-coloring-test-deftest-define-theme intentional-override
   (context-coloring-test-deftheme theme)
   (custom-theme-set-faces
    theme
@@ -463,7 +463,7 @@ t for a theme with SETTINGS."
   (context-coloring-test-assert-face 0 "#aaaaaa")
   (context-coloring-test-assert-face 1 "#bbbbbb"))
 
-(context-coloring-test-deftest-define-theme 
preexisting-unintentional-obstinance
+(context-coloring-test-deftest-define-theme unintentional-obstinance
   (context-coloring-define-theme
    theme
    :colors '("#aaaaaa"
@@ -478,7 +478,7 @@ t for a theme with SETTINGS."
   (context-coloring-test-assert-face 0 "#aaaaaa")
   (context-coloring-test-assert-face 1 "#bbbbbb"))
 
-(context-coloring-test-deftest-define-theme preexisting-intentional-obstinance
+(context-coloring-test-deftest-define-theme intentional-obstinance
   (context-coloring-define-theme
    theme
    :override t



reply via email to

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