Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15832/NHibernate.Test
Modified Files:
NHibernate.Test-1.1.csproj
Log Message:
Modified JoinedSubclass tests to work with Proxies.
Added another test to make sure NHibernateProxyHelper is working.
Index: NHibernate.Test-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHibernate.Test-1.1.csproj,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** NHibernate.Test-1.1.csproj 3 Jan 2005 03:43:53 -0000 1.59
--- NHibernate.Test-1.1.csproj 5 Jan 2005 02:44:17 -0000 1.60
***************
*** 547,550 ****
--- 547,564 ----
/>
<File
+ RelPath = "ProxyTest\AProxy.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "ProxyTest\AProxy.hbm.xml"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "ProxyTest\NHibernateProxyHelperFixture.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "SqlCommandTest\SqlDeleteBuilderFixture.cs"
SubType = "Code"
|