Fixing CommandIntegrationTest - for now

This commit is contained in:
Mark McDowall
2013-08-30 23:19:19 -07:00
parent 1e7db2287e
commit 0894fc0e77
2 changed files with 32 additions and 3 deletions
@@ -12,7 +12,11 @@ namespace NzbDrone.Common.Messaging.Tracking
public DateTime StateChangeTime { get; set; }
public TimeSpan Runtime { get; set; }
public Exception Exception { get; set; }
public TrackedCommand()
{
}
public TrackedCommand(ICommand command, CommandState state)
{
Id = command.CommandId;