From 598e8306591decd49da7f7fbac7e7743858cd25c Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Fri, 27 Sep 2013 15:56:06 -0400 Subject: [PATCH] SQL syntax error in travis test monitor --- db/test.monitor.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/test.monitor.sql b/db/test.monitor.sql index b5c8ea3e8..084a6ebcb 100644 --- a/db/test.monitor.sql +++ b/db/test.monitor.sql @@ -1 +1 @@ -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_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);