fix coverage test fails on OPDS browser module

for some reason luxl.lua has problem when being set hook for luacov
This commit is contained in:
chrox
2014-12-01 14:46:17 +08:00
parent 6a0554f226
commit d6c4465c47

View File

@@ -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