From ce742ecce27df6e4aa4eca4fc01e4a2588479e61 Mon Sep 17 00:00:00 2001 From: Tim Park Date: Mon, 29 Jul 2013 13:21:37 -0700 Subject: [PATCH] rename test to match combined tests --- test/unit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit.js b/test/unit.js index 7a5159d..a9c3058 100755 --- a/test/unit.js +++ b/test/unit.js @@ -190,7 +190,7 @@ vows.describe('Smoke Tests OpenCV').addBatch({ } } - , ".absDiff" : function(cv) { + , ".absDiff and .countNonZero" : function(cv) { cv.readImage("./examples/mona.png", function(err, im) { cv.readImage("./examples/mona.png", function(err, im2){ assert.ok(im);