Fix. File url in test

This commit is contained in:
Alexey Melnichuk 2017-01-11 16:10:25 +03:00
parent 320a609983
commit 00c1bc4687

View File

@ -668,9 +668,9 @@ end
local _ENV = TEST_CASE'read_callback' if ENABLE then
local uname = upath:normolize(path.fullpath(fname))
local uname = upath:normalize(path.fullpath(fname))
local url = "FILE://" .. uname
local url = "FILE:///" .. uname
local c