ChangeLog 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. 2005-10-25 Sebastien Pouliot <[email protected]>
  2. * CompilerErrorCas.cs: Under 1.x CompilerError is protected by a
  3. LinkDemand for Unrestricted.
  4. * CompilerErrorCollectionCas.cs: Under 1.x CompilerError is protected
  5. by a LinkDemand for Unrestricted.
  6. * TempFileCollectionCas.cs: Moved precompiler directive to the right
  7. method (to ignore a test under MS 1.x).
  8. 2005-10-25 Sebastien Pouliot <[email protected]>
  9. * TempFileCollectionCas.cs: New. CAS unit tests.
  10. * TempFileCollectionTest.cs: New. Very basic tests to check the
  11. behaviour of the TempDir property.
  12. 2005-10-24 Sebastien Pouliot <[email protected]>
  13. * CodeGeneratorOptionsCas.cs: New. CAS unit tests.
  14. * CodeGeneratorOptionsTest.cs: New. Unit tests.
  15. * CodeParserCas.cs: New. CAS unit tests.
  16. * CompilerErrorCas.cs: New. CAS unit tests.
  17. * CompilerErrorCollectionCas.cs: New. CAS unit tests.
  18. * CompilerInfoCas.cs: New. CAS unit tests.
  19. * CompilerParametersCas.cs: New. CAS unit tests.
  20. * CompilerResultsCas.cs: New. CAS unit tests.
  21. * GeneratedCodeAttributeCas.cs: New. CAS unit tests.
  22. * GeneratedCodeAttributeTest.cs: New. Unit tests.
  23. * IndentedTextWriterCas.cs: New. CAS unit tests.
  24. 2005-10-15 Gert Driesen <[email protected]>
  25. * CodeGeneratorTestBase.cs: No longer keep instance of StringWriter to
  26. allow GenerateCodeFromType to be executed multiple times with relying
  27. on user to reset writer. Allow CodeGeneratorOptions to be passed in,
  28. in order to support bracing style tests.
  29. * CodeGeneratorFromTypeTestBase.cs: Modify Generate* methods to take
  30. CodeGeneratorOptions instance and pass it on to GenerateCodeFromType.
  31. 2005-07-30 Gert Driesen <[email protected]>
  32. * CodeGeneratorFromTypeTestBase.cs: Added NewSlot tests.
  33. 2005-07-24 Gert Driesen <[email protected]>
  34. * CodeGeneratorTest.cs: Removed duplicate import of NUNit.Framework
  35. namespace.
  36. * CodeGeneratorFromTypeTestBase.cs: Added BaseTypes and
  37. TypeConstructor tests.
  38. 2005-07-21 Gert Driesen <[email protected]>
  39. * CodeGeneratorTest.cs: Added unit tests for CodeGenerator.IsCurrent*.
  40. 2005-07-21 Gert Driesen <[email protected]>
  41. * CodeGeneratorFromTypeTestBase.cs: Base class for unit tests for
  42. CodeGenerator.GenerateCodeFromType.
  43. * CodeGeneratorTestBase.cs: Base class for CodeGenerator unit tests.
  44. 2004-06-13 Gert Driesen <[email protected]>
  45. * IndentedTextWriterTest.cs: added test for IndentedTextWriter