Skip to content

Commit 83bd7ad

Browse files
Rename ByCodeFixture
1 parent d8a4926 commit 83bd7ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/NHibernate.Test/Async/NHSpecificTest/GH0000/FixtureByCode.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ namespace NHibernate.Test.NHSpecificTest.GH0000
2121
/// Fixture using 'by code' mappings
2222
/// </summary>
2323
/// <remarks>
24-
/// This fixture is identical to <see cref="FixtureAsync" /> except the <see cref="Entity" /> mapping is performed
24+
/// This fixture is identical to <see cref="FixtureAsync" /> except the <see cref="Entity" /> mapping is performed
2525
/// by code in the GetMappings method, and does not require the <c>Mappings.hbm.xml</c> file. Use this approach
2626
/// if you prefer.
2727
/// </remarks>
2828
[TestFixture]
29-
public class ByCodeFixtureAsync : TestCaseMappingByCode
29+
public class FixtureByCodeAsync : TestCaseMappingByCode
3030
{
3131
protected override HbmMapping GetMappings()
3232
{

src/NHibernate.Test/NHSpecificTest/GH0000/FixtureByCode.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ namespace NHibernate.Test.NHSpecificTest.GH0000
99
/// Fixture using 'by code' mappings
1010
/// </summary>
1111
/// <remarks>
12-
/// This fixture is identical to <see cref="Fixture" /> except the <see cref="Entity" /> mapping is performed
12+
/// This fixture is identical to <see cref="Fixture" /> except the <see cref="Entity" /> mapping is performed
1313
/// by code in the GetMappings method, and does not require the <c>Mappings.hbm.xml</c> file. Use this approach
1414
/// if you prefer.
1515
/// </remarks>
1616
[TestFixture]
17-
public class ByCodeFixture : TestCaseMappingByCode
17+
public class FixtureByCode : TestCaseMappingByCode
1818
{
1919
protected override HbmMapping GetMappings()
2020
{

0 commit comments

Comments
 (0)