From: Michael D. <mik...@us...> - 2004-12-11 20:08:27
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13895/NHibernate.Test Modified Files: NHibernate.Test-1.1.csproj Log Message: NH-151: added SByteType and Fixture for it Moved nh specific CompositeId tests to their own namespace. Index: NHibernate.Test-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHibernate.Test-1.1.csproj,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** NHibernate.Test-1.1.csproj 10 Dec 2004 16:40:02 -0000 1.52 --- NHibernate.Test-1.1.csproj 11 Dec 2004 20:08:18 -0000 1.53 *************** *** 236,239 **** --- 236,258 ---- /> <File + RelPath = "CompositeId\ClassWithCompositeId.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "CompositeId\ClassWithCompositeId.hbm.xml" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "CompositeId\ClassWithCompositeIdFixture.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "CompositeId\Id.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "DialectTest\DialectFixture.cs" SubType = "Code" *************** *** 397,405 **** /> <File - RelPath = "NHSpecificTest\ClassWithCompositeIdFixture.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File RelPath = "NHSpecificTest\MapFixture.cs" SubType = "Code" --- 416,419 ---- *************** *** 624,627 **** --- 638,646 ---- /> <File + RelPath = "TypesTest\SByteTypeFixture.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TypesTest\TicksTypeFixture.cs" SubType = "Code" |