mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 14:25:50 +00:00
one more iteration to try to fix tests on travis
This commit is contained in:
@ -75,6 +75,9 @@ void TestExtScript::test_run()
|
||||
|
||||
void TestExtScript::test_filters()
|
||||
{
|
||||
if (extScript->jsonFiltersFile().isEmpty())
|
||||
QSKIP("No json filters found for scripts, skip fitlers test");
|
||||
|
||||
extScript->setFilters(QStringList() << QString("newline"));
|
||||
// init spy
|
||||
QSignalSpy spy(extScript, SIGNAL(dataReceived(const QVariantHash &)));
|
||||
|
Reference in New Issue
Block a user