Skip to content

Commit

Permalink
Just moving a LINQ related test to the LinqTests project
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Nov 26, 2023
1 parent 348aea0 commit 58e7a47
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 44 deletions.
84 changes: 42 additions & 42 deletions src/DocumentDbTests/DocumentDbTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\Marten\Marten.csproj"/>
<ProjectReference Include="..\Marten.Testing.OtherAssembly\Marten.Testing.OtherAssembly.csproj"/>
<ProjectReference Include="..\Marten.Testing.ThirdAssembly\Marten.Testing.ThirdAssembly.csproj"/>
<ProjectReference Include="..\Marten\Marten.csproj" />
<ProjectReference Include="..\Marten.Testing.OtherAssembly\Marten.Testing.OtherAssembly.csproj" />
<ProjectReference Include="..\Marten.Testing.ThirdAssembly\Marten.Testing.ThirdAssembly.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0"/>
<PackageReference Include="Jil" Version="3.0.0-alpha2"/>
<PackageReference Include="Lamar" Version="12.1.0"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageReference Include="Jil" Version="3.0.0-alpha2" />
<PackageReference Include="Lamar" Version="12.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="xunit" Version="2.6.2"/>
<PackageReference Include="NSubstitute" Version="5.1.0"/>
<PackageReference Include="Shouldly" Version="4.2.1"/>
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="Shouldly" Version="4.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -118,43 +118,43 @@
<Compile Include="..\Marten.Testing\Harness\TestsSettings.cs">
<Link>Harness\TestsSettings.cs</Link>
</Compile>
<Compile Remove="Internal\Generated\DocumentStorage\UsersByFirstNameWithFieldsCompiledQuerySource1406914266.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\UsersByFirstNameCompiledQuerySource1731835173.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\UserProjectionToLoginPayloadCompiledQuerySource644855229.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\UserNameStartsWithCompiledQuerySource1368662454.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\UserNameEndsWithCompiledQuerySource575560707.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\UserNameContainsInsensitiveCompiledQuerySource1149292827.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\UserNameContainsCompiledQuerySource1819506690.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\UserCountByFirstNameCompiledQuerySource635059239.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\UserByUsernameWithFieldsCompiledQuerySource32749610.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\UserByUsernameSingleOrDefaultCompiledQuerySource375016023.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\UserByUsernameCompiledQuerySource372230447.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\TestQueryCompiledQuerySource2107566787.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\FindUserByAllTheThingsCompiledQuerySource1212126941.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\FindJsonUsersByUsernameCompiledQuerySource857172819.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\CompiledQuery2CompiledQuerySource1513358228.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\CompiledQuery1CompiledQuerySource1513358227.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\UsersByFirstNameWithFieldsCompiledQuerySource1406914266.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\UsersByFirstNameCompiledQuerySource1731835173.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\UserProjectionToLoginPayloadCompiledQuerySource644855229.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\UserNameStartsWithCompiledQuerySource1368662454.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\UserNameEndsWithCompiledQuerySource575560707.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\UserNameContainsInsensitiveCompiledQuerySource1149292827.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\UserNameContainsCompiledQuerySource1819506690.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\UserCountByFirstNameCompiledQuerySource635059239.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\UserByUsernameWithFieldsCompiledQuerySource32749610.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\UserByUsernameSingleOrDefaultCompiledQuerySource375016023.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\UserByUsernameCompiledQuerySource372230447.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\TestQueryCompiledQuerySource2107566787.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\FindUserByAllTheThingsCompiledQuerySource1212126941.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\FindJsonUsersByUsernameCompiledQuerySource857172819.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\CompiledQuery2CompiledQuerySource1513358228.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\CompiledQuery1CompiledQuerySource1513358227.cs" />
<Compile Include="..\Marten.Testing\SchemaMigrationExtensions.cs">
<Link>SchemaMigrationExtensions.cs</Link>
</Compile>
<Compile Remove="Internal\Generated\DocumentStorage\TaskProvider74835621.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\RouteDetailsProvider784762106.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\RootProvider493946136.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\MyClassProvider52903863.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\DocWithUintProvider1372666391.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\DocWithArraysProvider1391541541.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\CarProvider343829114.cs"/>
<Compile Remove="Internal\Generated\CompiledQueries\QueryOnlyWhereUsernameStartsWithCompiledQuerySource2116019653.cs"/>
<Compile Remove="Internal\Generated\CompiledQueries\QueryOnlyWhereUsernameEndsWithCompiledQuerySource628653900.cs"/>
<Compile Remove="Internal\Generated\CompiledQueries\QueryOnlyWhereUsernameContainsCompiledQuerySource893470325.cs"/>
<Compile Remove="Internal\Generated\CompiledQueries\QueryOnlyIssueWithUsersCompiledQuerySource272805147.cs"/>
<Compile Remove="Internal\Generated\CompiledQueries\QueryOnlyIssueWithUsersAndParamCompiledQuerySource813614947.cs"/>
<Compile Remove="Internal\Generated\CompiledQueries\QueryOnlyFunnyTargetQueryCompiledQuerySource1643467126.cs"/>
<Compile Remove="Internal\Generated\CompiledQueries\QueryOnlyCompiledNestedQueryCompiledQuerySource970855369.cs"/>
<Compile Remove="Internal\Generated\DocumentStorage\TaskProvider74835621.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\RouteDetailsProvider784762106.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\RootProvider493946136.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\MyClassProvider52903863.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\DocWithUintProvider1372666391.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\DocWithArraysProvider1391541541.cs" />
<Compile Remove="Internal\Generated\DocumentStorage\CarProvider343829114.cs" />
<Compile Remove="Internal\Generated\CompiledQueries\QueryOnlyWhereUsernameStartsWithCompiledQuerySource2116019653.cs" />
<Compile Remove="Internal\Generated\CompiledQueries\QueryOnlyWhereUsernameEndsWithCompiledQuerySource628653900.cs" />
<Compile Remove="Internal\Generated\CompiledQueries\QueryOnlyWhereUsernameContainsCompiledQuerySource893470325.cs" />
<Compile Remove="Internal\Generated\CompiledQueries\QueryOnlyIssueWithUsersCompiledQuerySource272805147.cs" />
<Compile Remove="Internal\Generated\CompiledQueries\QueryOnlyIssueWithUsersAndParamCompiledQuerySource813614947.cs" />
<Compile Remove="Internal\Generated\CompiledQueries\QueryOnlyFunnyTargetQueryCompiledQuerySource1643467126.cs" />
<Compile Remove="Internal\Generated\CompiledQueries\QueryOnlyCompiledNestedQueryCompiledQuerySource970855369.cs" />
</ItemGroup>

<ItemGroup>
<Folder Include="Internal\Generated\EventStore"/>
<Folder Include="Internal\Generated\EventStore" />
</ItemGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
using Marten.Pagination;
using Marten.Testing.Harness;
using Shouldly;
using Xunit;

namespace DocumentDbTests.Bugs;
namespace LinqTests.Bugs;

public class Bug_2433_include_with_take: IntegrationContext
{
Expand Down

0 comments on commit 58e7a47

Please sign in to comment.