From d6c4465c474b76707bfa8d52d105e87f31d21e3b Mon Sep 17 00:00:00 2001 From: chrox Date: Mon, 1 Dec 2014 14:46:17 +0800 Subject: [PATCH] fix coverage test fails on OPDS browser module for some reason luxl.lua has problem when being set hook for luacov --- spec/unit/opds_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/unit/opds_spec.lua b/spec/unit/opds_spec.lua index fade2f151..0328c4b26 100644 --- a/spec/unit/opds_spec.lua +++ b/spec/unit/opds_spec.lua @@ -231,8 +231,8 @@ require("commonrequire") local OPDSParser = require("ui/opdsparser") local DEBUG = require("dbg") -describe("OPDS module", function() - describe("OPDS parser module #nocov", function() +describe("OPDS module #nocov", function() + describe("OPDS parser module", function() it("should parse OPDS navigation catalog", function() local catalog = OPDSParser:parse(navigation_sample) local feed = catalog.feed