added siaqodb

This commit is contained in:
kay.one 2013-02-16 17:52:40 -08:00
commit e44d262a1a
29 changed files with 761 additions and 553 deletions

View file

@ -93,7 +93,7 @@ namespace NzbDrone.Core.Test.ProviderTests.RootFolderServiceTests
public void invalid_folder_path_throws_on_add(string path)
{
Assert.Throws<ArgumentException>(() =>
Mocker.Resolve<RootFolderService>().Add(new RootFolder { Id = 0, Path = path })
Mocker.Resolve<RootFolderService>().Add(new RootFolder { OID = 0, Path = path })
);
}