mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing functional test execution
--HG-- branch : 1.x
This commit is contained in:
@@ -45,11 +45,7 @@ namespace Orchard.Specs.Hosting {
|
||||
_orchardWebPath = _orchardWebPath.Parent;
|
||||
}
|
||||
|
||||
_orchardWebPath = _orchardWebPath.Combine("build").Combine("stage");
|
||||
|
||||
if (!_orchardWebPath.Exists) {
|
||||
throw new ApplicationException("Could not locate stage folder at: " + _orchardWebPath.ToString());
|
||||
}
|
||||
_orchardWebPath = _orchardWebPath.Combine("src").Combine("Orchard.Web");
|
||||
|
||||
Log("Initialization of ASP.NET host for template web site \"{0}\":", templateName);
|
||||
Log(" Source location: \"{0}\"", _orchardWebPath);
|
||||
|
@@ -94,6 +94,7 @@
|
||||
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
|
Reference in New Issue
Block a user