More tests

This commit is contained in:
kay.one 2011-04-22 12:16:52 -07:00
commit 23f6cc3901
9 changed files with 203 additions and 50 deletions

View file

@ -46,6 +46,10 @@ namespace NzbDrone
AppDomainException(e);
}
while (true)
{
Console.ReadLine();
}
}
private static void Attach()