Fixing multi-tenant specflow tests

This commit is contained in:
Sebastien Ros
2014-05-19 16:14:15 -07:00
parent 84feb2814e
commit 2e5b601474

View File

@@ -104,6 +104,8 @@ namespace Orchard.Specs.Bindings {
using (var environment = MvcApplication.CreateStandaloneEnvironment("Default")) {
environment.Resolve<IShellSettingsManager>().SaveSettings(shellSettings);
}
MvcApplication.RestartTenant(shellName);
});
webApp.WhenIGoToPathOnHost("Setup", hostName);