Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31654
Modified Files:
NHibernate.Test-1.1.csproj
Log Message:
Some test to verify exceptions being thrown correctly with a message.
Index: NHibernate.Test-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHibernate.Test-1.1.csproj,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** NHibernate.Test-1.1.csproj 12 Dec 2004 07:18:22 -0000 1.54
--- NHibernate.Test-1.1.csproj 16 Dec 2004 04:55:42 -0000 1.55
***************
*** 376,379 ****
--- 376,407 ----
/>
<File
+ RelPath = "MappingExceptions\A.ClassNotFound.hbm.xml"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "MappingExceptions\A.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "MappingExceptions\A.Valid.hbm.xml"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "MappingExceptions\AddClassFixture.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "MappingExceptions\AddResourceFixture.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "MappingExceptions\AddXmlFileFixture.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "MappingTest\TableFixture.cs"
SubType = "Code"
|