mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix ray raster image in svg (#9371)
* fix-ray-image * Include svg tests in os group * update test data
This commit is contained in:
BIN
html/images/os/ray.png
Normal file
BIN
html/images/os/ray.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.8 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 62 KiB |
@@ -30,6 +30,11 @@ use RecursiveIteratorIterator;
|
||||
use RecursiveRegexIterator;
|
||||
use RegexIterator;
|
||||
|
||||
/**
|
||||
* Class SVGTest
|
||||
* @package LibreNMS\Tests
|
||||
* @group os
|
||||
*/
|
||||
class SVGTest extends TestCase
|
||||
{
|
||||
public function testSVGContainsPNG()
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"os": "ray",
|
||||
"type": "wireless",
|
||||
"serial": null,
|
||||
"icon": "ray.svg"
|
||||
"icon": "ray.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -50,7 +50,7 @@
|
||||
"os": "ray",
|
||||
"type": "wireless",
|
||||
"serial": "9879015",
|
||||
"icon": "ray.svg"
|
||||
"icon": "ray.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user