Added own projects for NHibernate 2.0 testing, updated build files accordingly

This commit is contained in:
lahma
2008-06-28 13:33:05 +00:00
parent 3c4f1a455c
commit 5d5f27dce4
11 changed files with 709 additions and 0 deletions

View File

@@ -547,7 +547,11 @@ namespace Spring.Data.NHibernate
}
else
{
#if NH_2_0
rootCause = new PropertyValueException("mymsg", typeof(string).Name, "Name");
#else
rootCause = new PropertyValueException("mymsg", typeof(string), "Name");
#endif
LastCall.On(transaction).Throw(rootCause);
}