Author: mmccurrey
Date: Tue Nov 10 13:41:22 2009
New Revision: 834462
URL: http://svn.apache.org/viewvc?rev=834462&view=rev
Log:
Modified the ReadMe to correctly reflect the new project structure.
Modified:
ibatis/cs/ibatisnet-3/trunk/src/Apache.Ibatis.DataMapper.SqlClient.Test/ReadMe.txt
Modified:
ibatis/cs/ibatisnet-3/trunk/src/Apache.Ibatis.DataMapper.SqlClient.Test/ReadMe.txt
URL:
http://svn.apache.org/viewvc/ibatis/cs/ibatisnet-3/trunk/src/Apache.Ibatis.DataMapper.SqlClient.Test/ReadMe.txt?rev=834462&r1=834461&r2=834462&view=diff
==============================================================================
---
ibatis/cs/ibatisnet-3/trunk/src/Apache.Ibatis.DataMapper.SqlClient.Test/ReadMe.txt
(original)
+++
ibatis/cs/ibatisnet-3/trunk/src/Apache.Ibatis.DataMapper.SqlClient.Test/ReadMe.txt
Tue Nov 10 13:41:22 2009
@@ -3,7 +3,7 @@
------------------------------
1/ Create the database with the script 'scripts\(database name)\DBCreation.sql'
-2/ In 'bin/IBatisNet.Test.dll.config' :
+2/ In 'bin/Debug/Apache.Ibatis.DataMapper.SqlClient.Test.dll.config' :
set the database value to the name of database server :
MSSQL,Oracle, Acces, MySql
set the providerType key to a provider :
- 'SqlClient' to run test via native .Net provider for
Sql Server.
@@ -13,6 +13,7 @@
- 'Odbc' to run test via Odbc provider.
3/ With the help of the DataBase-Template.config
create a file named DataBase.config with your own value for datasource.
+ Place this file in the root folder of the
Apache.Ibatis.DataMapper.SqlClient.Test project
(WARNInG : don't included it in the solution and don't commit it in SVN)
Put it in the bin/debug directory