[Pkg-javascript-commits] [node-tap] 65/186: Forward-port fix from v10 branch

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 1 16:40:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-tap.

commit 36e82aced0bce5b370c6b73be2b2fefa32c2c98c
Author: isaacs <i at izs.me>
Date:   Tue Nov 7 20:24:33 2017 +0000

    Forward-port fix from v10 branch
    
    See: 13f2ca254b66264b3fe98a017ac8ab6a5623c27b
---
 lib/test.js                       | 2 +-
 tap-snapshots/unit-test.js-TAP.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/test.js b/lib/test.js
index b6512e6..758d3e5 100644
--- a/lib/test.js
+++ b/lib/test.js
@@ -939,7 +939,7 @@ class Test extends Base {
     if (!extra)
       extra = {}
 
-    message = message || 'should be equivalent strictly'
+    message = message || 'should not be equivalent strictly'
     extra.found = found
     extra.doNotWant = wanted
     return this.notOk(tsame.strict(found, wanted), message, extra)
diff --git a/tap-snapshots/unit-test.js-TAP.js b/tap-snapshots/unit-test.js-TAP.js
index fcdd0bc..4fb0a25 100644
--- a/tap-snapshots/unit-test.js-TAP.js
+++ b/tap-snapshots/unit-test.js-TAP.js
@@ -1302,7 +1302,7 @@ not ok 9 - should be equivalent strictly
 
 ok 10 - should be equivalent strictly
 ok 11 - should be equivalent strictly
-ok 12 - should be equivalent strictly # SKIP
+ok 12 - should not be equivalent strictly # SKIP
 ok 13 - this one passes
 ok 14 - this one passes
 not ok 15 - this one fails

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap.git



More information about the Pkg-javascript-commits mailing list