Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28570
Modified Files:
NHibernate.Test-1.1.csproj
Log Message:
Added test for the classes GuidType and TypeFactory
Index: NHibernate.Test-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHibernate.Test-1.1.csproj,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** NHibernate.Test-1.1.csproj 12 Apr 2004 05:45:21 -0000 1.13
--- NHibernate.Test-1.1.csproj 14 Apr 2004 18:08:28 -0000 1.14
***************
*** 323,326 ****
--- 323,336 ----
/>
<File
+ RelPath = "TypesTest\GuidTypeFixture.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "TypesTest\TypeFactoryFixture.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "UtilityTest\IdentityMapFixture.cs"
SubType = "Code"
|