Skip to content

Commit 35765e1

Browse files
committed
Changing MP3 file from tests.
1 parent 55c8958 commit 35765e1

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

src/SoundFingerprinting.SQL.Tests/Integration/AbstractIntegrationTest.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ public abstract class AbstractIntegrationTest
1717

1818
protected const int SampleRate = 5512;
1919

20-
protected readonly string PathToMp3 = Path.Combine(TestContext.CurrentContext.TestDirectory, "Kryptonite.mp3");
21-
22-
protected readonly string PathToSamples = Path.Combine(TestContext.CurrentContext.TestDirectory, "floatsamples.bin");
20+
protected readonly string PathToMp3 = Path.Combine(TestContext.CurrentContext.TestDirectory, "Chopin.mp3");
2321

2422
protected readonly bool[] GenericFingerprint = new[]
2523
{

src/SoundFingerprinting.SQL.Tests/SoundFingerprinting.SQL.Tests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,9 @@
103103
<ItemGroup>
104104
<None Include="App.config" />
105105
<None Include="packages.config" />
106-
<None Include="TestEnvironment\floatsamples.bin" />
107106
</ItemGroup>
108107
<ItemGroup>
109-
<Content Include="TestEnvironment\Kryptonite.mp3" />
108+
<Content Include="TestEnvironment\Chopin.mp3" />
110109
<Content Include="x64\bass.dll">
111110
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
112111
</Content>
2.95 MB
Binary file not shown.
-9.08 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)