fix coverage test fails on OPDS browser module

for some reason luxl.lua has problem when being set hook for luacov
pull/1314/head
chrox 10 years ago
parent 6a0554f226
commit d6c4465c47

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

Loading…
Cancel
Save