From 0b543c7eb7d042cc4834f0c2903e15bfcf89973e Mon Sep 17 00:00:00 2001 From: Imre Eilertsen Date: Wed, 12 Aug 2026 09:13:45 +0200 Subject: [PATCH] Update RestInterface_1_1.cpp --- src/AppInstallerCLITests/RestInterface_1_1.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AppInstallerCLITests/RestInterface_1_1.cpp b/src/AppInstallerCLITests/RestInterface_1_1.cpp index eaefeda053..78288b6d26 100644 --- a/src/AppInstallerCLITests/RestInterface_1_1.cpp +++ b/src/AppInstallerCLITests/RestInterface_1_1.cpp @@ -498,6 +498,7 @@ TEST_CASE("GetManifests_GoodRequest_OnlyMarketRequired", "[RestSource][Interface REQUIRE(manifest.Installers[0].Url == "https://installer.example.com/foobar.exe"); } +// Note that "MSStoreProductIdentifier" is not supported in regular manifests as of ManifestVersion 1.28.0. TEST_CASE("GetManifests_GoodResponse_MSStoreType", "[RestSource][Interface_1_1]") { utility::string_t msstoreInstallerResponse = _XPLATSTR(