various misc build fixes/.csproj maintenance

This commit is contained in:
markpollack
2008-10-14 22:34:51 +00:00
parent cfa50ba4d7
commit 284ca98d97
6 changed files with 4 additions and 151 deletions

View File

@@ -47,6 +47,7 @@ namespace Spring.Data.NHibernate
[TestFixture]
public class SessionFactoryUtilsTests
{
#if !NET_1_1
[Test]
public void SessionFactoryUtilsWithGetDbProvider()
{
@@ -68,7 +69,7 @@ namespace Spring.Data.NHibernate
mockery.VerifyAll();
}
#endif
}