mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +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 ts_common = require("ts_common")
|
||||
|
||||
-- ##############################################
|
||||
|
||||
local function interpolateSerie_test1(test)
|
||||
local serie = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
|
||||
local target_points = 19
|
||||
|
|
@ -34,6 +36,8 @@ local function interpolateSerie_test1(test)
|
|||
return test:success()
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function run(tester)
|
||||
local rv = tester.run_test("interpolateSerie:test1", interpolateSerie_test1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue