Skip to content

Commit e318466

Browse files
committed
Move tests to org.mixedrealitytoolkit.uxcomponents
1 parent 06d7e30 commit e318466

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

org.mixedrealitytoolkit.uxcore/Tests/Runtime/SliderTests.cs renamed to org.mixedrealitytoolkit.uxcomponents/Tests/Runtime/SliderTests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// Copyright (c) Mixed Reality Toolkit Contributors
22
// Licensed under the BSD 3-Clause
33

4+
// Disable "missing XML comment" warning for tests. While nice to have, this documentation is not required.
5+
#pragma warning disable CS1591
6+
47
using MixedReality.Toolkit.Input.Tests;
58
using NUnit.Framework;
69

@@ -175,3 +178,4 @@ private GameObject InstantiateSlider(string prefabPath)
175178
}
176179
}
177180
}
181+
#pragma warning restore CS1591

org.mixedrealitytoolkit.uxcore/Tests/Runtime/SliderTests.cs.meta renamed to org.mixedrealitytoolkit.uxcomponents/Tests/Runtime/SliderTests.cs.meta

File renamed without changes.

0 commit comments

Comments
 (0)