Skip to content

Commit

Permalink
Cleanup inadventantly raised logging during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Mar 25, 2013
1 parent ce5193d commit 4208d6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/Logic/Network/RKManagedObjectRequestOperationTest.m
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -207,9 +207,7 @@ - (void)testThatManagedObjectsAreFetchedWhenHandlingAResponseThatCanSkipMapping
// 304 'Not Modified' // 304 'Not Modified'
- (void)testThatManagedObjectsAreMappedWhenHandlingAResponseThatCanSkipMappingButThereIsNoFetchRequestBlockRegistered - (void)testThatManagedObjectsAreMappedWhenHandlingAResponseThatCanSkipMappingButThereIsNoFetchRequestBlockRegistered
{ {
RKLogConfigureByName("*", RKLogLevelTrace);
RKManagedObjectStore *managedObjectStore = [RKTestFactory managedObjectStore]; RKManagedObjectStore *managedObjectStore = [RKTestFactory managedObjectStore];
RKHuman *human = [NSEntityDescription insertNewObjectForEntityForName:@"Human" inManagedObjectContext:managedObjectStore.mainQueueManagedObjectContext];
NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL URLWithString:@"/humans/1" relativeToURL:[RKTestFactory baseURL]]]; NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL URLWithString:@"/humans/1" relativeToURL:[RKTestFactory baseURL]]];


// Store a cache entry indicating that the response has been previously mapped // Store a cache entry indicating that the response has been previously mapped
Expand Down

0 comments on commit 4208d6f

Please sign in to comment.