Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Unified Diff: LayoutTests/crypto/clone-rsaKey-private-expected.txt

Issue 268653004: [refactor] Replace shouldBeTrue("a != b") with shouldNotBe("a", "b") in existing crypto tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/crypto/clone-rsaKey-private.html ('k') | LayoutTests/crypto/clone-rsaKey-public.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/clone-rsaKey-private-expected.txt
diff --git a/LayoutTests/crypto/clone-rsaKey-private-expected.txt b/LayoutTests/crypto/clone-rsaKey-private-expected.txt
index ee5b9237c1e553105d3f6849577fd0301080514a..dfee514b9aa97859909ea96b6e2119d1c655d087 100644
--- a/LayoutTests/crypto/clone-rsaKey-private-expected.txt
+++ b/LayoutTests/crypto/clone-rsaKey-private-expected.txt
@@ -12,7 +12,7 @@ PASS importedKey.algorithm.modulusLength is 1024
PASS: importedKey.algorithm.publicExponent should be [010001] and was
PASS importedKey.algorithm.hash is undefined.
PASS importedKey.usages.join(',') is ""
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "private"
PASS typeof clonedKey.extractable is 'boolean'
@@ -34,7 +34,7 @@ PASS importedKey.algorithm.modulusLength is 2048
PASS: importedKey.algorithm.publicExponent should be [010001] and was
PASS importedKey.algorithm.hash is undefined.
PASS importedKey.usages.join(',') is ""
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "private"
PASS typeof clonedKey.extractable is 'boolean'
@@ -56,7 +56,7 @@ PASS importedKey.algorithm.modulusLength is 1024
PASS: importedKey.algorithm.publicExponent should be [010001] and was
PASS importedKey.algorithm.hash is undefined.
PASS importedKey.usages.join(',') is "encrypt"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "private"
PASS typeof clonedKey.extractable is 'boolean'
@@ -78,7 +78,7 @@ PASS importedKey.algorithm.modulusLength is 2048
PASS: importedKey.algorithm.publicExponent should be [010001] and was
PASS importedKey.algorithm.hash is undefined.
PASS importedKey.usages.join(',') is "encrypt"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "private"
PASS typeof clonedKey.extractable is 'boolean'
@@ -100,7 +100,7 @@ PASS importedKey.algorithm.modulusLength is 1024
PASS: importedKey.algorithm.publicExponent should be [010001] and was
PASS importedKey.algorithm.hash is undefined.
PASS importedKey.usages.join(',') is "decrypt,wrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "private"
PASS typeof clonedKey.extractable is 'boolean'
@@ -122,7 +122,7 @@ PASS importedKey.algorithm.modulusLength is 2048
PASS: importedKey.algorithm.publicExponent should be [010001] and was
PASS importedKey.algorithm.hash is undefined.
PASS importedKey.usages.join(',') is "decrypt,wrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "private"
PASS typeof clonedKey.extractable is 'boolean'
@@ -144,7 +144,7 @@ PASS importedKey.algorithm.modulusLength is 1024
PASS: importedKey.algorithm.publicExponent should be [010001] and was
PASS importedKey.algorithm.hash is undefined.
PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "private"
PASS typeof clonedKey.extractable is 'boolean'
@@ -166,7 +166,7 @@ PASS importedKey.algorithm.modulusLength is 2048
PASS: importedKey.algorithm.publicExponent should be [010001] and was
PASS importedKey.algorithm.hash is undefined.
PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "private"
PASS typeof clonedKey.extractable is 'boolean'
@@ -188,7 +188,7 @@ PASS importedKey.algorithm.modulusLength is 1024
PASS: importedKey.algorithm.publicExponent should be [010001] and was
PASS importedKey.algorithm.hash is undefined.
PASS importedKey.usages.join(',') is ""
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "private"
PASS typeof clonedKey.extractable is 'boolean'
@@ -209,7 +209,7 @@ PASS importedKey.algorithm.modulusLength is 2048
PASS: importedKey.algorithm.publicExponent should be [010001] and was
PASS importedKey.algorithm.hash is undefined.
PASS importedKey.usages.join(',') is ""
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "private"
PASS typeof clonedKey.extractable is 'boolean'
@@ -230,7 +230,7 @@ PASS importedKey.algorithm.modulusLength is 1024
PASS: importedKey.algorithm.publicExponent should be [010001] and was
PASS importedKey.algorithm.hash is undefined.
PASS importedKey.usages.join(',') is "encrypt"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "private"
PASS typeof clonedKey.extractable is 'boolean'
@@ -251,7 +251,7 @@ PASS importedKey.algorithm.modulusLength is 2048
PASS: importedKey.algorithm.publicExponent should be [010001] and was
PASS importedKey.algorithm.hash is undefined.
PASS importedKey.usages.join(',') is "encrypt"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "private"
PASS typeof clonedKey.extractable is 'boolean'
@@ -272,7 +272,7 @@ PASS importedKey.algorithm.modulusLength is 1024
PASS: importedKey.algorithm.publicExponent should be [010001] and was
PASS importedKey.algorithm.hash is undefined.
PASS importedKey.usages.join(',') is "decrypt,wrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "private"
PASS typeof clonedKey.extractable is 'boolean'
@@ -293,7 +293,7 @@ PASS importedKey.algorithm.modulusLength is 2048
PASS: importedKey.algorithm.publicExponent should be [010001] and was
PASS importedKey.algorithm.hash is undefined.
PASS importedKey.usages.join(',') is "decrypt,wrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "private"
PASS typeof clonedKey.extractable is 'boolean'
@@ -314,7 +314,7 @@ PASS importedKey.algorithm.modulusLength is 1024
PASS: importedKey.algorithm.publicExponent should be [010001] and was
PASS importedKey.algorithm.hash is undefined.
PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "private"
PASS typeof clonedKey.extractable is 'boolean'
@@ -335,7 +335,7 @@ PASS importedKey.algorithm.modulusLength is 2048
PASS: importedKey.algorithm.publicExponent should be [010001] and was
PASS importedKey.algorithm.hash is undefined.
PASS importedKey.usages.join(',') is "encrypt,wrapKey,unwrapKey"
-PASS importedKey != clonedKey is true
+PASS importedKey is not clonedKey
PASS clonedKey.extraProperty is undefined.
PASS clonedKey.type is "private"
PASS typeof clonedKey.extractable is 'boolean'
« no previous file with comments | « LayoutTests/crypto/clone-rsaKey-private.html ('k') | LayoutTests/crypto/clone-rsaKey-public.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698