From: Michael D. <mik...@us...> - 2004-10-23 15:44:17
|
Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5010/NHibernate.Test Modified Files: NHibernate.Test-1.1.csproj Log Message: NH-118 and a refactoring of TestFixture to make it easier to add new naming strategies for Properties. Index: NHibernate.Test-1.1.csproj =================================================================== RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/NHibernate.Test-1.1.csproj,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** NHibernate.Test-1.1.csproj 23 Oct 2004 15:01:22 -0000 1.46 --- NHibernate.Test-1.1.csproj 23 Oct 2004 15:44:07 -0000 1.47 *************** *** 376,390 **** /> <File ! RelPath = "PropertyTest\CamelCaseFixture.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "PropertyTest\CamelCaseUnderscoreFixture.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "PropertyTest\FieldAccessorFixture.cs" SubType = "Code" BuildAction = "Compile" --- 376,390 ---- /> <File ! RelPath = "PropertyTest\FieldAccessorFixture.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "PropertyTest\FieldCamelCaseFixture.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "PropertyTest\FieldCamelCaseUnderscoreFixture.cs" SubType = "Code" BuildAction = "Compile" *************** *** 401,404 **** --- 401,414 ---- /> <File + RelPath = "PropertyTest\FieldLowerCaseUnderscoreFixture.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "PropertyTest\FieldPascalCaseMUnderscoreFixture.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "PropertyTest\NoSetterAccessorFixture.cs" SubType = "Code" *************** *** 416,425 **** /> <File ! RelPath = "PropertyTest\NoSetterPascalCaseMUnderscoreFixture.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "PropertyTest\PascalCaseMUnderscoreFixture.cs" SubType = "Code" BuildAction = "Compile" --- 426,435 ---- /> <File ! RelPath = "PropertyTest\NoSetterLowerCaseUnderscoreFixture.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "PropertyTest\NoSetterPascalCaseMUnderscoreFixture.cs" SubType = "Code" BuildAction = "Compile" |