[evolution-data-server] Rename test-book-remove to test-ebook-remove for a little more consistency.



commit 5cd58398b03e69a76e1ece01607aadd27e8c36d6
Author: Travis Reitter <treitter gmail com>
Date:   Tue Dec 29 12:24:53 2009 -0800

    Rename test-book-remove to test-ebook-remove for a little more consistency.

 addressbook/tests/ebook/Makefile.am                |    6 +++---
 .../{test-book-remove.c => test-ebook-remove.c}    |    0
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/addressbook/tests/ebook/Makefile.am b/addressbook/tests/ebook/Makefile.am
index 76597f2..edf55df 100644
--- a/addressbook/tests/ebook/Makefile.am
+++ b/addressbook/tests/ebook/Makefile.am
@@ -2,7 +2,7 @@ TEST_LIBS=							\
 	$(top_builddir)/addressbook/libebook/libebook-1.2.la	\
 	$(EVOLUTION_ADDRESSBOOK_LIBS)
 
-noinst_PROGRAMS= test-book-remove test-changes test-categories test-date test-ebook test-ebook-async test-ebook-view test-nonexistent-id test-photo test-query test-self test-string test-undefinedfield test-untyped-phones test-search test-stress-bookviews
+noinst_PROGRAMS = test-changes test-categories test-date test-ebook test-ebook-async test-ebook-remove test-ebook-view test-nonexistent-id test-photo test-query test-self test-string test-undefinedfield test-untyped-phones test-search test-stress-bookviews
 
 TEST_CPPFLAGS= \
 	$(AM_CPPFLAGS)			\
@@ -12,8 +12,6 @@ TEST_CPPFLAGS= \
 	-I$(top_builddir)/addressbook	\
 	$(EVOLUTION_ADDRESSBOOK_CFLAGS)
 
-test_book_remove_LDADD=$(TEST_LIBS)
-test_book_remove_CPPFLAGS=$(TEST_CPPFLAGS)
 test_search_LDADD=$(TEST_LIBS)
 test_search_CPPFLAGS=$(TEST_CPPFLAGS)
 test_date_LDADD=$(TEST_LIBS)
@@ -22,6 +20,8 @@ test_ebook_LDADD=$(TEST_LIBS)
 test_ebook_CPPFLAGS=$(TEST_CPPFLAGS)
 test_ebook_async_LDADD=$(TEST_LIBS)
 test_ebook_async_CPPFLAGS=$(TEST_CPPFLAGS)
+test_ebook_remove_LDADD=$(TEST_LIBS)
+test_ebook_remove_CPPFLAGS=$(TEST_CPPFLAGS)
 test_ebook_view_LDADD=$(TEST_LIBS)
 test_ebook_view_CPPFLAGS=$(TEST_CPPFLAGS)
 test_changes_LDADD=$(TEST_LIBS)
diff --git a/addressbook/tests/ebook/test-book-remove.c b/addressbook/tests/ebook/test-ebook-remove.c
similarity index 100%
rename from addressbook/tests/ebook/test-book-remove.c
rename to addressbook/tests/ebook/test-ebook-remove.c



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