mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user