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

Unified Diff: LayoutTests/crypto/clone-rsaKey-public-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
Index: LayoutTests/crypto/clone-rsaKey-public-expected.txt
diff --git a/LayoutTests/crypto/clone-rsaKey-public-expected.txt b/LayoutTests/crypto/clone-rsaKey-public-expected.txt
index 4a139e7e269d3e04a8623167329179d965f5430b..6e928139574526fa87a303912492e9b3c8c05cab 100644
--- a/LayoutTests/crypto/clone-rsaKey-public-expected.txt
+++ b/LayoutTests/crypto/clone-rsaKey-public-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 "public"
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 "public"
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 "public"
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 "public"
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 "public"
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 "public"
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 "public"
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 "public"
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 "public"
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 "public"
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 "public"
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 "public"
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 "public"
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 "public"
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 "public"
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 "public"
PASS typeof clonedKey.extractable is 'boolean'
« no previous file with comments | « LayoutTests/crypto/clone-rsaKey-public.html ('k') | LayoutTests/crypto/resources/subtle-crypto-concurrent.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698