diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-02-07 18:37:39 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-02-11 03:58:15 +0800 |
commit | afcf0e11ff0a73874ca41bd0324e8292e695b28a (patch) | |
tree | 6d082c83e1cb5a3d041f17e95eebd1c7dfe3ef1b /tests | |
parent | 8def49f7c4d4c349c85d7183f612e5c2dbf8d517 (diff) | |
download | gsoc2013-epiphany-afcf0e11ff0a73874ca41bd0324e8292e695b28a.tar gsoc2013-epiphany-afcf0e11ff0a73874ca41bd0324e8292e695b28a.tar.gz gsoc2013-epiphany-afcf0e11ff0a73874ca41bd0324e8292e695b28a.tar.bz2 gsoc2013-epiphany-afcf0e11ff0a73874ca41bd0324e8292e695b28a.tar.lz gsoc2013-epiphany-afcf0e11ff0a73874ca41bd0324e8292e695b28a.tar.xz gsoc2013-epiphany-afcf0e11ff0a73874ca41bd0324e8292e695b28a.tar.zst gsoc2013-epiphany-afcf0e11ff0a73874ca41bd0324e8292e695b28a.zip |
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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 10 | ||||
-rw-r--r-- | tests/ephy-download-test.c (renamed from tests/ephy-download.c) | 2 | ||||
-rw-r--r-- | tests/ephy-embed-single-test.c (renamed from tests/ephy-embed-single.c) | 2 | ||||
-rw-r--r-- | tests/ephy-embed-utils-test.c (renamed from tests/ephy-embed-utils.c) | 2 | ||||
-rw-r--r-- | tests/ephy-location-entry-test.c (renamed from tests/ephy-location-entry.c) | 2 | ||||
-rw-r--r-- | tests/ephy-search-entry-test.c (renamed from tests/ephy-search-entry.c) | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e51cf2121..73a08171e 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 index ac40927b9..2ebb08a32 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 index 03ad035cf..a433a40e7 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 index c75b8edc3..122087f26 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 index 159a7a49a..d22034f34 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 index 3cc8ce552..758ac7ae1 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 |