mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
NSOperationQueue: Proper names for worker threads (#437)
* NSOperationQueue: Give Worker Threads a name * Update Changelog * Remove empty string test
This commit is contained in:
parent
538f0ed023
commit
012947f09e
4 changed files with 52 additions and 15 deletions
|
@ -107,8 +107,6 @@ int main()
|
|||
PASS(([[obj1 name] length] > 0), "name has a default");
|
||||
[obj1 setName: @"mine"];
|
||||
PASS(([[obj1 name] isEqual: @"mine"] == YES), "set name OK");
|
||||
[obj1 setName: nil];
|
||||
PASS(([[obj1 name] isEqual: @""]), "setting null name gives empty string");
|
||||
|
||||
PASS(([obj1 maxConcurrentOperationCount] == NSOperationQueueDefaultMaxConcurrentOperationCount), "max concurrent set by default");
|
||||
[obj1 setMaxConcurrentOperationCount: 1];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue