From 55dc302d48869fb4d56fa15cfeb246df37b1261f Mon Sep 17 00:00:00 2001 From: Kurtis Date: Mon, 8 Jun 2026 13:47:52 -0700 Subject: [PATCH 1/2] Update EyeCalibrationCheckerTests.cs --- .../Tests/Runtime/EyeCalibrationCheckerTests.cs | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/org.mixedrealitytoolkit.input/Tests/Runtime/EyeCalibrationCheckerTests.cs b/org.mixedrealitytoolkit.input/Tests/Runtime/EyeCalibrationCheckerTests.cs index 0d358eac0..4e27ca10e 100644 --- a/org.mixedrealitytoolkit.input/Tests/Runtime/EyeCalibrationCheckerTests.cs +++ b/org.mixedrealitytoolkit.input/Tests/Runtime/EyeCalibrationCheckerTests.cs @@ -4,21 +4,15 @@ // Disable "missing XML comment" warning for tests. While nice to have, this documentation is not required. #pragma warning disable CS1591 -using MixedReality.Toolkit.Core.Tests; -using MixedReality.Toolkit.Input.Tests; -using MixedReality.Toolkit.Input; using NUnit.Framework; using System.Collections; -using System.Threading.Tasks; -using UnityEditor; using UnityEngine; using UnityEngine.TestTools; -using UnityEngine.UI; -namespace MixedReality.Toolkit.UX.Runtime.Tests +namespace MixedReality.Toolkit.Input.Tests { /// - /// Tests for the EyeCalibrationChecker. + /// Tests for the EyeCalibrationChecker. /// public class EyeCalibrationCheckerTests : BaseRuntimeInputTests { @@ -72,4 +66,4 @@ private void NoEyeCalibration() } } } -#pragma warning restore CS1591 \ No newline at end of file +#pragma warning restore CS1591 From 0cb8223b006a7aa860f4411542adf66997061a8e Mon Sep 17 00:00:00 2001 From: Kurtis Date: Wed, 10 Jun 2026 12:25:01 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- org.mixedrealitytoolkit.input/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/org.mixedrealitytoolkit.input/CHANGELOG.md b/org.mixedrealitytoolkit.input/CHANGELOG.md index 1254dcd0f..9126f5a48 100644 --- a/org.mixedrealitytoolkit.input/CHANGELOG.md +++ b/org.mixedrealitytoolkit.input/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). * Updated `InteractionDetector` to work across all `XRRayInteractor` and `NearFarInteractor` implementations, instead of just MRTK-specific `MRTKRayInteractor` implementations. [PR #1090](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1090) * Updated the minimum editor version to 6000.0.66f2 [PR #1112](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1112) * Reserialized MRTK XR Rig prefab to remove stale serialized fields. [PR #1110](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1110) +* Updated the namespace for `EyeCalibrationCheckerTests` to match this package's namespaces. [PR #1129](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/1129) ### Deprecated