|
@@ -60,7 +60,7 @@ namespace Session2ModuleTest
|
|
|
[TestMethod]
|
|
|
public void GetPriorityForAgent_HardCalculation_01()
|
|
|
{
|
|
|
- Assert.AreEqual(94, calc.GetPriorityForAgent(3, 41.11f, 20.45f));
|
|
|
+ Assert.AreEqual(98, calc.GetPriorityForAgent(3, 41.11f, 20.45f));
|
|
|
}
|
|
|
[TestMethod]
|
|
|
public void GetPriorityForAgent_HardCalculation_02()
|
|
@@ -80,7 +80,7 @@ namespace Session2ModuleTest
|
|
|
[TestMethod]
|
|
|
public void GetPriorityForAgent_HardCalculation_05()
|
|
|
{
|
|
|
- Assert.AreEqual(150, calc.GetPriorityForAgent(2, 67.68f, 40.78f));
|
|
|
+ Assert.AreEqual(167, calc.GetPriorityForAgent(2, 67.68f, 40.78f));
|
|
|
}
|
|
|
#endregion
|
|
|
}
|