Browse Source

2009-06-18 Marek Habersack <[email protected]>

	* JavaScriptSerializerTest.cs: added comparison with the
	.NET-generated serialization result in TestDeserialize and
	TestDeserializeTypeResolver tests.

2009-06-18  Marek Habersack  <[email protected]>

	* ListViewTest.cs: hushed the output in ListView_Edit ()

svn path=/trunk/mcs/; revision=136383
Marek Habersack 16 years ago
parent
commit
8553b393d0

+ 6 - 0
mcs/class/System.Web.Extensions/Test/System.Web.Script.Serialization/ChangeLog

@@ -1,3 +1,9 @@
+2009-06-18  Marek Habersack  <[email protected]>
+
+	* JavaScriptSerializerTest.cs: added comparison with the
+	.NET-generated serialization result in TestDeserialize and
+	TestDeserializeTypeResolver tests.
+
 2009-03-17  Marek Habersack  <[email protected]>
 
 	* JavaScriptSerializerTest.cs: added tests for conversion to

File diff suppressed because it is too large
+ 6 - 2
mcs/class/System.Web.Extensions/Test/System.Web.Script.Serialization/JavaScriptSerializerTest.cs


+ 4 - 0
mcs/class/System.Web.Extensions/Test/System.Web.UI.WebControls/ChangeLog

@@ -1,3 +1,7 @@
+2009-06-18  Marek Habersack  <[email protected]>
+
+	* ListViewTest.cs: hushed the output in ListView_Edit ()
+
 2008-11-20  Marek Habersack  <[email protected]>
 
 	* ListViewTest.cs: added tests for several properties.

+ 1 - 6
mcs/class/System.Web.Extensions/Test/System.Web.UI.WebControls/ListViewTest.cs

@@ -1197,12 +1197,7 @@ namespace Tests.System.Web.UI.WebControls
 			
 			EventRecorder events = new EventRecorder();
 			t.UserData = events;
-			t.Run ();
-			
-			Console.WriteLine ("recorded events:");
-			events = t.UserData as EventRecorder;
-			foreach (string e in events)
-				Console.WriteLine ("\t{0}", e);
+			t.Run ();			
 		}
 
 		public static void ListView_Edit_OnInit (Page p)

Some files were not shown because too many files changed in this diff