Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-06-13* System_test.dll.sources: Added IndentedTextWriterTest to unitGert Driesen
tests svn path=/trunk/mcs/; revision=29458
2004-06-062004-06-05 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* System_test.dll.sources: Added X509CertificateCollectionTest to the unit tests. svn path=/trunk/mcs/; revision=28895
2004-04-16 * TypeDescriptorTests.cs: Added new tests for TypeDescriptor.Lluis Sanchez
* System_test.dll.sources: Added System.ComponentModel/TypeDescriptorTests.cs. svn path=/trunk/mcs/; revision=25617
2004-03-172004-03-17 Ivan Hamilton <ivan@chimerical.com.au>Sebastien Pouliot
* System.dll.sources: Added System/System.ComponentModel.Design /RuntimeLicenseContext.cs * System_test.dll.sources : Added System.ComponentModel /LicenseManagerTests.cs svn path=/trunk/mcs/; revision=24219
2004-01-212004-01-21 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* System_test.dll.sources : Added CodeGeneratorIdentifierTest.cs svn path=/trunk/mcs/; revision=22336
2004-01-162004-01-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* System.dll.sources: added new files. * System_test.dll.sources: added new test. * System.IO/DefaultWatcher.cs: stub for the default watcher. * System.IO/WindowsWatcher.cs: stub for the windows watcher. * System.IO/FAMWatcher.cs: FAM watcher. * System.IO/FileAction.cs: enum with event types. * System.IO/FileSystemEventArgs.cs: added SetName property. * System.IO/FileSystemWatcher.cs: added support for the 3 watchers. * System.IO/IFileWatcher.cs: interface implemented by the watchers. * System.IO/SearchPattern.cs: copied from corlib. * Test/System.IO/FileSystemWatcherTest.cs: new test. svn path=/trunk/mcs/; revision=22139
2003-12-312003-12-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* System_test.dll.sources: added SocketTest.cs * System.Net.Sockets/Socket.cs: fix for several asynchronous methods to delay exception throwing. * Test/System.Net.Sockets/SocketTest.cs: new test for asynchronous connection failure. Test+fix by Brad FitzpatrickBrad Fitzpatrick <brad@danga.com>. svn path=/trunk/mcs/; revision=21562
2003-12-10VBCodeProviderTest now checks for compilation outputJochen Wezel
svn path=/trunk/mcs/; revision=20981
2003-12-082003-12-08 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* System_test.dll.sources : Added UriTest2.cs svn path=/trunk/mcs/; revision=20870
2003-11-21Add new tests from JurajMiguel de Icaza
svn path=/trunk/mcs/; revision=20280
2003-11-192003-11-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* System_test.dll.sources: added new RegexBugs test. * System.Text.RegularExpressions/regex.cs: (Split): include capture groups in the results, if any. Fixes bug #51146. * Test/system_linux_test.args: removed. Not needed any more. svn path=/trunk/mcs/; revision=20219
2003-09-04Integrate the patches contributed by Alon Gazit <along@mainsoft.com>.Duncan Mak
* BitVector32.cs (CreateSection): Check that the new calculated offset isn't more than 32 and not that the sum of the new offset and the number of set bits is more than 32. (this): Perform bitwise and with the complement of the mask shifted version (~(section.Mask << section.Offset)) and not with the shifted version of the mask's complement (~section.Mask << section.Offset). (this): Currently doesn't return the correct value when the data in the BitVector32 instance is negative. * ListDictionary.cs (CopyTo): If the array is null, it should throw ArgumentNullException. If the index is less than 0, it should throw ArgumentOutOfRangeException. (Remove): Throw ArgumentNullException when the parameter is null. * BitVector32Test.cs (TestNegativeIndexer, TestSectionIndexer, TestCreateSection): new tests from Alon Gazit <along@mainsoft.com>. * ListDictionaryTest.cs (CopyTo1, CopyTo2, Remove): New file, with tests from Alon Gazit <along@mainsoft.com>. svn path=/trunk/mcs/; revision=17885
2003-09-01new test addedAlexandre Pigolkine
svn path=/trunk/mcs/; revision=17778
2003-07-14New build systemGonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=16200