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 7
7
using System . Threading . Tasks ;
8
8
using NUnit . Framework ;
9
9
using Xtensive . Orm . Configuration ;
10
- using Xtensive . Orm . Tests . Linq . CompiledQueriesClosureCachingTestModel ;
10
+ using Xtensive . Orm . Tests . Linq . ConditionalQueryCachingWithLocalCollectionsTestModel ;
11
11
12
- namespace Xtensive . Orm . Tests . Linq . CompiledQueriesClosureCachingTestModel
12
+ namespace Xtensive . Orm . Tests . Linq . ConditionalQueryCachingWithLocalCollectionsTestModel
13
13
{
14
14
[ Serializable ]
15
15
[ HierarchyRoot ]
@@ -197,7 +197,7 @@ public struct FieldsWrongStruct
197
197
198
198
namespace Xtensive . Orm . Tests . Linq
199
199
{
200
- public sealed class CompiledQueriesClosureCachingTest : AutoBuildTest
200
+ public sealed class ConditionalQueryCachingWithLocalCollectionsTest : AutoBuildTest
201
201
{
202
202
protected override DomainConfiguration BuildConfiguration ( )
203
203
{
You can’t perform that action at this time.
0 commit comments