[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Core / Test / System.Linq.Expressions / ChangeLog
index 7d431919f11b4246fa993850f6e1df4e20b6b287..b529a71b3c53788f2501718de2e73a0cdb354b71 100644 (file)
@@ -1,3 +1,29 @@
+2010-05-19  Jb Evain  <jbevain@novell.com>
+
+       * ExpressionTest_Constant.cs: add tests for nullable constants.
+
+2009-09-03  Jb Evain  <jbevain@novell.com>
+
+       * ExpressionTest_Constant.cs: add test to emit dbnull constants.
+
+2009-09-03  Jb Evain  <jbevain@novell.com>
+
+       * ExpressionTest_Constant.cs: add test to emit DateTime constants.
+
+2009-07-07  Raja R Harinath  <harinath@hurrynot.org>
+
+       * ExpressionTest.cs (ExpressionDelegateTarget) [NET_4_0]: Disable
+       check for ExecutionScope.
+       (GlobalsInSpace) [NET_4_0]: Disable.
+
+2008-09-22  Jb Evain  <jbevain@novell.com>
+
+       * ExpressionTest_TypeIs.cs: add test for bug #428309.
+
+2008-05-13  Roei Erez  <roeie@mainsoft.com>
+
+       * ExpressionTest.cs: Exclude tests only in JAVAEE environment.
+
 2008-03-05  Jb Evain  <jbevain@novell.com>
 
        * ExpressionTest_Call.cs: we pass the Call with type arguments tests.