Skip to content
Snippets Groups Projects
Commit 44487102 authored by Alexandr's avatar Alexandr
Browse files

fixed line number in tests output results

parent 39f79352
No related branches found
No related tags found
No related merge requests found
......@@ -891,7 +891,7 @@ space.index['primary']:pairs({}, {iterator = -666 })
-- Test cases for #123: box.index.count does not check arguments properly
space.index['primary']:pairs(function() end, { iterator = box.index.EQ })
---
- error: 'builtin/msgpackffi.lua:264: can not encode Lua type: ''function'''
- error: 'builtin/msgpackffi.lua:262: can not encode Lua type: ''function'''
...
-- Check that iterators successfully invalidated when index deleted
gen, param, state = space.index['i1']:pairs(nil, { iterator = box.index.GE })
......
......@@ -574,7 +574,7 @@ space.index['i1']:count()
-- Test cases for #123: box.index.count does not check arguments properly
space.index['i1']:count(function() end)
---
- error: 'builtin/msgpackffi.lua:264: can not encode Lua type: ''function'''
- error: 'builtin/msgpackffi.lua:262: can not encode Lua type: ''function'''
...
space:drop()
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment