Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1107/NHibernate.Test
Modified Files:
NHibernate.Test-1.1.csproj
Log Message:
Added test for all the Types implementing IVersionType
Index: NHibernate.Test-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHibernate.Test-1.1.csproj,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** NHibernate.Test-1.1.csproj 18 Nov 2004 02:46:59 -0000 1.50
--- NHibernate.Test-1.1.csproj 21 Nov 2004 22:54:56 -0000 1.51
***************
*** 531,534 ****
--- 531,549 ----
/>
<File
+ RelPath = "TypesTest\Int16TypeFixture.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "TypesTest\Int32TypeFixture.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "TypesTest\Int64TypeFixture.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "TypesTest\PersistentEnumTypeFixture.cs"
SubType = "Code"
***************
*** 536,539 ****
--- 551,569 ----
/>
<File
+ RelPath = "TypesTest\TicksTypeFixture.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "TypesTest\TimeSpanTypeFixture.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "TypesTest\TimestampTypeFixture.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "TypesTest\TypeFactoryFixture.cs"
SubType = "Code"
|