Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
This commit is contained in:
committed by
Sebastiaan Janssen
parent
d31e25281d
commit
193e24afd2
@@ -23,7 +23,7 @@ namespace Umbraco.Tests.Components
|
||||
|
||||
private static IFactory MockFactory(Action<Mock<IFactory>> setup = null)
|
||||
{
|
||||
// fixme use IUmbracoDatabaseFactory vs UmbracoDatabaseFactory, clean it all up!
|
||||
// FIXME: use IUmbracoDatabaseFactory vs UmbracoDatabaseFactory, clean it all up!
|
||||
|
||||
var mock = new Mock<IFactory>();
|
||||
|
||||
@@ -444,7 +444,7 @@ namespace Umbraco.Tests.Components
|
||||
|
||||
#region TypeArray
|
||||
|
||||
// fixme - move to Testing
|
||||
// FIXME: move to Testing
|
||||
|
||||
private static Type[] TypeArray<T1>()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user