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
@@ -1,38 +0,0 @@
|
||||
2009-08-17 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* JavaScriptSerializerTest.cs: fixed broken tests
|
||||
|
||||
2009-06-18 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* JavaScriptSerializerTest.cs: added comparison with the
|
||||
.NET-generated serialization result in TestDeserialize and
|
||||
TestDeserializeTypeResolver tests.
|
||||
|
||||
2009-03-17 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* JavaScriptSerializerTest.cs: added tests for conversion to
|
||||
IDictionary and IDictionary <K,V> types.
|
||||
|
||||
2009-03-06 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* JavaScriptSerializerTest.cs: added a test for unquoted tests
|
||||
surrounded with spaces.
|
||||
|
||||
2008-10-22 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* JavaScriptSerializerTest.cs: added tests for deserialization of
|
||||
objects with more than one unquoted key names.
|
||||
|
||||
2008-09-20 Juraj Skripsky <js@hotfeet.ch>
|
||||
|
||||
* JavaScriptSerializerTest.cs: added test for bug #424704.
|
||||
|
||||
2008-09-20 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* JavaScriptSerializerTest.cs: added some tests
|
||||
|
||||
2008-09-19 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* JavaScriptSerializerTest.cs: enabled some tests which were
|
||||
failing with the old (de)serializer, but work with the new one.
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,4 +0,0 @@
|
||||
2009-10-08 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* ProxyGeneratorTest.cs : new test, for WCF AJAX interop.
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
2009-06-18 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* ListViewTest.cs: hushed the output in ListView_Edit ()
|
||||
|
||||
2008-11-20 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* ListViewTest.cs: added tests for several properties.
|
||||
|
||||
2008-11-19 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* EventRecorder.cs: class is now serializable.
|
||||
|
||||
* ListViewTest.cs: use system.web Mainsoft test framework.
|
||||
ListViewPoker is now able to record events.
|
||||
Added wrappers for ListView protected methods to ListViewPoker,
|
||||
Added two simple test ITemplate classes.
|
||||
Added tests for initial values.
|
||||
Added tests for all the methods which can be tested in a simple
|
||||
way, without using a real asp.net page.
|
||||
Added test for the Edit functionality.
|
||||
|
||||
2008-10-30 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* DataPagerFieldCollectionTest.cs: created. Some basic tests for
|
||||
DataPagerFieldCollection
|
||||
|
||||
* EventRecorder.cs: created. A helper class for tests.
|
||||
|
||||
* ListViewTest.cs: created. Some basic test for ListView.
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
2010-02-02 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* ScriptBehaviorDescriptorTest.cs,
|
||||
ScriptComponentDescriptorTest.cs: added tests for rendering of the
|
||||
Name and ID properties.
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
2008-11-19 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* CountryCollection.cs, Country.cs: added
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
<controls>
|
||||
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
<add tagPrefix="t" namespace="MonoTests.System.Web.UI.WebControls" assembly="System.Web.Extensions_test_net_4_x"/>
|
||||
<add tagPrefix="t" namespace="MonoTests.System.Web.UI.WebControls" assembly="net_4_x_System.Web.Extensions_test"/>
|
||||
</controls>
|
||||
</pages>
|
||||
|
||||
Reference in New Issue
Block a user