Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/DriverTest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5548/nhibernate/src/NHibernate.Test/DriverTest
Modified Files:
NullReferenceFixture.cs
Log Message:
Various refactorings on the way to 2.1 querying capability
Index: NullReferenceFixture.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/DriverTest/NullReferenceFixture.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** NullReferenceFixture.cs 1 Jan 2005 14:20:21 -0000 1.1
--- NullReferenceFixture.cs 1 Mar 2005 16:24:42 -0000 1.2
***************
*** 25,29 ****
/// but all properties were null.
/// </remarks>
! [Test]
public void NoParameterNameNullReference()
{
--- 25,30 ----
/// but all properties were null.
/// </remarks>
! /// TODO: I think this fixture is redundant now due to the QueryTest fixtures, just mark it so that it catches the new exception type for now
! [Test, ExpectedException(typeof(NHibernate.QueryException))]
public void NoParameterNameNullReference()
{
|