Skip to content

Commit b28b24f

Browse files
committed
context on tr-TR
1 parent 6ca776b commit b28b24f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/WebJobs.Script.Tests/UtilityTests.cs

+1
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ public void IsHttporManualTriggerTests(string triggerType, bool expectedResult)
366366
public void IsValidFunctionNameTests(string functionName, bool expectedResult)
367367
{
368368
CultureInfo defaultCulture = Thread.CurrentThread.CurrentCulture;
369+
// In Turkish-Turkey, "I" is not the uppercase equivalent of "i"
369370
Thread.CurrentThread.CurrentCulture = new CultureInfo("tr-TR");
370371
Assert.Equal(expectedResult, Utility.IsValidFunctionName(functionName));
371372
Thread.CurrentThread.CurrentCulture = defaultCulture;

0 commit comments

Comments
 (0)