Skip to content

Commit 68459db

Browse files
authored
Update FixtureByCode.cs
1 parent 7058651 commit 68459db

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

+1-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@
55

66
namespace NHibernate.Test.NHSpecificTest.GH0000
77
{
8-
/// <summary>
9-
/// Fixture using 'by code' mappings
10-
/// </summary>
11-
/// <remarks>
12-
/// This fixture is identical to <see cref="Fixture" /> except the <see cref="Entity" /> mapping is performed
13-
/// by code in the GetMappings method, and does not require the <c>Mappings.hbm.xml</c> file. Use this approach
14-
/// if you prefer.
15-
/// </remarks>
8+
169
[TestFixture]
1710
public class ByCodeFixture : TestCaseMappingByCode
1811
{

0 commit comments

Comments
 (0)