mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Rename "Orchard" to "Orchard.Framework" pass 2
--HG-- branch : dev
This commit is contained in:
parent
9647bb3f6b
commit
011ebe9ffe
@ -4,7 +4,7 @@
|
||||
<sources>
|
||||
<source name="Orchard.Tests.Logging.Thing" switchValue="Warning">
|
||||
<listeners>
|
||||
<add name="loopback" type="Orchard.Tests.Logging.InMemoryCapture,Orchard.Tests" />
|
||||
<add name="loopback" type="Orchard.Tests.Logging.InMemoryCapture,Orchard.Framework.Tests" />
|
||||
</listeners>
|
||||
</source>
|
||||
</sources>
|
||||
|
@ -12,7 +12,7 @@ namespace Orchard.Tests.Mvc {
|
||||
var strategy = new OrchardControllerIdentificationStrategy(Enumerable.Empty<ExtensionEntry>());
|
||||
var service = strategy.ServiceForControllerType(typeof (StrategyTestingController));
|
||||
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"));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
|
||||
[assembly: AssemblyTitle("Orchard.Tests")]
|
||||
[assembly: AssemblyTitle("Orchard.Framework.Tests")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyProduct("Orchard")]
|
||||
|
@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
|
||||
[assembly: AssemblyTitle("Orchard")]
|
||||
[assembly: AssemblyTitle("Orchard.Framework")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyProduct("Orchard")]
|
||||
|
Loading…
Reference in New Issue
Block a user