From: Kevin W. <kev...@us...> - 2005-01-01 14:19:51
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10954 Modified Files: NHibernate.Test-1.1.csproj Log Message: added test for NH-177 Index: NHibernate.Test-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHibernate.Test-1.1.csproj,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** NHibernate.Test-1.1.csproj 30 Dec 2004 16:25:12 -0000 1.57 --- NHibernate.Test-1.1.csproj 1 Jan 2005 14:19:41 -0000 1.58 *************** *** 91,99 **** /> <Reference - Name = "nunit.framework" - AssemblyName = "nunit.framework" - HintPath = "..\..\lib\net\1.1\nunit.framework.dll" - /> - <Reference Name = "log4net" AssemblyName = "log4net" --- 91,94 ---- *************** *** 105,108 **** --- 100,108 ---- HintPath = "..\..\lib\net\1.1\Iesi.Collections.dll" /> + <Reference + Name = "nunit.framework" + AssemblyName = "nunit.framework" + HintPath = "..\..\lib\net\1.1\nunit.framework.dll" + /> </References> </Build> *************** *** 255,258 **** --- 255,263 ---- /> <File + RelPath = "DriverTest\NullReferenceFixture.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "DriverTest\OracleClientDriverFixture.cs" SubType = "Code" |