Skip to content

Commit

Permalink
Simplify the unit test for verifying redis swagger modelling inherita…
Browse files Browse the repository at this point in the history
…nce scenarios.
  • Loading branch information
TimLovellSmith committed May 25, 2016
1 parent 2707593 commit 9806110
Show file tree
Hide file tree
Showing 5 changed files with 317 additions and 726 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="SwaggerModelerRedisTests.cs" />
<Compile Include="SwaggerSpecHelper.cs" />
<Compile Include="SwaggerModelerTests.cs" />
<None Include="app.config" />
<None Include="Swagger\swagger-redis-sample.json">
<None Include="Swagger\swagger-ref-allOf-inheritance.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Swagger\swagger-allOf-circular.json">
Expand All @@ -52,7 +51,7 @@
<None Include="Swagger\swagger-data-types.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Swagger\swagger-composite-constants.json">
<None Include="Swagger\swagger-composite-constants.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Swagger\swagger-external-def.json">
Expand Down Expand Up @@ -148,11 +147,7 @@
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<UserProperties Swagger_4swagger-validation_1json__JSONSchema="http://json.schemastore.org/swagger-2.0" Swagger_4swagger-x-ms-code-generation-settings_1json__JSONSchema="..\..\..\..\schema\swagger-extensions.json" />
</VisualStudio>
</ProjectExtensions>
<ProjectExtensions />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
Expand Down
Loading

0 comments on commit 9806110

Please sign in to comment.