2004-09-11 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System / Test /
2002-12-09 Jackson HarperRemoved files
2002-12-09 Jackson HarperRemoved compiler tests
2002-12-09 Jackson HarperChangeLog
2002-12-09 Jackson HarperRemove references to soon to be removed Tests
2002-11-14 Jackson HarperAdded more tests
2002-11-12 Jackson HarperFixed date in changelog
2002-11-12 Jackson HarperUpdating changelog
2002-11-12 Jackson HarperAdded tests for the Microsoft.CSharp.CompilerError...
2002-11-07 Jackson HarperAdded Microsoft.CSharp tests
2002-11-07 Jackson HarperAdded files
2002-11-05 Gonzalo Paniagua... little fix
2002-11-02 Phillip Pearson* AllTests.cs: Fixed Lawrence's e-mail address.
2002-10-30 Gonzalo Paniagua... changelog
2002-10-30 Gonzalo Paniagua... 2002-10-30 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-10-25 Gonzalo Paniagua... 2002-10-25 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-09-23 Nick Drochak2002-09-23 Nick Drochak <ndrochak@gol.com>
2002-09-19 Nick Drochak2002-09-19 Nick Drochak <ndrochak@gol.com>
2002-09-17 Nick Drochak2002-09-17 Nick Drochak <ndrochak@gol.com>
2002-09-17 Nick Drochak2002-09-17 Nick Drochak <ndrochak@gol.com>
2002-09-17 Nick Drochak2002-09-17 Nick Drochak <ndrochak@gol.com>
2002-07-04 Miguel de IcazaFlush
2002-06-17 Jonathan Pryor * TraceTest.cs: Added additional test cases.
2002-05-27 Lawrence Pit * Uri.cs: Implemented ctor UriTest (baseUri, relativeUri)
2002-05-22 Lawrence Pit * Uri.cs: implemented MakeRelative, improved GetLeftPart
2002-05-21 Lawrence Pit * WebProxy.cs: more rigorous testing, fixed bug +...
2002-05-21 Lawrence Pit * WebClient.cs: stubbed
2002-05-20 Lawrence PitSystem:
2002-05-20 Miguel de IcazaRemove old files, as they are now elsewhere
2002-05-19 Lawrence Pit * FileWebRequestTest.cs: all the async methods tests...
2002-05-13 Lawrence Pit * Dnstest.cs: added test for asynchronous methods
2002-05-11 Lawrence Pit * FileWebResponse.cs: added
2002-05-11 Lawrence Pitanother w32 path fix
2002-05-11 Lawrence Pit * Uri.LocalPath and Uri.AbsoluteUri modified to suppor...
2002-05-11 Lawrence PitWebHeaderCollection implemented
2002-05-11 Lawrence Pitfinished WebRequest.cs
2002-05-09 Lawrence Pit * HybridDictionary.cs: implemented
2002-05-09 Lawrence Pitmodified AllTests.cs
2002-05-09 Lawrence PitFiles moved to separate dir
2002-05-09 Lawrence PitMoved StringCollectionTest.cs and NameValueCollectionTe...
2002-05-09 Lawrence Pit * Rewrote IPAddress.Parse method, passing all unit...
2002-05-09 Lawrence Pitadded call to System.AllTests
2002-05-09 Lawrence Pit * Added tests to IPAddressTest.cs
2002-05-07 Nick Drochak2002/05/07 Nick Drochak <ndrochak@gol.com>
2002-05-05 Nick Drochak2002-05-05 Nick Drochak <ndrochak@gol.com>
2002-05-05 Nick Drochak2002-05-05 Nick Drochak <ndrochak@gol.com>
2002-05-05 Lawrence Pitadded implementation of CredentialCache
2002-05-05 Lawrence PitExtensive unit tests for Uri and UriBuilder classes...
2002-05-05 Lawrence Pitadded test for is loopback address
2002-04-29 Nick Drochak2002-04-30 Nick Drochak <ndrochak@gol.com>
2002-04-28 Lawrence PitSocket permission stuff, not yet used by Socket itself.
2002-04-27 Lawrence Pitremoved CookieContainerTest
2002-04-27 Lawrence PitSecurityElement fixed and several methods implemented...
2002-04-26 Lawrence PitCookie test units
2002-04-24 Nick Drochak2002-04-24 Nick Drochak <ndrochak@gol.com>
2002-04-23 Gonzalo Paniagua... 2002-04-23 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-04-19 Gonzalo Paniagua... 2002-04-19 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-04-15 Gonzalo Paniagua... 2002-04-15 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-04-14 Gonzalo Paniagua... 2002-04-15 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-04-07 Jonathan PryorAdded System.Diagnostics tests, as they work now.
2002-04-07 Jonathan PryorRecent updates.
2002-04-07 Jonathan PryorRemoved extraneous output; it only existed to help...
2002-03-10 Jonathan PryorAdd NUnit test case for System.Diagnostics.Trace support
2002-03-08 Nick Drochak2002/03/08 Nick Drochak <ndrochak@gol.com>
2002-02-27 Martin Baulig2002-02-27 Martin Baulig <martin@gnome.org>
2002-02-27 Martin BauligAdded using System.Collections.Specialized;
2002-02-27 Martin Baulig2002-02-27 Martin Baulig <martin@gnome.org>
2002-02-11 Duncan Mak2002-02-11 Duncan Mak <duncan@ximian.com>
2002-02-11 Mads PultzTest removed, test of IPHostEntry included in DnsTest.cs
2002-02-11 Mads PultzAdded implementation for System.Net.Dns.BeginResolve...
2002-02-07 Dan Lewiscopy System.dll into Test directory.
2002-01-31 Dan LewisWas part of PerlTest.cs: modified to use result descrip...
2002-01-31 Dan LewisRemoved /nowarn:1595, added /noconfig flag to build...
2002-01-31 Dan Lewisadded System.Text.RegularExpressions suite.
2002-01-31 Dan LewisRegex tests. Initial revision - just the Perl trials.
2002-01-17 Miguel de IcazaMostly changes to get System.dll compiling again. ...
2001-11-23 Miguel de IcazaAdd TcpClient and TcpListener from Phillip Pearson
2001-11-11 Sean MacIsaac* AttributeUseage.cs: Should define AttributeUsageAttri...
2001-11-08 Nick Drochak2001-11-09 Nick Drochak <ndrochak@gol.com>
2001-10-08 Dick PorterFixed syntax errors
2001-10-07 Miguel de IcazaAdd AllTests file from Mario
2001-09-26 Sean MacIsaacNAnt build files and System.Data files moved to appropr...
2001-09-26 Sean MacIsaacRemoving old build files. NAnt doesn't use them.
2001-09-26 Mads Pultz* Dns.cs: Initial work on BeginGetHostByName and EndGet...
2001-09-24 Mads Pultz* DnsTest.cs: now tests GetHostByAddress, GetHostByName...
2001-09-23 Mads Pultz* DnsTest.cs: Initial work submitted to repository.
2001-07-25 Miguel de IcazaAdd NameValueCollection contribution
2001-07-19 Miguel de IcazaAdd StrinEnumerator.cs and StringCollection.cs