From: Michael D. <mik...@us...> - 2004-12-30 16:25:52
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19437/src/NHibernate.Test Modified Files: NHibernate.Test-1.1.csproj NHibernate.Test.build Log Message: Removed dependency on DotNetMock from the Test assembly. Modified the test that were dependant on DotNetMock. Index: NHibernate.Test.build =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHibernate.Test.build,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** NHibernate.Test.build 10 Dec 2004 16:40:02 -0000 1.13 --- NHibernate.Test.build 30 Dec 2004 16:25:12 -0000 1.14 *************** *** 50,55 **** <includes name="System.XML.dll" /> <includes name="System.Data.dll" /> - <includes name="DotNetMock.dll" /> - <includes name="DotNetMock.Framework.dll" /> <includes name="Iesi.Collections.dll" /> <includes name="log4net.dll" /> --- 50,53 ---- *************** *** 95,98 **** --- 93,97 ---- assemblyname="${build.dir}/bin/${nant.project.name}.dll" appconfig="${build.dir}/bin/${nant.project.name}.dll.config" + failonerror="false" /> </nunit2> Index: NHibernate.Test-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHibernate.Test-1.1.csproj,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** NHibernate.Test-1.1.csproj 16 Dec 2004 21:56:06 -0000 1.56 --- NHibernate.Test-1.1.csproj 30 Dec 2004 16:25:12 -0000 1.57 *************** *** 101,114 **** /> <Reference - Name = "DotNetMock.Framework" - AssemblyName = "DotNetMock.Framework" - HintPath = "..\..\lib\DotNetMock.Framework.dll" - /> - <Reference - Name = "DotNetMock" - AssemblyName = "DotNetMock" - HintPath = "..\..\lib\DotNetMock.dll" - /> - <Reference Name = "Iesi.Collections" AssemblyName = "Iesi.Collections" --- 101,104 ---- *************** *** 620,628 **** /> <File - RelPath = "TypesTest\BaseTypeFixture.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "TypesTest\BinaryBlobClass.cs" SubType = "Code" --- 610,613 ---- *************** *** 653,656 **** --- 638,650 ---- /> <File + RelPath = "TypesTest\BooleanClass.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TypesTest\BooleanClass.hbm.xml" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "TypesTest\BooleanTypeFixture.cs" SubType = "Code" *************** *** 658,661 **** --- 652,664 ---- /> <File + RelPath = "TypesTest\ByteClass.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TypesTest\ByteClass.hbm.xml" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "TypesTest\ByteTypeFixture.cs" SubType = "Code" *************** *** 668,671 **** --- 671,683 ---- /> <File + RelPath = "TypesTest\DecimalClass.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TypesTest\DecimalClass.hbm.xml" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "TypesTest\DecimalTypeFixture.cs" SubType = "Code" *************** *** 687,690 **** --- 699,711 ---- /> <File + RelPath = "TypesTest\GuidClass.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TypesTest\GuidClass.hbm.xml" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "TypesTest\GuidTypeFixture.cs" SubType = "Code" |