From 80d493da05c8d461d74bfaa919ffc487be03ffe6 Mon Sep 17 00:00:00 2001 From: thomasvl Date: Fri, 16 May 2008 20:47:42 +0000 Subject: Standardize the reverse dns names for errors, notifications, etc. iPhone unit test framework didn't run tearDown on failures. Add String and Dictionary URLArgument support and tests. --- Foundation/GTMRegex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Foundation/GTMRegex.h') diff --git a/Foundation/GTMRegex.h b/Foundation/GTMRegex.h index 75cffe2..3313e0e 100644 --- a/Foundation/GTMRegex.h +++ b/Foundation/GTMRegex.h @@ -64,7 +64,7 @@ typedef NSUInteger GTMRegexOptions; #define _INITIALIZE_AS(x) #endif -_EXTERN NSString* kGTMRegexErrorDomain _INITIALIZE_AS(@"com.google_toolbox_for_mac.GTMRegexDomain"); +_EXTERN NSString* kGTMRegexErrorDomain _INITIALIZE_AS(@"com.google.mactoolbox.RegexDomain"); enum { kGTMRegexPatternParseFailedError = -100 -- cgit v1.2.3