[Pkg-javascript-commits] [node-coveralls] 15/332: fixed tests.

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 13:53:33 UTC 2017


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

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

commit c98c47e249723571767ee49a7e6da6007c1ff4ec
Author: cainus <gregg at caines.ca>
Date:   Thu Mar 28 01:02:32 2013 -0700

    fixed tests.
---
 test/convertLcovToCoveralls.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/convertLcovToCoveralls.js b/test/convertLcovToCoveralls.js
index df8c5cf..bbe5f09 100644
--- a/test/convertLcovToCoveralls.js
+++ b/test/convertLcovToCoveralls.js
@@ -11,8 +11,8 @@ describe("convertLcovToCoveralls", function(){
     var output = convertLcovToCoveralls(input, libpath);
     output.source_files[0].name.should.equal("index.js");
     output.source_files[0].source.split("\n").length.should.equal(225);
-    output.source_files[0].coverage[55].should.equal(0);
-    output.source_files[0].coverage[61].should.equal(0);
+    output.source_files[0].coverage[54].should.equal(0);
+    output.source_files[0].coverage[60].should.equal(0);
   });
 
   it ("should work with a relative path as well", function(){

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



More information about the Pkg-javascript-commits mailing list