File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/libraries/System.Runtime/tests/System.Globalization.Extensions.Tests/IdnMapping/Data Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ private static Stream GetIdnaTestTxt()
28
28
string fileName = null ;
29
29
if ( PlatformDetection . ICUVersion >= new Version ( 76 , 0 ) )
30
30
fileName = "IdnaTest_16.txt" ;
31
- else if ( PlatformDetection . ICUVersion >= new Version ( 74 , 0 ) )
31
+ else if ( PlatformDetection . ICUVersion >= new Version ( 72 , 0 ) )
32
32
fileName = "IdnaTest_15_1.txt" ;
33
33
else if ( PlatformDetection . ICUVersion >= new Version ( 66 , 0 ) || PlatformDetection . IsHybridGlobalizationOnApplePlatform )
34
34
fileName = "IdnaTest_13.txt" ;
@@ -67,7 +67,7 @@ private static IConformanceIdnaTest GetConformanceIdnaTest(string line, int line
67
67
{
68
68
if ( PlatformDetection . ICUVersion >= new Version ( 76 , 0 ) )
69
69
return new Unicode_16_0_IdnaTest ( line , lineCount ) ;
70
- else if ( PlatformDetection . ICUVersion >= new Version ( 74 , 0 ) )
70
+ else if ( PlatformDetection . ICUVersion >= new Version ( 72 , 0 ) )
71
71
return new Unicode_15_1_IdnaTest ( line , lineCount ) ;
72
72
else if ( PlatformDetection . ICUVersion >= new Version ( 66 , 0 ) || PlatformDetection . IsHybridGlobalizationOnApplePlatform )
73
73
return new Unicode_13_0_IdnaTest ( line , lineCount ) ;
You can’t perform that action at this time.
0 commit comments