mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-05 10:23:39 +00:00
Fixed: Removed warnings and cleanup for test cases when converting to Node
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user