After changing mcs/class/corlib/Test/run_test.sh, (see attached; this is based on correspondence with Nick Drochak), I noticed two unit tests failing for StringBuilder - the constructor with null string - the constructor for a given capacity
Based on MSDN doc's I made some changes. Attached is the new StringBuilder.cs I also updated the unit tests to Nunit v2, (see attached). These files were tested with release 0.19. I'm having trouble building from CVS and so can't get a proper patch. Norman
StringBuilder.cs
Description: Binary data
StringBuilderTest.cs
Description: Binary data
run_test.sh
Description: Binary data
