Updating name of event in unit test

--HG--
branch : dev
This commit is contained in:
Louis DeJardin
2010-04-28 12:53:44 -07:00
parent f892a18588
commit ee29c52141

View File

@@ -137,7 +137,7 @@ namespace Orchard.Tests.Modules.Settings.Topology {
Enumerable.Empty<ShellFeature>(),
Enumerable.Empty<ShellParameter>());
Assert.That(eventBus.LastMessageName, Is.EqualTo(typeof(IShellDescriptorManager).FullName + ".UpdateShellDescriptor"));
Assert.That(eventBus.LastMessageName, Is.EqualTo("ShellDescriptor_Changed"));
}
}
}