From f2d9deaed6babaa125398ba475635a7196badeca Mon Sep 17 00:00:00 2001 From: Scott Robinson Date: Tue, 24 Dec 2013 11:07:27 +0000 Subject: [PATCH] Update test.monitor.sql testing travis build --- db/test.monitor.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/test.monitor.sql b/db/test.monitor.sql index 084a6ebcb..030577f33 100644 --- a/db/test.monitor.sql +++ b/db/test.monitor.sql @@ -1 +1,2 @@ -INSERT INTO Monitors (Name, Type, Function, Enabled, Format, Protocol, Method, Host, Port, Path, Width, Height, Colours, Palette, Orientation, Deinterlacing, Brightness, Contrast, Hue, Colour, RefBlendPerc) VALUES ('travis_test','Remote','Modect',1,255,'http','simple','50.79.143.149','21146','/mjpg/video.mjpg',1280,800,3,0,'0',0,-1,-1,-1,-1,12); +INSERT INTO Monitors (Name, Type, Function, Enabled, Format, Protocol, Method, Host, Port, Path, Width, Height, Colours, Palette, Orientation, Deinterlacing, Brightness, Contrast, Hue, Colour, RefBlendPerc) VALUES ('travis_test1','Remote','Modect',1,255,'http','simple','50.79.143.149','21146','/mjpg/video.mjpg',1280,800,3,0,'0',0,-1,-1,-1,-1,12); +INSERT INTO Monitors (Name, Type, Function, Enabled, Format, Protocol, Method, Host, Port, Path, Width, Height, Colours, Palette, Orientation, Deinterlacing, Brightness, Contrast, Hue, Colour, RefBlendPerc) VALUES ('travis_test2','Remote','Modect',1,255,'http','simple','50.79.143.149','21146','/mjpg/video.mjpg',1280,800,3,0,'0',0,-1,-1,-1,-1,12);