1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
2006-10-09 Chris Toshok <toshok@ximian.com>
* ResourceManagerTest.cs: add some (NotWorking) tests for
ResurceManager.
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.
|