File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Orm/Xtensive.Orm.Tests/Linq Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77using System . Threading . Tasks ;
88using NUnit . Framework ;
99using Xtensive . Orm . Configuration ;
10- using Xtensive . Orm . Tests . Linq . CompiledQueriesClosureCachingTestModel ;
10+ using Xtensive . Orm . Tests . Linq . ConditionalQueryCachingWithLocalCollectionsTestModel ;
1111
12- namespace Xtensive . Orm . Tests . Linq . CompiledQueriesClosureCachingTestModel
12+ namespace Xtensive . Orm . Tests . Linq . ConditionalQueryCachingWithLocalCollectionsTestModel
1313{
1414 [ Serializable ]
1515 [ HierarchyRoot ]
@@ -197,7 +197,7 @@ public struct FieldsWrongStruct
197197
198198namespace Xtensive . Orm . Tests . Linq
199199{
200- public sealed class CompiledQueriesClosureCachingTest : AutoBuildTest
200+ public sealed class ConditionalQueryCachingWithLocalCollectionsTest : AutoBuildTest
201201 {
202202 protected override DomainConfiguration BuildConfiguration ( )
203203 {
You can’t perform that action at this time.
0 commit comments