ChangeLog 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. 2005-11-30 Gert Driesen <[email protected]>
  2. * IndentedTextWriterTest.cs: Added tests for Indent property.
  3. 2005-11-30 Sebastien Pouliot <[email protected]>
  4. * CodeCompilerCas.cs: MS doesn't demand EnvironmentPermission under
  5. 1.x.
  6. 2005-11-26 Gert Driesen <[email protected]>
  7. * CodeGeneratorFromTypeTestBase.cs: Modified GetMethodMembersType3 to
  8. add parameter with no name.
  9. 2005-11-02 Sebastien Pouliot <[email protected]>
  10. * CodeCompilerCas.cs: New. CAS unit tests.
  11. * ExecutorCas.cs: New. CAS unit tests.
  12. * ExecutorTest.cs: New. Unit tests for Executor.
  13. 2005-11-01 Sebastien Pouliot <[email protected]>
  14. * CodeGeneratorCas.cs: New. CAS unit tests.
  15. 2005-11-01 Sebastien Pouliot <[email protected]>
  16. * CodeDomProviderCas.cs: New. CAS unit tests.
  17. 2005-10-28 Gert Driesen <[email protected]>
  18. * CodeGeneratorTestBase.cs: Set eol-style to native.
  19. * CodeGeneratorTest.cs: Set eol-style to native.
  20. * CodeGeneratorFromTypeTestBase.cs: Added tests for
  21. CodeEntryPointMethod and bug #76580. Set eol-style to native.
  22. * IndentedTextWriterTest.cs: Set eol-style to native.
  23. 2005-10-25 Sebastien Pouliot <[email protected]>
  24. * CompilerErrorCas.cs: Under 1.x CompilerError is protected by a
  25. LinkDemand for Unrestricted.
  26. * CompilerErrorCollectionCas.cs: Under 1.x CompilerError is protected
  27. by a LinkDemand for Unrestricted.
  28. * TempFileCollectionCas.cs: Moved precompiler directive to the right
  29. method (to ignore a test under MS 1.x).
  30. 2005-10-25 Sebastien Pouliot <[email protected]>
  31. * TempFileCollectionCas.cs: New. CAS unit tests.
  32. * TempFileCollectionTest.cs: New. Very basic tests to check the
  33. behaviour of the TempDir property.
  34. 2005-10-24 Sebastien Pouliot <[email protected]>
  35. * CodeGeneratorOptionsCas.cs: New. CAS unit tests.
  36. * CodeGeneratorOptionsTest.cs: New. Unit tests.
  37. * CodeParserCas.cs: New. CAS unit tests.
  38. * CompilerErrorCas.cs: New. CAS unit tests.
  39. * CompilerErrorCollectionCas.cs: New. CAS unit tests.
  40. * CompilerInfoCas.cs: New. CAS unit tests.
  41. * CompilerParametersCas.cs: New. CAS unit tests.
  42. * CompilerResultsCas.cs: New. CAS unit tests.
  43. * GeneratedCodeAttributeCas.cs: New. CAS unit tests.
  44. * GeneratedCodeAttributeTest.cs: New. Unit tests.
  45. * IndentedTextWriterCas.cs: New. CAS unit tests.
  46. 2005-10-15 Gert Driesen <[email protected]>
  47. * CodeGeneratorTestBase.cs: No longer keep instance of StringWriter to
  48. allow GenerateCodeFromType to be executed multiple times with relying
  49. on user to reset writer. Allow CodeGeneratorOptions to be passed in,
  50. in order to support bracing style tests.
  51. * CodeGeneratorFromTypeTestBase.cs: Modify Generate* methods to take
  52. CodeGeneratorOptions instance and pass it on to GenerateCodeFromType.
  53. 2005-07-30 Gert Driesen <[email protected]>
  54. * CodeGeneratorFromTypeTestBase.cs: Added NewSlot tests.
  55. 2005-07-24 Gert Driesen <[email protected]>
  56. * CodeGeneratorTest.cs: Removed duplicate import of NUNit.Framework
  57. namespace.
  58. * CodeGeneratorFromTypeTestBase.cs: Added BaseTypes and
  59. TypeConstructor tests.
  60. 2005-07-21 Gert Driesen <[email protected]>
  61. * CodeGeneratorTest.cs: Added unit tests for CodeGenerator.IsCurrent*.
  62. 2005-07-21 Gert Driesen <[email protected]>
  63. * CodeGeneratorFromTypeTestBase.cs: Base class for unit tests for
  64. CodeGenerator.GenerateCodeFromType.
  65. * CodeGeneratorTestBase.cs: Base class for CodeGenerator unit tests.
  66. 2004-06-13 Gert Driesen <[email protected]>
  67. * IndentedTextWriterTest.cs: added test for IndentedTextWriter