1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

fixed more tests.

This commit is contained in:
kay.one
2013-03-31 23:22:16 -07:00
parent 48880e4964
commit 048162a0ef
45 changed files with 424 additions and 677 deletions
+2 -2
View File
@@ -54,7 +54,7 @@ namespace Marr.Data
// Register a default IReflectionStrategy
ReflectionStrategy = new CachedReflectionStrategy();
// Register a default type converter for Enums
TypeConverters.Add(typeof(Enum), new Converters.EnumStringConverter());
@@ -180,7 +180,7 @@ namespace Marr.Data
return Relationships[type];
}
#endregion
#region - Reflection Strategy -