ChangeLog 587 B

12345678910111213141516171819202122
  1. 2008-01-09 Jb Evain <[email protected]>
  2. * ExpressionTest.cs: tests for GetActionType.
  3. 2008-01-09 Jb Evain <[email protected]>
  4. * ExpressionTest.cs: add new fixture of assorted tests for
  5. Expression. Contains tests for GetFuncType for now.
  6. 2008-01-09 Jb Evain <[email protected]>
  7. * ExpressionTest_ArrayLength.cs: Fix Rank2String to pass on .net.
  8. 2008-01-09 Jb Evain <[email protected]>
  9. * ExpressionTest_Call.cs: fix wrong test.
  10. 2008-01-09 Jb Evain <[email protected]>
  11. * ExpressionTest_TypeAs.cs: correct wrong test for numerics.
  12. Add test for nullable types.