ChangeLog 685 B

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