Update Safe Exam Browser Patch to 3.10.0.826
This commit is contained in:
@@ -102,13 +102,13 @@ namespace SafeExamBrowser.Browser.UnitTests.Filters
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
[ExpectedException(typeof(NotImplementedException))]
|
||||
public void MustNotAllowUnsupportedResult()
|
||||
{
|
||||
var rule = new Mock<IRule>();
|
||||
|
||||
rule.SetupGet(r => r.Result).Returns((FilterResult) (-1));
|
||||
sut.Load(rule.Object);
|
||||
|
||||
Assert.ThrowsExactly<NotImplementedException>(() => sut.Load(rule.Object));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user