Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2690/NHibernate.Test
Modified Files:
NHibernate.Test-1.1.csproj
Log Message:
Added better error messages to the setters to help with the problem
of ISet and IDictionary.
Index: NHibernate.Test-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHibernate.Test-1.1.csproj,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** NHibernate.Test-1.1.csproj 5 Jan 2005 02:44:17 -0000 1.60
--- NHibernate.Test-1.1.csproj 17 Jan 2005 05:54:37 -0000 1.61
***************
*** 468,471 ****
--- 468,476 ----
/>
<File
+ RelPath = "PropertyTest\BasicSetterExceptionFixture.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "PropertyTest\FieldAccessorFixture.cs"
SubType = "Code"
***************
*** 503,506 ****
--- 508,516 ----
/>
<File
+ RelPath = "PropertyTest\FieldSetterExceptionFixture.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "PropertyTest\NoSetterAccessorFixture.cs"
SubType = "Code"
|