Applied review comments.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-10-11 11:27:20 -07:00
parent 140f4d22cc
commit 3219053649
3 changed files with 18 additions and 29 deletions

View File

@@ -198,8 +198,7 @@ namespace Orchard.Tests.Modules.Widgets.Services {
}
[Test]
public void GetZonesTest()
{
public void GetZonesTest() {
IEnumerable<string> zones = _widgetService.GetZones();
Assert.That(zones.Count(), Is.EqualTo(2), "One zone on the mock list");
Assert.That(zones.FirstOrDefault(zone => zone == ThemeZoneName1), Is.Not.Null);