mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 21:52:54 +08:00
Remove test which makes less sense with new algorith
This commit is contained in:
parent
4e057b446a
commit
08b7c3d5ad
@ -118,19 +118,6 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
Assert.That(history.TotalRotation, Is.EqualTo(180));
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestRewindIntoSegmentThatHasNotCrossedZero()
|
||||
{
|
||||
history.ReportDelta(1000, -180);
|
||||
Assert.That(history.TotalRotation, Is.EqualTo(180));
|
||||
history.ReportDelta(1500, 90);
|
||||
Assert.That(history.TotalRotation, Is.EqualTo(180));
|
||||
history.ReportDelta(2000, 450);
|
||||
Assert.That(history.TotalRotation, Is.EqualTo(360));
|
||||
history.ReportDelta(1750, -45);
|
||||
Assert.That(history.TotalRotation, Is.EqualTo(315));
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestRewindOverDirectionChange()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user