178 lines
5.7 KiB
Plaintext
Raw Normal View History

2010-07-07 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* ResourceWriterTest.cs: In our new AddResource_Stream_Default test
store the resource file under Test/resources/, instead of the base
dir, so we avoid filling the dir with not needed files.
2010-07-05 Carlos Alberto Cortez <calberto.cortez@gmail.com>
* ResourceWriterTest.cs: New tests for our new 4.0 AddResource
overloads.
2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
* ResourceReaderTest.cs: use the current directory to locate the
resources.
2008-03-15 Gert Driesen <drieseng@users.sourceforge.net>
* ResourceManagerTest.cs: Enabled and added ResourceSetType asserts.
Added test for disposed ResourceSet. Avoid using ExpectedException.
* ResourceSetTest.cs: Improved tests for ctor argument checks. Avoid
using ExpectedException.
2008-03-04 Sebastien Pouliot <sebastien@ximian.com>
* ResourceManagerTest.cs: Add test case for ResourceSetType which
shows that an internal type, not the basic ResourceSet, is being used
* ResourceSetTest.cs: New. Unit tests for ResourceSet
2008-01-26 Gert Driesen <drieseng@users.sourceforge.net>
* ResourceWriterTest.cs: Enabled test for writing enum value on 2.0
profile.
2007-11-10 Gert Driesen <drieseng@users.sourceforge.net>
* ResourceWriterTest.cs: Added ctor tests. Added tests for AddResource
overloads. Added test for argument null checks. Added test for bug
#339074. Added test for invoking Generate () multiple times.
2007-10-27 Gert Driesen <drieseng@users.sourceforge.net>
* ResourceManagerTest.cs: Added tests for null argument checks. Added test
for GetStream with resource file that does not exist.
2007-09-17 Gert Driesen <drieseng@users.sourceforge.net>
* ResourceManagerTest.cs: Restore the original UI Culture on TearDown.
Added ctor tests. Added tests for CreateFileBasedResourceManager.
Added tests for GetObject, GetString and GetResourceFileName.
Improved tests for GetStream. Added test for IgnoreCase.
2007-08-24 Gert Driesen <drieseng@users.sourceforge.net>
* ResourceManagerTest.cs: Improved existing tests. Ensure all resources
are released. Fixes test failures on Windows.
* ResourceWriterTest.cs: Added test for bug #82566.
* ResourceReaderTest.cs: Improved existing tests. Ensure all resources
are released. Fixed test failures on Windows.
2007-08-09 Atsushi Enomoto <atsushi@ximian.com>
* ResourceReaderTest.cs : added tests for GetResourceData()
2007-07-16 Rodrigo Kumpera <rkumpera@novell.com>
* ResourceReaderTest.cs: new test, related to 2.0 bug of #81757
2007-05-28 Atsushi Enomoto <atsushi@ximian.com>
* ResourceWriterTest.cs : new test, contains one for bug #81759.
2007-05-28 Atsushi Enomoto <atsushi@ximian.com>
* ResourceManagerTest.cs : added tests for GetStream() (including
2.0 resource format tests).
2006-12-30 Alexander Olk <alex.olk@googlemail.com>
* ResourceManagerTest.cs: add one new test and remove NotWorking.
All tests pass now.
2006-12-30 Gert Driesen <drieseng@users.sourceforge.net>
* ResourceReaderTest.cs: Added test for reading byte array.
No longer derive from Assertion class.
2006-10-09 Chris Toshok <toshok@ximian.com>
* ResourceManagerTest.cs: add some (NotWorking) tests for
ResourceManager.
2006-03-14 Robert Jordan <robertj@gmx.net>
* ResourceManagerTest.cs: Reactivated tests. eol-style.
2006-01-13 Robert Jordan <robertj@gmx.net>
* ResourceManagerTest.cs: New. Unit tests for ResourceManager.
See bug #77242.
2005-03-31 Sebastien Pouliot <sebastien@ximian.com>
* ResourceReaderCas.cs: New. CAS unit tests for ResourceReader.
* ResourceReaderTest.cs: Changed filename to internal so the "normal"
tests case can be reused, with partial trust, by the CAS tests.
* ResourceSetCas.cs: : New. CAS unit tests for ResourceSet.
2005-01-28 Nick Drochak <ndrochak@ieee.org>
* ResourceReaderTest.cs: Not sure about a zero-byte length file.
2004-08-29 Nick Drochak <ndrochak@ieee.org>
* ResourceReaderTest.cs: Make tests pass (correct path to resources)
on MS.NET 1.1.
2004-06-14 Sebastien Pouliot <sebastien@ximian.com>
* ResourceReaderTest.cs: Un-ignored an old test case (probably fixed a
long time ago). Converted tests to NUnit 2.x format to be more
specific when checking exceptions.
2004-02-25 Jackson Harper <jackson@ximian.com>
* ResourceReaderTest.cs: Make work on windows.
2004-02-18 Jackson Harper <jackson@ximian.com>
* ResourceReaderTest.cs: Add a little logic for finding
resources. This works on MS and with mono and fixes these tests
for 'make run-test'.
2003-06-23 Nick Drochak <ndrochak@gol.com>
* ResourceReaderTest.cs: Put it back the way it was, doesn't work on
.NET, and it works fine on both if you cd to the proper dir before
running these tests.
2003-06-16 Nick Drochak <ndrochak@gol.com>
* ResourceReaderTest.cs: Help tests find input files.
2003-01-28 Nick Drochak <ndrochak@gol.com>
* ResourceReaderTest.cs: Ignore part of a test that hangs mono.
2002-12-21 Nick Drochak <ndrochak@gol.com>
* all: make tests build and run under nunit2
2002/06/14 Nick Drochak <ndrochak@gol.com>
* AllTests.cs: Disable ResourceReaderTest for now. The class is not
ready yet.
2002-05-22 Nick Drochak <ndrochak@gol.com>
* ResourceReaderTest.cs: Fix path name to resource files (again).
2002-02-09 Nick Drochak <ndrochak@gol.com>
* ResourceReaderTest.cs: Fix path name to resource files
2002-01-25 Nick Drochak <ndrochak@gol.com>
* AllTests.cs:
* Empty.resources:
* MyResources.resources: Added files
* ResourceReaderTest.cs: Test the enumerator
2002-01-24 Nick Drochak <ndrochak@gol.com>
* ResourceReaderTest.cs: Add new file. This test is not done yet.
Wanted to save it in cvs for 'disaster recovery' purposes.
Just in case.