RUNNER_TEST(T00103_positive_partner_check_ref)
{
RUNNER_IGNORED_MSG("Ignored test, expired certificate");
+ /*
auto retVector = runCheck(TestData::widget_partner_path,
true,
true);
RUNNER_ASSERT_MSG(sigData.getVisibilityLevel() == CertStoreId::VIS_PARTNER,
"visibility check failed.");
}
+ */
}
RUNNER_TEST(T00104_positive_public_uncheck_ref)
RUNNER_TEST(T00105_positive_partner_uncheck_ref)
{
RUNNER_IGNORED_MSG("Ignored test, expired certificate");
+ /*
auto retVector = runCheck(TestData::widget_partner_path,
true,
false);
RUNNER_ASSERT_MSG(sigData.getVisibilityLevel() == CertStoreId::VIS_PARTNER,
"visibility check failed.");
}
+ */
}
RUNNER_TEST(T00106_positive_tpk)
RUNNER_TEST(T00109_positive_platform_check_ref)
{
RUNNER_IGNORED_MSG("Ignored test, expired certificate");
+ /*
auto retVector = runCheck(TestData::widget_platform_path,
true,
true);
RUNNER_ASSERT_MSG(sigData.getVisibilityLevel() == CertStoreId::VIS_PLATFORM,
"visibility check failed.");
}
+ */
}
RUNNER_TEST(T00110_positive_platform_uncheck_ref)
{
RUNNER_IGNORED_MSG("Ignored test, expired certificate");
+ /*
auto retVector = runCheck(TestData::widget_platform_path,
true,
false);
RUNNER_ASSERT_MSG(sigData.getVisibilityLevel() == CertStoreId::VIS_PLATFORM,
"visibility check failed.");
}
+ */
}
RUNNER_TEST(T00111_positive_wgt_link)