You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -287,7 +287,7 @@ namespace MonoTests.System.Configuration {
|
||||
[Test]
|
||||
public void TestSettings2_Properties ()
|
||||
{
|
||||
string expected = "MonoTests.System.Configuration.ProviderPoker, System_test_net_4_x, Version=0.0.0.0";
|
||||
string expected = "MonoTests.System.Configuration.ProviderPoker, net_4_x_System_test, Version=0.0.0.0";
|
||||
Assert.AreEqual (expected, new SettingsProviderAttribute (typeof (ProviderPoker)).ProviderTypeName.Substring (0, expected.Length), "#1");
|
||||
TestSettings2 settings = new TestSettings2 ();
|
||||
|
||||
|
@@ -1,73 +0,0 @@
|
||||
2008-09-14 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ConfigXmlDocumentTest.cs: Added test for Load (String).
|
||||
|
||||
2008-09-14 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ProviderCollectionTest.cs: Moved to System.Configuration assembly.
|
||||
|
||||
2008-06-25 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ConfigurationExceptionTest.cs: Added ctor tests.
|
||||
* ApplicationSettingsBaseTest.cs: Fixed line endings.
|
||||
|
||||
2007-10-30 Arina Itkes <arinai@mainsoft.com>
|
||||
|
||||
* SettingsBaseTest.cs: Replacing Win32Exception to
|
||||
CustomerException for compilation with TARGET_JVM defined.
|
||||
* ApplicationSettingsBaseTest.cs: Replacing ProviderTypeName
|
||||
to actual for compilation with TARGET_JVM defined.
|
||||
|
||||
2007-06-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SettingElementTest.cs : test initial Value.
|
||||
|
||||
2007-05-31 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* ApplicationSettingsBaseTest.cs : NotWorking Providers().
|
||||
|
||||
2007-05-30 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SettingsBaseTest.cs : new test.
|
||||
* ApplicationSettingsBaseTest.cs : added Providers().
|
||||
|
||||
2007-05-28 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SettingElementTest.cs : blame catch.
|
||||
|
||||
2007-05-28 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SettingElementTest.cs : new test.
|
||||
|
||||
2007-05-28 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* ApplicationSettingsBaseTest.cs : enable working test.
|
||||
|
||||
2007-01-14 Vladimir Krasnov <vladimirk@mainsoft.com>
|
||||
|
||||
* SettingsPropertyValueTest.cs: added tests for IsDirty proprty
|
||||
|
||||
2007-01-08 Vladimir Krasnov <vladimirk@mainsoft.com>
|
||||
|
||||
* SettingsPropertyValueTest.cs: added tests of default value
|
||||
deserealization
|
||||
|
||||
2006-11-09 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* ApplicationSettingsBaseTest.cs: Added test case for StringCollection
|
||||
properties (that encode the string list in XML).
|
||||
|
||||
2006-11-05 Vladimir Krasnov <vladimirk@mainsoft.com>
|
||||
|
||||
* SettingsPropertyValueTest.cs: added tests of value deserealization
|
||||
|
||||
2006-06-29 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* ApplicationSettingsBaseTest.cs : added test for bug #78654.
|
||||
|
||||
2006-05-17 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* LocalFileSettingsProviderTest.cs : commented some lines in
|
||||
Initialized() as they don't work under .NET.
|
||||
* ApplicationSettingsBaseTest.cs : added Synchronized(), test for
|
||||
bug #78430.
|
Reference in New Issue
Block a user