From 4208d6f80edee86ac7d5d92859bd7fe1b2b3a2b2 Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Mon, 25 Mar 2013 10:09:51 -0400 Subject: [PATCH] Cleanup inadventantly raised logging during tests --- Tests/Logic/Network/RKManagedObjectRequestOperationTest.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests/Logic/Network/RKManagedObjectRequestOperationTest.m b/Tests/Logic/Network/RKManagedObjectRequestOperationTest.m index d4bd663ca6..0e8cc7577f 100644 --- a/Tests/Logic/Network/RKManagedObjectRequestOperationTest.m +++ b/Tests/Logic/Network/RKManagedObjectRequestOperationTest.m @@ -207,9 +207,7 @@ - (void)testThatManagedObjectsAreFetchedWhenHandlingAResponseThatCanSkipMapping // 304 'Not Modified' - (void)testThatManagedObjectsAreMappedWhenHandlingAResponseThatCanSkipMappingButThereIsNoFetchRequestBlockRegistered { - RKLogConfigureByName("*", RKLogLevelTrace); RKManagedObjectStore *managedObjectStore = [RKTestFactory managedObjectStore]; - RKHuman *human = [NSEntityDescription insertNewObjectForEntityForName:@"Human" inManagedObjectContext:managedObjectStore.mainQueueManagedObjectContext]; NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL URLWithString:@"/humans/1" relativeToURL:[RKTestFactory baseURL]]]; // Store a cache entry indicating that the response has been previously mapped