NOISSUE fix up translation selection in settings and add OS/sys arch reporting
This commit is contained in:
parent
722896d41f
commit
a666dc0a1a
16 changed files with 131 additions and 82 deletions
|
@ -1,22 +0,0 @@
|
|||
#include <QTest>
|
||||
#include "TestUtil.h"
|
||||
|
||||
#include <sys.h>
|
||||
|
||||
class SysTest : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
private
|
||||
slots:
|
||||
|
||||
void test_kernelNotNull()
|
||||
{
|
||||
auto kinfo = Sys::getKernelInfo();
|
||||
QVERIFY(!kinfo.kernelName.isEmpty());
|
||||
QVERIFY(kinfo.kernelVersion != "0.0");
|
||||
}
|
||||
};
|
||||
|
||||
QTEST_GUILESS_MAIN(SysTest)
|
||||
|
||||
#include "sys_test.moc"
|
Loading…
Add table
Add a link
Reference in a new issue