U4-10794 - use string ids, not udis

This commit is contained in:
Stephan
2018-01-29 11:30:01 +01:00
parent a16ac1f0ba
commit e1208e5019
8 changed files with 71 additions and 101 deletions

View File

@@ -271,7 +271,7 @@ AnotherContentFinder
public void Resolves_Assigned_Mappers()
{
var foundTypes1 = _manager.ResolveAssignedMapperTypes();
Assert.AreEqual(29, foundTypes1.Count());
Assert.AreEqual(30, foundTypes1.Count());
}
[Test]
@@ -390,4 +390,4 @@ AnotherContentFinder
}
}
}
}