Fixing fields unit tests

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-02-06 11:35:17 -08:00
parent 8f07f0b026
commit 5189ca3969
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ namespace Orchard.Specs.Hosting {
// Trying the two known relative paths to the Orchard.Web directory.
// The second one is for the target "spec" in orchard.proj.
if (ConfigurationManager.AppSettings["orchardHosting"] != null) {
_orchardWebPath = baseDir.Combine(ConfigurationManager.AppSettings["orchardHosting"]).Combine("Orchard.Web");
_orchardWebPath = baseDir.Combine(ConfigurationManager.AppSettings["orchardHosting"]);
}
else {
_orchardWebPath = baseDir.Up(3).Combine("Orchard.Web");