xamarin-macios/tests/monotouch-test/CoreMidi
Alex Soto fd746c47fa
[Backport 15-7][monotouch-test] Stop MidiThruConnectionTests.FindTest from randomly failing (#3702)
* [monotouch-test] Stop MidiThruConnectionTests.FindTest from randomly failing (#3696)

Fixes xamarin/maccore#658

When a MidiThruConnection is created but for some reason is not disposed
the system keeps it alive even between app/simulator restarts, if you want
to clean the connections you must reset contents and settings from simulator.

In order to avoid this test from failing randomly and since the intent of the
test is to check if `MidiThruConnection.Find` works we change the assert to
`>= 2` since this is at least the number of connections we expect.

* [monotouch-test] Enhance MidiThruConnectionTests.FindTest from #3696 comments (#3700)
2018-03-09 12:49:33 -06:00
..
MidiEndpointTest.cs [Midi] Fix bug 43582 - MidiEndpoint throws, bad dispose of GCHandle 2016-08-31 01:48:28 -05:00
MidiThruConnectionTests.cs [Backport 15-7][monotouch-test] Stop MidiThruConnectionTests.FindTest from randomly failing (#3702) 2018-03-09 12:49:33 -06:00