aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMNSFileManager+CarbonTest.m
diff options
context:
space:
mode:
authorGravatar thomasvl@gmail.com <thomasvl@gmail.com@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2008-12-29 18:57:18 +0000
committerGravatar thomasvl@gmail.com <thomasvl@gmail.com@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2008-12-29 18:57:18 +0000
commit84d1232477f398339e48ea504c45048e9328ef9b (patch)
treea9d48903e6bf318840eba1f38b26f68a7560f0ed /Foundation/GTMNSFileManager+CarbonTest.m
parent2e8516354aacef064d01425808da06d2cdcb4791 (diff)
- Updated some tests for 10.5.6.
- Updated some tests for debug vs. release differences. (added help on log validation for this). - Some fixes build issues w/ different os versions.
Diffstat (limited to 'Foundation/GTMNSFileManager+CarbonTest.m')
-rw-r--r--Foundation/GTMNSFileManager+CarbonTest.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/Foundation/GTMNSFileManager+CarbonTest.m b/Foundation/GTMNSFileManager+CarbonTest.m
index ae58840..76692b0 100644
--- a/Foundation/GTMNSFileManager+CarbonTest.m
+++ b/Foundation/GTMNSFileManager+CarbonTest.m
@@ -48,8 +48,8 @@
STAssertEqualObjects(path, path4, nil);
// Failure cases
- [GTMUnitTestDevLog expectPattern:@"DebugAssert: "
- @"GoogleToolboxForMac: FSPathMakeRef.*"];
+ [GTMUnitTestDevLogDebug expectPattern:@"DebugAssert: "
+ @"GoogleToolboxForMac: FSPathMakeRef.*"];
STAssertNULL([fileManager gtm_FSRefForPath:@"/ptah/taht/dosent/esixt/"],
nil);
@@ -59,7 +59,7 @@
STAssertNil([fileManager gtm_pathFromAliasData:nil], nil);
STAssertNil([fileManager gtm_pathFromAliasData:[NSData data]], nil);
- [GTMUnitTestDevLog expectPattern:@"DebugAssert: "
+ [GTMUnitTestDevLogDebug expectPattern:@"DebugAssert: "
@"GoogleToolboxForMac: FSPathMakeRef.*"];
STAssertNil([fileManager gtm_aliasDataForPath:@"/ptah/taht/dosent/esixt/"], nil);
STAssertNil([fileManager gtm_aliasDataForPath:@""], nil);