Fixed: Removed warnings and cleanup for test cases when converting to Node

This commit is contained in:
Martin Carlberg
2021-09-15 17:31:20 +02:00
parent 8257632706
commit ab4c87e69f
10 changed files with 24 additions and 14 deletions
+3 -2
View File
@@ -875,8 +875,9 @@
- (void)testObservationDuringSetSelectionIndexes
{
var arrayController = [self arrayController],
newContent = [self setupObservationFixture];
var arrayController = [self arrayController];
[self setupObservationFixture];
var newSelection = [CPIndexSet indexSetWithIndex:2];
[arrayController setSelectionIndexes:newSelection];