From a470905a1dffcc61761dc49be13c2d1c8761d0d1 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Thu, 27 May 2010 20:00:36 +0000 Subject: [Author: dmaclach] Fix up issues in GTMNSFileManager+Path. R=thomasvl DELTA=9 (2 added, 2 deleted, 5 changed) --- Foundation/GTMNSFileManager+PathTest.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Foundation/GTMNSFileManager+PathTest.m') diff --git a/Foundation/GTMNSFileManager+PathTest.m b/Foundation/GTMNSFileManager+PathTest.m index 5e4f845..2ce8683 100644 --- a/Foundation/GTMNSFileManager+PathTest.m +++ b/Foundation/GTMNSFileManager+PathTest.m @@ -40,7 +40,7 @@ error:&error], @"Unable to create %@: %@", base, error); #else - STAssertTrue([fm createDirectoryAtPath:baseDir_ attributes:nil], + STAssertTrue([fm createDirectoryAtPath:base attributes:nil], @"Unable to create %@", base); #endif baseDir_ = [base retain]; -- cgit v1.2.3