Skip to content

Commit

Permalink
Changing MP3 file from tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
AddictedCS committed Nov 29, 2016
1 parent 55c8958 commit 35765e1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ public abstract class AbstractIntegrationTest

protected const int SampleRate = 5512;

protected readonly string PathToMp3 = Path.Combine(TestContext.CurrentContext.TestDirectory, "Kryptonite.mp3");

protected readonly string PathToSamples = Path.Combine(TestContext.CurrentContext.TestDirectory, "floatsamples.bin");
protected readonly string PathToMp3 = Path.Combine(TestContext.CurrentContext.TestDirectory, "Chopin.mp3");

protected readonly bool[] GenericFingerprint = new[]
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,9 @@
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
<None Include="TestEnvironment\floatsamples.bin" />
</ItemGroup>
<ItemGroup>
<Content Include="TestEnvironment\Kryptonite.mp3" />
<Content Include="TestEnvironment\Chopin.mp3" />
<Content Include="x64\bass.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 35765e1

Please sign in to comment.