Take care of FIXMEs

This commit is contained in:
Stephan
2013-09-23 16:55:59 +02:00
parent 3de2196e01
commit d925f856ae
9 changed files with 20 additions and 19 deletions

View File

@@ -149,7 +149,7 @@ namespace Umbraco.Tests.PublishedContent
{
var index = this.Siblings().FindIndex(x => x.Id == Id);
if (index < 0)
throw new IndexOutOfRangeException(""); // fixme
throw new IndexOutOfRangeException("Failed to find content in its siblings collection?!");
return index;
}