Improvements suggested by Fred Kiefer for the current pull request

This commit is contained in:
alotorev 2020-05-04 10:55:41 +03:00
parent 2a547271ad
commit 4aa11f3e48
2 changed files with 23 additions and 10 deletions

View file

@ -353,7 +353,7 @@ GSPathHandling("right");
item = [[NSURLQueryItem alloc] initWithName:@"myName" value:@"myValue"];
PASS_EQUAL(item.name, @"myName", "NSURLQueryItem.name should not be nil");
PASS_EQUAL(item.value, @"myValue", "NSURLQueryItem.value should be nil");
PASS_EQUAL(item.value, @"myValue", "NSURLQueryItem.value should not be nil");
[arp release]; arp = nil;