GNOME Bugzilla – Bug 669766
tests: rename test files to avoid duplicates
Last modified: 2012-02-10 20:01:22 UTC
plus, some miscellaneous cleanup
Created attachment 207207 [details] [review] tests: rename files to avoid duplicate names Append -test to .c files in tests/ to avoid duplicating filenames in the repository.
Created attachment 207208 [details] [review] tests: sync vim/emacs modeline comments
Created attachment 207209 [details] [review] tests: terminate noinst_PROGRAMS with NULL To avoid trivial line changes, ironically.
Review of attachment 207207 [details] [review]: The patch does not seem to do any rename, but I guess it's bugzilla or git being silly...
Review of attachment 207208 [details] [review]: ::: tests/ephy-embed-single-test.c @@ +1,2 @@ /* vim: set sw=2 ts=2 sts=2 et: */ +/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ Seriously, moving Emacs to second? ಠ_ಠ
Review of attachment 207209 [details] [review]: OK.
Done! Attachment 207207 [details] pushed as afcf0e1 - tests: rename files to avoid duplicate names Attachment 207208 [details] pushed as ae6c80b - tests: sync vim/emacs modeline comments Attachment 207209 [details] pushed as a32a038 - tests: terminate noinst_PROGRAMS with NULL