* camera images ordered by mtime
* display image by camera is now second to last, not the last one * indent changes in javascript code * js code should now be more roboust if there are camera folders getting deleted
This commit is contained in:
@@ -12,7 +12,7 @@ class CameraPictureManagerServiceTest extends TestCase
|
||||
{
|
||||
const EXISTING_CAM_DIR = 'cam1';
|
||||
const EXISTING_IMAGE = 'img1.png';
|
||||
const MISSING_IMAGE = 'img9.png';
|
||||
const MISSING_IMAGE = 'imgXX.png';
|
||||
const TEST_DATA_DIR = 'test/data';
|
||||
|
||||
/** @var Config */
|
||||
|
||||
Reference in New Issue
Block a user