File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/NHibernate.Test/NHSpecificTest/NH3634 Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ protected override void OnTearDown()
62
62
}
63
63
64
64
[ Test ]
65
- public void ShouldBeAbleToQueryAgainstComponentWithANullProperty ( )
65
+ public void QueryOverComponentWithANullProperty ( )
66
66
{
67
67
// Broken at the time NH3634 was reported
68
68
// Generates the following Rpc(exec sp_executesql)
@@ -97,7 +97,7 @@ public void ShouldBeAbleToQueryAgainstComponentWithANullProperty()
97
97
}
98
98
99
99
[ Test ]
100
- public void ShouldBeAbleToQueryAgainstComponentWithANullPropertyUsingCriteria ( )
100
+ public void QueryAgainstComponentWithANullPropertyUsingCriteria ( )
101
101
{
102
102
// Broken at the time NH3634 was reported
103
103
// Generates the following Rpc(exec sp_executesql)
@@ -132,7 +132,7 @@ public void ShouldBeAbleToQueryAgainstComponentWithANullPropertyUsingCriteria()
132
132
}
133
133
134
134
[ Test ]
135
- public void ShouldBeAbleToQueryAgainstANullComponentProperty ( )
135
+ public void QueryOverANullComponentProperty ( )
136
136
{
137
137
// Works at the time NH3634 was reported
138
138
// Generates the following SqlBatch:
@@ -159,7 +159,7 @@ public void ShouldBeAbleToQueryAgainstANullComponentProperty()
159
159
}
160
160
161
161
[ Test ]
162
- public void ShouldBeAbleToQueryAgainstANullComponentPropertyUsingCriteriaApi ( )
162
+ public void QueryAgainstANullComponentPropertyUsingCriteriaApi ( )
163
163
{
164
164
using ( ISession session = OpenSession ( ) )
165
165
using ( session . BeginTransaction ( ) )
You can’t perform that action at this time.
0 commit comments