• A
    [corlib/System.Data] Test fixes for xammac 4.5 and watchos · ceabda8a
    Alexander Köplinger 提交于
    The TrimSpecial() method and Windows-specific code was removed from
    xammac 4.5 so reflection can't find it anymore, handle this case.
    
    Also add a workaround for SqlParameterCollectionTest.CopyToTest()
    which fails on watchos since the SqlCommand would throw a PNSE.
    It's a workaround because it just makes the test ignored since we don't
    set the env var that ConnectionManager.Instance.Sql reads in XI tests,
    but it makes the test consistent with the other tests in the suite.
    We should fix this properly later on.
    ceabda8a
SqlParameterCollectionTest.cs 2.8 KB