xamarin-macios/tests/apitest
Manuel de la Pena ae9c08a550
[AppKit][Tests] Do not fail when we cannot create a NSPasteboard. (#8788)
The test has started failign more commonly, but only in a number of old
OS versions and not all the time. The function should return a new
Pasteboard, but it is true that we are not releasing the old ones,
meaning that the pasteboard is left after the app is done as stated by
the apple documenation.

The test has been updated to:

1. Release the pasteboard.
2. Be inconclusive if the pasteboard service could not create a new one.

fixes: https://github.com/xamarin/xamarin-macios/issues/8787
2020-06-05 16:06:19 -04:00
..
src [AppKit][Tests] Do not fail when we cannot create a NSPasteboard. (#8788) 2020-06-05 16:06:19 -04:00
.gitignore [tests] Import 2016-05-26 15:06:52 +02:00
Info.plist [apitest] Add usage descriptions, and sign the test app. 2019-06-26 10:15:46 +02:00
apitest.csproj [tests] Remove Classic code from all tests. (#8702) 2020-05-28 16:35:09 +02:00