[epiphany] tests: clean up filenames



commit 5a4853c420f53929340b1948bbdab0156726c015
Author: Diego Escalante Urrelo <descalante igalia com>
Date:   Thu Dec 16 14:44:40 2010 -0500

    tests: clean up filenames
    
    Make filenames readable and tab-completion friendly.

 .gitignore                                         |   10 +++---
 tests/Makefile.am                                  |   30 ++++++++++----------
 ...testephyembedpersist.c => ephy-embed-persist.c} |    2 +-
 .../{testephyembedsingle.c => ephy-embed-single.c} |    2 +-
 ...stephylocationentry.c => ephy-location-entry.c} |    6 ++--
 .../{testephysearchentry.c => ephy-search-entry.c} |    6 ++--
 .../{testephyzoomcontrol.c => ephy-zoom-control.c} |    6 ++--
 7 files changed, 31 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3fb8d02..83a9fbd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,8 +64,8 @@ src/ephy-dbus-server-bindings.h
 src/epiphany
 src/epiphany.h
 
-tests/testephyembedpersist
-tests/testephyembedsingle
-tests/testephylocationentry
-tests/testephysearchentry
-tests/testephyzoomcontrol
+tests/test-ephy-embed-persist
+tests/test-ephy-embed-single
+tests/test-ephy-location-entry
+tests/test-ephy-search-entry
+tests/test-ephy-zoom-control
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c4dd138..8cba757 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,9 +1,9 @@
 noinst_PROGRAMS = \
-	testephyembedpersist \
-	testephysearchentry \
-	testephylocationentry \
-	testephyzoomcontrol \
-	testephyembedsingle
+	test-ephy-embed-persist \
+	test-ephy-embed-single \
+	test-ephy-location-entry \
+	test-ephy-search-entry \
+	test-ephy-zoom-control
 
 INCLUDES = \
 	-I$(top_srcdir)/embed    \
@@ -33,17 +33,17 @@ LDADD += \
 	$(SEED_LIBS)
 endif
 
-testephyembedpersist_SOURCES = \
-	testephyembedpersist.c
+test_ephy_embed_persist_SOURCES = \
+	ephy-embed-persist.c
 
-testephyembedsingle_SOURCES = \
-	testephyembedsingle.c
+test_ephy_embed_single_SOURCES = \
+	ephy-embed-single.c
 
-testephysearchentry_SOURCES = \
-	testephysearchentry.c
+test_ephy_location_entry_SOURCES = \
+	ephy-location-entry.c
 
-testephylocationentry_SOURCES = \
-	testephylocationentry.c
+test_ephy_search_entry_SOURCES = \
+	ephy-search-entry.c
 
-testephyzoomcontrol_SOURCES = \
-	testephyzoomcontrol.c
+test_ephy_zoom_control_SOURCES = \
+	ephy-zoom-control.c
diff --git a/tests/testephyembedpersist.c b/tests/ephy-embed-persist.c
similarity index 99%
rename from tests/testephyembedpersist.c
rename to tests/ephy-embed-persist.c
index 21b6c4c..971c357 100644
--- a/tests/testephyembedpersist.c
+++ b/tests/ephy-embed-persist.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 -*- */
 /*
- * testephyembedpersist.c
+ * ephy-embed-persist.c
  * This file is part of Epiphany
  *
  * Copyright © 2009, 2010 - Gustavo Noronha Silva
diff --git a/tests/testephyembedsingle.c b/tests/ephy-embed-single.c
similarity index 99%
rename from tests/testephyembedsingle.c
rename to tests/ephy-embed-single.c
index b92dfd0..200a2fd 100644
--- a/tests/testephyembedsingle.c
+++ b/tests/ephy-embed-single.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: */
 /*
- * testephyembedpersist.c
+ * ephy-embed-persist.c
  * This file is part of Epiphany
  *
  * Copyright © 2010 - Igalia S.L.
diff --git a/tests/testephylocationentry.c b/tests/ephy-location-entry.c
similarity index 98%
rename from tests/testephylocationentry.c
rename to tests/ephy-location-entry.c
index ca370e4..bac969e 100644
--- a/tests/testephylocationentry.c
+++ b/tests/ephy-location-entry.c
@@ -1,6 +1,6 @@
 /* vim: set sw=2 ts=2 sts=2 et: */
 /*
- * testephylocationentry.c
+ * ephy-location-entry.c
  * This file is part of Epiphany
  *
  * Copyright © 2008 - Diego Escalante Urrelo
@@ -17,10 +17,10 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with Epiphany; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, 
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA  02110-1301  USA
  */
- 
+
 #include "config.h"
 #include "ephy-debug.h"
 #include "ephy-location-entry.h"
diff --git a/tests/testephysearchentry.c b/tests/ephy-search-entry.c
similarity index 96%
rename from tests/testephysearchentry.c
rename to tests/ephy-search-entry.c
index 2ed4e72..3cc8ce5 100644
--- a/tests/testephysearchentry.c
+++ b/tests/ephy-search-entry.c
@@ -1,6 +1,6 @@
 /* vim: set sw=2 ts=2 sts=2 et: */
 /*
- * testephysearchentry.c
+ * ephy-search-entry.c
  * This file is part of Epiphany
  *
  * Copyright © 2008 - Diego Escalante Urrelo
@@ -17,10 +17,10 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with Epiphany; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, 
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA  02110-1301  USA
  */
- 
+
 #include "config.h"
 #include "ephy-search-entry.h"
 #include <glib.h>
diff --git a/tests/testephyzoomcontrol.c b/tests/ephy-zoom-control.c
similarity index 96%
rename from tests/testephyzoomcontrol.c
rename to tests/ephy-zoom-control.c
index 02c628d..b02ec28 100644
--- a/tests/testephyzoomcontrol.c
+++ b/tests/ephy-zoom-control.c
@@ -1,6 +1,6 @@
 /* vim: set sw=2 ts=2 sts=2 et: */
 /*
- * testephyzoomcontrol.c
+ * ephy-zoom-control.c
  * This file is part of Epiphany
  *
  * Copyright © 2008 - Diego Escalante Urrelo
@@ -17,10 +17,10 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with Epiphany; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, 
+ * Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA  02110-1301  USA
  */
- 
+
 #include "config.h"
 #include "ephy-zoom-control.h"
 #include <glib.h>



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