mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Cosmetic changes to tests
This commit is contained in:
parent
12e2e500b1
commit
def73cfd4c
5 changed files with 43 additions and 7 deletions
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
local test_utils = {}
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function test_utils.makeTimeStamp(series, tstart, tstep)
|
||||
local v = {}
|
||||
|
||||
|
|
@ -22,6 +24,8 @@ function test_utils.makeTimeStamp(series, tstart, tstep)
|
|||
return v
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function test_utils.timestampAsKey(tstamped_series)
|
||||
local rv = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue