Skip to content

Commit 527e2b5

Browse files
committed
Renames mouse.others tests
1 parent c321578 commit 527e2b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NUnitTests/NUnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<Reference Include="System.Xml" />
6161
</ItemGroup>
6262
<ItemGroup>
63-
<Compile Include="Tests\Key\KeyTests.Others.cs" />
63+
<Compile Include="Tests\Key\KeyTests.AltShiftCtrlCapsNum.cs" />
6464
<Compile Include="Tests\Key\KeyTests.Was.cs" />
6565
<Compile Include="Tests\Key\KeyTests.PressRelease.cs" />
6666
<Compile Include="Tests\Mouse\MouseTests.Was.cs" />

NUnitTests/Tests/Key/KeyTests.Others.cs renamed to NUnitTests/Tests/Key/KeyTests.AltShiftCtrlCapsNum.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
namespace NUnitTests.Tests.Key
3232
{
3333
[TestFixture]
34-
[Category("InputStateManager.Key.Others")]
34+
[Category("InputStateManager.Key.AltShiftCtrlCapsNum")]
3535
public partial class KeyTests
3636
{
3737
[Test]

0 commit comments

Comments
 (0)