* RegexTest.cs: Add some simple tests for debugging/zen
[mono.git] / mcs / class / System.Drawing / README
index b0ea60430cc14201d77c26247226f9d93556bab0..8105c140e8be5b47cb3de4060e02e898dcfa9cc1 100644 (file)
  file. Please follow the alphabetical order while adding the name of your test
  class.
 
  file. Please follow the alphabetical order while adding the name of your test
  class.
 
- Samples are independent C# programs with a Main method. Sample are supposed
+ Samples are independent C# programs with a Main method. Samples are supposed
  to solve two purposes. First, samples expose the bugs that are not captured
  to solve two purposes. First, samples expose the bugs that are not captured
- by Nunit tests. To achieve this, it is advisable that we don't repeat the
- code in a test and sample for any class until unless required. Second, samples
- help System.Drawing users in understanding System.Drawing components as well
- as in writing System.Drawing applications. Writing too trivial samples for
- well known classes might not be really helpful for the users. It is better
- to write a sample to solve a particular problem.
+ by Nunit tests. To achieve this, it is advisable not to repeat the code in a
+ test and a sample for any class until unless required. Second, samples help
+ System.Drawing users in understanding System.Drawing components as well as in
+ writing System.Drawing applications. Writing too trivial samples for well known
+ classes might not be really helpful for the users. It is better to write a sample
+ to solve a particular problem.