Skip to content

Commit c83bfb3

Browse files
committed
Better names for tests.
1 parent ec20a1d commit c83bfb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected override void OnTearDown()
6262
}
6363

6464
[Test]
65-
public void ShouldBeAbleToQueryAgainstComponentWithANullProperty()
65+
public void QueryOverComponentWithANullProperty()
6666
{
6767
// Broken at the time NH3634 was reported
6868
// Generates the following Rpc(exec sp_executesql)
@@ -97,7 +97,7 @@ public void ShouldBeAbleToQueryAgainstComponentWithANullProperty()
9797
}
9898

9999
[Test]
100-
public void ShouldBeAbleToQueryAgainstComponentWithANullPropertyUsingCriteria()
100+
public void QueryAgainstComponentWithANullPropertyUsingCriteria()
101101
{
102102
// Broken at the time NH3634 was reported
103103
// Generates the following Rpc(exec sp_executesql)
@@ -132,7 +132,7 @@ public void ShouldBeAbleToQueryAgainstComponentWithANullPropertyUsingCriteria()
132132
}
133133

134134
[Test]
135-
public void ShouldBeAbleToQueryAgainstANullComponentProperty()
135+
public void QueryOverANullComponentProperty()
136136
{
137137
// Works at the time NH3634 was reported
138138
// Generates the following SqlBatch:
@@ -159,7 +159,7 @@ public void ShouldBeAbleToQueryAgainstANullComponentProperty()
159159
}
160160

161161
[Test]
162-
public void ShouldBeAbleToQueryAgainstANullComponentPropertyUsingCriteriaApi()
162+
public void QueryAgainstANullComponentPropertyUsingCriteriaApi()
163163
{
164164
using (ISession session = OpenSession())
165165
using (session.BeginTransaction())

0 commit comments

Comments
 (0)