summary refs log tree commit diff
path: root/crypto/test/src/tls/test/TlsClientRawKeysTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/test/src/tls/test/TlsClientRawKeysTest.cs')
-rw-r--r--crypto/test/src/tls/test/TlsClientRawKeysTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/tls/test/TlsClientRawKeysTest.cs b/crypto/test/src/tls/test/TlsClientRawKeysTest.cs
index 510213fc7..f607dba04 100644
--- a/crypto/test/src/tls/test/TlsClientRawKeysTest.cs
+++ b/crypto/test/src/tls/test/TlsClientRawKeysTest.cs
@@ -64,7 +64,7 @@ namespace Org.BouncyCastle.Tls.Tests
             {
                 Console.WriteLine("<<< " + line);
 
-                string upperLine = TlsTestUtilities.ToUpperInvariant(line);
+                string upperLine = line.ToUpperInvariant();
 
                 // TEST CODE ONLY. This is not a robust way of parsing the result!
                 foreach (string end in ends)