Rename "Orchard" to "Orchard.Framework" pass 2

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-04-07 14:58:37 -07:00
parent 9647bb3f6b
commit 011ebe9ffe
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<sources> <sources>
<source name="Orchard.Tests.Logging.Thing" switchValue="Warning"> <source name="Orchard.Tests.Logging.Thing" switchValue="Warning">
<listeners> <listeners>
<add name="loopback" type="Orchard.Tests.Logging.InMemoryCapture,Orchard.Tests" /> <add name="loopback" type="Orchard.Tests.Logging.InMemoryCapture,Orchard.Framework.Tests" />
</listeners> </listeners>
</source> </source>
</sources> </sources>

View File

@@ -12,7 +12,7 @@ namespace Orchard.Tests.Mvc {
var strategy = new OrchardControllerIdentificationStrategy(Enumerable.Empty<ExtensionEntry>()); var strategy = new OrchardControllerIdentificationStrategy(Enumerable.Empty<ExtensionEntry>());
var service = strategy.ServiceForControllerType(typeof (StrategyTestingController)); var service = strategy.ServiceForControllerType(typeof (StrategyTestingController));
Assert.That(service, Is.TypeOf<NamedService>()); Assert.That(service, Is.TypeOf<NamedService>());
Assert.That(((NamedService)service).ServiceName, Is.EqualTo("controller.orchard.tests.strategytesting")); Assert.That(((NamedService)service).ServiceName, Is.EqualTo("controller.orchard.framework.tests.strategytesting"));
} }
} }

View File

@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("Orchard.Tests")] [assembly: AssemblyTitle("Orchard.Framework.Tests")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")] [assembly: AssemblyProduct("Orchard")]

View File

@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("Orchard")] [assembly: AssemblyTitle("Orchard.Framework")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyProduct("Orchard")] [assembly: AssemblyProduct("Orchard")]