You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.42
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
parent
1190d13a04
commit
6bdd276d05
@ -287,7 +287,11 @@ namespace MonoTests.System.Configuration {
|
||||
[Test]
|
||||
public void TestSettings2_Properties ()
|
||||
{
|
||||
#if XAMMAC_4_5
|
||||
string expected = "MonoTests.System.Configuration.ProviderPoker, xammac_net_4_5_System_test, Version=0.0.0.0";
|
||||
#else
|
||||
string expected = "MonoTests.System.Configuration.ProviderPoker, net_4_x_System_test, Version=0.0.0.0";
|
||||
#endif
|
||||
Assert.AreEqual (expected, new SettingsProviderAttribute (typeof (ProviderPoker)).ProviderTypeName.Substring (0, expected.Length), "#1");
|
||||
TestSettings2 settings = new TestSettings2 ();
|
||||
|
||||
|
Reference in New Issue
Block a user