From: Michael D. <mik...@us...> - 2005-04-12 12:51:42
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3896/NHibernate.Test Modified Files: NHibernate.Test-1.1.csproj Log Message: test fixtures for the code that is going into the documentation. Index: NHibernate.Test-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHibernate.Test-1.1.csproj,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** NHibernate.Test-1.1.csproj 9 Apr 2005 12:51:38 -0000 1.70 --- NHibernate.Test-1.1.csproj 12 Apr 2005 12:51:13 -0000 1.71 *************** *** 523,526 **** --- 523,569 ---- /> <File + RelPath = "NHSpecificTest\Docs\Associations\BiM21\Address.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "NHSpecificTest\Docs\Associations\BiM21\Fixture.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "NHSpecificTest\Docs\Associations\BiM21\Mappings.hbm.xml" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "NHSpecificTest\Docs\Associations\BiM21\Person.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "NHSpecificTest\Docs\ExampleParentChild\Child.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "NHSpecificTest\Docs\ExampleParentChild\Mappings.hbm.xml" + BuildAction = "EmbeddedResource" + /> + <File + RelPath = "NHSpecificTest\Docs\ExampleParentChild\Parent.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "NHSpecificTest\Docs\ExampleParentChild\UpdateFixture.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "NHSpecificTest\Docs\PersistentClasses\Cat.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "PropertyTest\BasicSetterExceptionFixture.cs" SubType = "Code" |