fixed some broken tests. broke some new ones.

This commit is contained in:
Keivan Beigi
2013-03-26 17:51:37 -07:00
parent 57120c9eeb
commit 0a3b0c9973
10 changed files with 76 additions and 46 deletions

View File

@@ -63,7 +63,6 @@ namespace NzbDrone.Core.Test.Configuration
Db.Insert(new Config { Key = key, Value = originalValue });
//Act
Subject.SetValue(key, newValue);
var result = Subject.GetValue(key, "");