Skip to content

Commit af4495c

Browse files
committed
Test case naming.
1 parent 5b9f45f commit af4495c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected override void OnTearDown()
6464
}
6565

6666
[Test]
67-
public void PerformQuery()
67+
public void CanPerformQueryOnMappedClassWithProtectedProperty()
6868
{
6969
using (ISession session = OpenSession())
7070
using (session.BeginTransaction())
@@ -80,7 +80,7 @@ public void PerformQuery()
8080
}
8181

8282
[Test]
83-
public void WriteXmlMappings()
83+
public void CanWriteMappingsReferencingProtectedProperty()
8484
{
8585
var mapper = new ModelMapper();
8686
mapper.Class<Entity>(rc =>

0 commit comments

Comments
 (0)