Re: [Mono-dev] [PATCH] TimeZoneInfo

2009-08-26 Thread Marek Safar
Hello, hi, i made a patch that implements two missing serialize functions TimeZoneInfo.ToSerializedString() and TimeZoneInfo.FromSerializedString(). hope you would add it to mono. http://www.nabble.com/file/p25140760/TimeZoneInfo.patch TimeZoneInfo.patch Could you also write appropriate

Re: [Mono-dev] [PATCH] TimeZoneInfo

2009-08-26 Thread Christian Mueller Ger
Marek Safar wrote: Could you also write appropriate unit tests which test your new code ? I created a test file and added it to System.Core_test.dll.sources. Then i tried to run make test from mcs directory, but it isn't supported. So i run make from the top directory, but the test seems

[Mono-dev] [PATCH] TimeZoneInfo

2009-08-25 Thread Christian Mueller Ger
hi, i made a patch that implements two missing serialize functions TimeZoneInfo.ToSerializedString() and TimeZoneInfo.FromSerializedString(). hope you would add it to mono. http://www.nabble.com/file/p25140760/TimeZoneInfo.patch TimeZoneInfo.patch -- View this message in context: