Compression (Test and Lucene.Net Projects):
1- Add SHARP_ZIP_LIB to Project/Builds/Conditional Compilation
symbols
2- Add a reference to ICSharpCode.SharpZipLib.dll(which can be found
with googling)
Remoting:
Since all tests(TestRemoteSearchable and TestSort) releated with
remoting use port 1099, it may the case that the port is used by another
server-thread. Running tests one after another(not alltogether) can be a
solution.
These are the changes i can remember.
DIGY
-----Original Message-----
From: Michael Garski [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 18, 2007 4:47 AM
To: [email protected]
Subject: Unit Tests
I have a question on the unit tests...
I've retrieved the latest source from the svn repository and built both
solutions in VS2005, but the unit tests involving remoting or
compression fail.
Am I missing a configuration for those to pass?
Thanks,
Michael