Перейти к файлу
Gert Driesen f08b64eaec Added test for bug #525338.
svn path=/trunk/gert/; revision=139100
2009-07-30 17:15:24 +00:00
build Linux fixes. 2009-06-25 18:52:15 +00:00
interactive Marked bug #325076 as fixed. 2008-10-15 18:15:48 +00:00
standalone Added test for bug #525338. 2009-07-30 17:15:24 +00:00
README Flush. 2008-04-18 14:02:19 +00:00

README

PREREQUISITES
=============

The following software is required to run the test suite:

* NAnt 		0.86 Beta 1 or higher
* NAntContrib 	0.86 Beta 2 or higher


STANDALONE tests
================

The following environment variables control which tests are executed:

	* MONO_TESTS_FTP: when set, FTP-related tests are executed.
	* MONO_TESTS_ODBC: when set, ODBC-related tests are executed.
	* MONO_TESTS_SQL: when set, SQL Server (Native Client)-related tests are executed.

FTP
===

Configure the FTP-related tests using these environment variables:

	* MONO_TESTS_FTP_URI

	  An FTP-scheme URI pointing to a writable FTP site.

	  Example:

	  ftp://users.telenet.be/mono/

	* MONO_TESTS_FTP_USER

	  User name for connecting to FTP site.

	* MONO_TESTS_FTP_PWD

	  Password of user identified by MONO_TESTS_FTP_USER environment
	  variable.

SSL
===

Configure the SSL-related tests using these environment variables:

	* MONO_TESTS_HOSTNAME

	  Fully qualified domain name of the machine running the tests.

	  Example:

	  brother.home.be

ODBC/SQL
========

Configure the ODBC/SQL-related tests using these environment variables:

	* MONO_TESTS_SQL_HOST

	  Name of the machine running SQL Server.

	* MONO_TESTS_SQL_USER

	  The user ID to be used when connecting to SQL Server.

	* MONO_TESTS_SQL_PWD
	
	  The password for the SQL Server account.

	* MONO_TESTS_SQL_DB
	
	  The name of the database associated with the connection.

Notes:

	* Most tests actually create a Mono database, and drop it when the test has
	  finished executing.

	* Currently, the ODBC related tests assume that SQL Server is used as
	  backend database.