From 1d8d206f48145623cd79a6d6d00bfeb12f73c0da Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Sat, 15 Mar 2014 23:48:52 -0700 Subject: tests: Change names with case-only distinction RegressIntSet and RegressIntset, aliases of one another, were causing two documentation pages to be built by the documentation tests that were named identically except for letter case. On OSX and Windows, the most common filesystems are case-insensitive, and those two files can't exist in the same directory on case- insensitive filesystems. That caused the tests to fail. It also caused problems when checking out the repository, because the expected documentation set also contains those files. This commit fixes the symptom (so that JHbuild will stop erroring out on this module) but not the problem of generating a documentation set for two identifiers which differ (perfectly legally) only by case. https://bugzilla.gnome.org/show_bug.cgi?id=725264 --- tests/scanner/regress.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/scanner/regress.h') diff --git a/tests/scanner/regress.h b/tests/scanner/regress.h index 74a95b72..9bef3c86 100644 --- a/tests/scanner/regress.h +++ b/tests/scanner/regress.h @@ -1275,12 +1275,12 @@ void regress_random_function_with_skipped_structure (int x, typedef struct _RegressIntset RegressIntset; /** - * RegressIntSet: (skip) + * RegressIntsetAlias: (skip) * * Compatibility typedef, like telepathy-glib's TpIntSet * */ -typedef RegressIntset RegressIntSet; +typedef RegressIntset RegressIntsetAlias; /** * RegressPtrArrayAlias: -- cgit v1.2.1