rename test to match combined tests

Esse commit está contido em:
Tim Park
2013-07-29 13:21:37 -07:00
commit ce742ecce2
+1 -1
Ver Arquivo
@@ -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);