Skip to content

Commit 7f564dc

Browse files
committed
Rename scripts for tests for other branch
1 parent c5054cb commit 7f564dc

File tree

6 files changed

+208
-208
lines changed

6 files changed

+208
-208
lines changed

CodingSeb.ExpressionEvaluator.Tests/ExpressionEvaluatorScriptEvaluateTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,23 +1507,23 @@ public static IEnumerable<TestCaseData> TestCasesForScriptEvaluateTests
15071507
.SetCategory("new Exception must not throw the exception")
15081508
.Returns(3);
15091509

1510-
yield return new TestCaseData(Resources.Script0072, null, null, null, null)
1510+
yield return new TestCaseData(Resources.Script0102, null, null, null, null)
15111511
.SetCategory("Script")
15121512
.SetCategory("variable with prefix 'test'")
15131513
.SetCategory("new function test")
15141514
.SetCategory("Bug")
15151515
.SetCategory("#116")
15161516
.Returns("hello");
15171517

1518-
yield return new TestCaseData(Resources.Script0073, null, null, null, null)
1518+
yield return new TestCaseData(Resources.Script0103, null, null, null, null)
15191519
.SetCategory("Script")
15201520
.SetCategory("variable with prefix 'test'")
15211521
.SetCategory("new instance test")
15221522
.SetCategory("Bug")
15231523
.SetCategory("#116")
15241524
.Returns("hello");
15251525

1526-
yield return new TestCaseData(Resources.Script0074, null, null, null, null)
1526+
yield return new TestCaseData(Resources.Script0104, null, null, null, null)
15271527
.SetCategory("Script")
15281528
.SetCategory("variable with prefix 'test'")
15291529
.SetCategory("Bug")

0 commit comments

Comments
 (0)