Skip to content

Commit

Permalink
Misc: Remove timed map ctb test
Browse files Browse the repository at this point in the history
cut time was set incorrectly, this passes since both calculate use broken CalculateTimed diff methods.. so both are providing same incorrect values.

meaning this test case doesn't make sense.
  • Loading branch information
Piotrekol committed Oct 21, 2022
1 parent 27709a7 commit 096459c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 235 deletions.
1 change: 0 additions & 1 deletion PpCalculatorTests/PpCalculatorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public void HasSamePpForStaticAndTimedCalculate(int mapId, string mods, double l

[Test]
[TestCase(2462439, 59_936)]
[TestCase(2264827, 10_000, "2264827_cut_ctb.osu", 2, Ignore = "looks like osu lazer side bug - DifficultyCalculator.CalculateTimed is unable to calculate correct max combo for ctb attributes (including final max combo)")]
public void HasSamePpAtSpecificMapTimeWithTimedAndCutMap(int mapId, double cutTime, string cutOsuFileName = "", int rulesetId = -1)
{
if (string.IsNullOrEmpty(cutOsuFileName))
Expand Down
3 changes: 0 additions & 3 deletions PpCalculatorTests/PpCalculatorTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
</ItemGroup>

<ItemGroup>
<None Update="cache\2264827_cut_ctb.osu">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="cache\2462439_cut.osu">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
231 changes: 0 additions & 231 deletions PpCalculatorTests/cache/2264827_cut_ctb.osu

This file was deleted.

0 comments on commit 096459c

Please sign in to comment.