File tree Expand file tree Collapse file tree
ToolGood.Algorithm.Test/AlgorithmEngine Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -268,9 +268,9 @@ public void TestVersion()
268268 {
269269 AlgorithmEngine engine = new AlgorithmEngine ( ) ;
270270 String t25 = engine . TryEvaluate ( "Engineversion" , "" ) ;
271- Assert . AreEqual ( "ToolGood.Algorithm 5 .0" , t25 ) ;
271+ Assert . AreEqual ( "ToolGood.Algorithm 6 .0" , t25 ) ;
272272 String t26 = engine . TryEvaluate ( "Algorithmversion" , "" ) ;
273- Assert . AreEqual ( "ToolGood.Algorithm 5 .0" , t26 ) ;
273+ Assert . AreEqual ( "ToolGood.Algorithm 6 .0" , t26 ) ;
274274 }
275275
276276
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public abstract class Operand
2525 /// <summary>
2626 /// 版本号
2727 /// </summary>
28- public static readonly Operand Version = new OperandString ( "ToolGood.Algorithm 5 .0" ) ;
28+ public static readonly Operand Version = new OperandString ( "ToolGood.Algorithm 6 .0" ) ;
2929
3030 /// <summary>
3131 /// True
You can’t perform that action at this time.
0 commit comments