fixed server side indexer issue

This commit is contained in:
kay.one
2013-05-02 22:24:52 -07:00
parent 370ab86dca
commit 1877f70403
15 changed files with 104 additions and 63 deletions

View File

@@ -1,6 +1,7 @@
using FluentAssertions;
using NUnit.Framework;
using NzbDrone.Api.ClientSchema;
using NzbDrone.Core.Annotations;
using NzbDrone.Test.Common;
namespace NzbDrone.Api.Test.ClientSchemaTests
@@ -41,5 +42,7 @@ namespace NzbDrone.Api.Test.ClientSchemaTests
[FieldDefinition(1, Label = "Last Name", HelpText = "Your Last Name")]
public string LastName { get; set; }
public string Other { get; set; }
}
}