ChangeLog 495 B

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