[epiphany] tests: rename files to avoid duplicate names



commit afcf0e11ff0a73874ca41bd0324e8292e695b28a
Author: Diego Escalante Urrelo <diegoe igalia com>
Date:   Tue Feb 7 05:37:39 2012 -0500

    tests: rename files to avoid duplicate names
    
    Append -test to .c files in tests/ to avoid duplicating filenames in the
    repository.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669766

 tests/Makefile.am                                  |   10 +++++-----
 tests/{ephy-download.c => ephy-download-test.c}    |    2 +-
 ...phy-embed-single.c => ephy-embed-single-test.c} |    2 +-
 ...{ephy-embed-utils.c => ephy-embed-utils-test.c} |    2 +-
 ...location-entry.c => ephy-location-entry-test.c} |    2 +-
 ...phy-search-entry.c => ephy-search-entry-test.c} |    2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e51cf21..73a0817 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -105,16 +105,16 @@ LDADD += \
 endif
 
 test_ephy_download_SOURCES = \
-	ephy-download.c
+	ephy-download-test.c
 
 test_ephy_embed_single_SOURCES = \
-	ephy-embed-single.c
+	ephy-embed-single-test.c
 
 test_ephy_embed_utils_SOURCES = \
-	ephy-embed-utils.c
+	ephy-embed-utils-test.c
 
 test_ephy_location_entry_SOURCES = \
-	ephy-location-entry.c
+	ephy-location-entry-test.c
 
 test_ephy_search_entry_SOURCES = \
-	ephy-search-entry.c
+	ephy-search-entry-test.c
diff --git a/tests/ephy-download.c b/tests/ephy-download-test.c
similarity index 99%
rename from tests/ephy-download.c
rename to tests/ephy-download-test.c
index ac40927..2ebb08a 100644
--- a/tests/ephy-download.c
+++ b/tests/ephy-download-test.c
@@ -1,7 +1,7 @@
 /* vim: set sw=2 ts=2 sts=2 et: */
 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
- * ephy-download.c
+ * ephy-download-test.c
  * This file is part of Epiphany
  *
  * Copyright  2011 - Igalia S.L.
diff --git a/tests/ephy-embed-single.c b/tests/ephy-embed-single-test.c
similarity index 99%
rename from tests/ephy-embed-single.c
rename to tests/ephy-embed-single-test.c
index 03ad035..a433a40 100644
--- a/tests/ephy-embed-single.c
+++ b/tests/ephy-embed-single-test.c
@@ -1,7 +1,7 @@
 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /* vim: set sw=2 ts=2 sts=2 et: */
 /*
- * ephy-embed-persist.c
+ * ephy-embed-single-test.c
  * This file is part of Epiphany
  *
  * Copyright  2010 - Igalia S.L.
diff --git a/tests/ephy-embed-utils.c b/tests/ephy-embed-utils-test.c
similarity index 99%
rename from tests/ephy-embed-utils.c
rename to tests/ephy-embed-utils-test.c
index c75b8ed..122087f 100644
--- a/tests/ephy-embed-utils.c
+++ b/tests/ephy-embed-utils-test.c
@@ -1,7 +1,7 @@
 /* vim: set sw=2 ts=2 sts=2 et: */
 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /*
- * ephy-embed-utils.c
+ * ephy-embed-utils-test.c
  * This file is part of Epiphany
  *
  * Copyright  2012 Igalia S.L.
diff --git a/tests/ephy-location-entry.c b/tests/ephy-location-entry-test.c
similarity index 99%
rename from tests/ephy-location-entry.c
rename to tests/ephy-location-entry-test.c
index 159a7a4..d22034f 100644
--- a/tests/ephy-location-entry.c
+++ b/tests/ephy-location-entry-test.c
@@ -1,6 +1,6 @@
 /* vim: set sw=2 ts=2 sts=2 et: */
 /*
- * ephy-location-entry.c
+ * ephy-location-entry-test.c
  * This file is part of Epiphany
  *
  * Copyright  2008 - Diego Escalante Urrelo
diff --git a/tests/ephy-search-entry.c b/tests/ephy-search-entry-test.c
similarity index 98%
rename from tests/ephy-search-entry.c
rename to tests/ephy-search-entry-test.c
index 3cc8ce5..758ac7a 100644
--- a/tests/ephy-search-entry.c
+++ b/tests/ephy-search-entry-test.c
@@ -1,6 +1,6 @@
 /* vim: set sw=2 ts=2 sts=2 et: */
 /*
- * ephy-search-entry.c
+ * ephy-search-entry-test.c
  * This file is part of Epiphany
  *
  * Copyright  2008 - Diego Escalante Urrelo



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