std::string appid2 = "smokehyb03.Native";
ASSERT_EQ(Install(path, PackageType::HYBRID),
ci::AppInstaller::Result::OK);
- ASSERT_EQ(Uninstall(pkgid, PackageType::WGT), ci::AppInstaller::Result::OK);
+ ASSERT_EQ(Uninstall(pkgid, PackageType::HYBRID),
+ ci::AppInstaller::Result::OK);
CheckPackageNonExistance(pkgid, {appid1, appid2});
}
std::string pkgid = "smokehyb06";
std::string appid1 = "smokehyb06.web";
std::string appid2 = "smokehyb06.service";
- ASSERT_EQ(MountInstall(path_old, PackageType::WGT),
+ ASSERT_EQ(MountInstall(path_old, PackageType::HYBRID),
ci::AppInstaller::Result::OK);
AddDataFiles(pkgid);
- ASSERT_EQ(MountInstall(path_new, PackageType::WGT),
+ ASSERT_EQ(MountInstall(path_new, PackageType::HYBRID),
ci::AppInstaller::Result::OK);
ScopedTzipInterface interface(pkgid);
ValidatePackage(pkgid, {appid1, appid2});