[evolution/wip/webkit-composer] Rename test-editor to test-html-editor



commit 3a7012d7649393c437da3760b5b694456b956597
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Mar 31 14:11:31 2014 +0200

    Rename test-editor to test-html-editor

 e-util/Makefile.am                           |    8 ++++----
 e-util/{test-editor.c => test-html-editor.c} |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index d375334..ff91c7d 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -61,7 +61,7 @@ noinst_PROGRAMS = \
        test-category-completion \
        test-contact-store \
        test-dateedit \
-       test-editor \
+       test-html-editor \
        test-mail-signatures \
        test-name-selector \
        test-preferences-window \
@@ -679,9 +679,9 @@ test_dateedit_CPPFLAGS = $(TEST_CPPFLAGS)
 test_dateedit_SOURCES = test-dateedit.c
 test_dateedit_LDADD = $(TEST_LDADD)
 
-test_editor_CPPFLAGS = $(TEST_CPPFLAGS)
-test_editor_SOURCES = test-editor.c
-test_editor_LDADD = $(TEST_LDADD)
+test_html_editor_CPPFLAGS = $(TEST_CPPFLAGS)
+test_html_editor_SOURCES = test-html-editor.c
+test_html_editor_LDADD = $(TEST_LDADD)
 
 test_mail_signatures_CPPFLAGS = $(TEST_CPPFLAGS)
 test_mail_signatures_SOURCES = test-mail-signatures.c
diff --git a/e-util/test-editor.c b/e-util/test-html-editor.c
similarity index 99%
rename from e-util/test-editor.c
rename to e-util/test-html-editor.c
index f1ec921..8ff4dd3 100644
--- a/e-util/test-editor.c
+++ b/e-util/test-html-editor.c
@@ -1,5 +1,5 @@
 /*
- * e-editor-test.c
+ * e-html-editor-test.c
  *
  * Copyright (C) 2012 Dan Vrátil <dvratil redhat com>
  *


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