Skip to content

Commit

Permalink
[tests] Remove workaround for issue #14802. (#17421)
Browse files Browse the repository at this point in the history
Seems like this is fixed now.
  • Loading branch information
rolfbjarne authored Feb 2, 2023
1 parent 0f39b25 commit 882db36
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions tests/introspection/ApiSelectorTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -947,44 +947,6 @@ protected virtual bool Skip (Type type, string selectorName)
return true;
}
break;
#if NET
// Incorrect attributes in inlined protocol selectors - https://github.com/xamarin/xamarin-macios/issues/14802
case "NSTextAttachment":
switch (selectorName) {
case "attachmentBoundsForAttributes:location:textContainer:proposedLineFragment:position:":
case "imageForBounds:attributes:location:textContainer:":
case "viewProviderForParentView:location:textContainer:":
return true;
}
break;
// Incorrect attributes in get/set selectors - https://github.com/xamarin/xamarin-macios/issues/14802
case "CBManager":
switch (selectorName) {
case "authorization":
case "authorizations":
return true;
}
break;
case "NEAppProxyFlow":
switch (selectorName) {
case "networkInterface":
case "setNetworkInterface:":
return true;
}
break;
case "WKPreferences":
switch (selectorName) {
case "setTextInteractionEnabled:":
return true;
}
break;
case "MidiCISession":
switch (selectorName) {
case "midiDestination":
return true;
}
break;
#endif
}

// old binding mistake
Expand Down

3 comments on commit 882db36

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.