Fixed broken unit tests caused by using RunSettings in new code
This commit is contained in:
Родитель
709925815c
Коммит
fef0967453
|
@ -71,7 +71,7 @@ namespace NUnit.VisualStudio.TestAdapter.Tests.Fakes
|
|||
|
||||
IRunSettings IDiscoveryContext.RunSettings
|
||||
{
|
||||
get { throw new NotImplementedException(); }
|
||||
get { return new FakeRunSettings(); }
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
|
@ -35,7 +35,7 @@ namespace NUnit.VisualStudio.TestAdapter.Tests.Fakes
|
|||
|
||||
public string SettingsXml
|
||||
{
|
||||
get { throw new NotImplementedException(); }
|
||||
get { return string.Empty; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче