mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-07 11:05:45 +00:00
Prepare to release 1.4.1
update docs, update ui deprecate description function
This commit is contained in:
@ -142,26 +142,6 @@ void TestNetctl::test_getActiveProfile()
|
||||
}
|
||||
|
||||
|
||||
void TestNetctl::test_getProfileDescription()
|
||||
{
|
||||
Netctl *netctl = createNetctlObj();
|
||||
QString original = QString("Simple test profile");
|
||||
QString result = netctl->getProfileDescription(QString("netctlgui-test-dummy"));
|
||||
QString dbus;
|
||||
if (helper) {
|
||||
QList<QVariant> args;
|
||||
args.append(QString("netctlgui-test-dummy"));
|
||||
args.append(QString("Description"));
|
||||
dbus = sendDBusRequest(QString("/netctl"), QString("ProfileValue"), args)
|
||||
[0].toString();
|
||||
}
|
||||
delete netctl;
|
||||
|
||||
QCOMPARE(result, original);
|
||||
if (helper) QCOMPARE(dbus, result);
|
||||
}
|
||||
|
||||
|
||||
void TestNetctl::test_getProfileStatus()
|
||||
{
|
||||
Netctl *netctl = createNetctlObj();
|
||||
|
@ -36,7 +36,6 @@ private slots:
|
||||
// netctl
|
||||
void test_getRecommendedConfiguration();
|
||||
void test_getActiveProfile();
|
||||
void test_getProfileDescription();
|
||||
void test_getProfileStatus();
|
||||
void test_isProfileActive();
|
||||
void test_isProfileEnabled();
|
||||
|
Reference in New Issue
Block a user