mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing fields unit tests
--HG-- branch : 1.x
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@
|
|||||||
204bdef384f41bb5e463bed6b98a056945a7d839 src/Orchard.Web/Modules/Orchard.Rules
|
204bdef384f41bb5e463bed6b98a056945a7d839 src/Orchard.Web/Modules/Orchard.Rules
|
||||||
ce578373f907c0a55fd91229a344f0755f290174 src/Orchard.Web/Modules/Orchard.TaskLease
|
ce578373f907c0a55fd91229a344f0755f290174 src/Orchard.Web/Modules/Orchard.TaskLease
|
||||||
cf73534c335f39e6d9695c2a0ce64c426d1be9f2 src/Orchard.Web/Modules/Orchard.Tokens
|
cf73534c335f39e6d9695c2a0ce64c426d1be9f2 src/Orchard.Web/Modules/Orchard.Tokens
|
||||||
386c2863a5e27872a0d6244eac04de6b81b10266 src/orchard.web/modules/Orchard.Fields
|
114e75928872042f092b0cc7cafa1a58c208d8ae src/orchard.web/modules/Orchard.Fields
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ namespace Orchard.Specs.Hosting {
|
|||||||
// Trying the two known relative paths to the Orchard.Web directory.
|
// Trying the two known relative paths to the Orchard.Web directory.
|
||||||
// The second one is for the target "spec" in orchard.proj.
|
// The second one is for the target "spec" in orchard.proj.
|
||||||
if (ConfigurationManager.AppSettings["orchardHosting"] != null) {
|
if (ConfigurationManager.AppSettings["orchardHosting"] != null) {
|
||||||
_orchardWebPath = baseDir.Combine(ConfigurationManager.AppSettings["orchardHosting"]).Combine("Orchard.Web");
|
_orchardWebPath = baseDir.Combine(ConfigurationManager.AppSettings["orchardHosting"]);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
_orchardWebPath = baseDir.Up(3).Combine("Orchard.Web");
|
_orchardWebPath = baseDir.Up(3).Combine("Orchard.Web");
|
||||||
|
|||||||
Reference in New Issue
Block a user