diff options
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 |