Correcting unit test after update to ContentType ctor

This commit is contained in:
Morten Christensen
2013-06-27 15:23:15 +02:00
parent 5c09ba9a2d
commit ca1b05e30d

View File

@@ -68,7 +68,7 @@ namespace Umbraco.Tests.Services
Assert.That(ctHomePage.HasIdentity, Is.True);
Assert.That(homeDoc.HasIdentity, Is.True);
Assert.That(homeDoc.ContentTypeId, Is.EqualTo(ctHomePage.Id));
Assert.That(addedContentType, Is.True);
Assert.That(addedContentType, Is.False);//False because its already added via the ContentType ctor
}
[Test]