mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
check dependency removal
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32399 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1cfe74bbc6
commit
ee16b27a43
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ int main()
|
|||
[q setSuspended: NO];
|
||||
[q addOperations: a waitUntilFinished: YES];
|
||||
PASS(([list objectAtIndex: 0] == [a objectAtIndex: 1] && [list objectAtIndex: 1] == [a objectAtIndex: 0]), "operations ran in order of dependency");
|
||||
|
||||
PASS(1 == [[old dependencies] count], "dependencies not removed when done")
|
||||
|
||||
[arp release]; arp = nil;
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue