|
|
@@ -671,7 +671,7 @@ private slots:
|
|
|
OCC::UserStatusSelectorModel model(fakeUserStatusJob);
|
|
|
|
|
|
QCOMPARE(model.errorMessage(),
|
|
|
- tr("Could not fetch user status. Make sure you are connected to the server."));
|
|
|
+ tr("Could not fetch status. Make sure you are connected to the server."));
|
|
|
}
|
|
|
|
|
|
void testError_userStatusNotSupported_emitError()
|
|
|
@@ -681,7 +681,7 @@ private slots:
|
|
|
OCC::UserStatusSelectorModel model(fakeUserStatusJob);
|
|
|
|
|
|
QCOMPARE(model.errorMessage(),
|
|
|
- tr("User status feature is not supported. You will not be able to set your user status."));
|
|
|
+ tr("Status feature is not supported. You will not be able to set your status."));
|
|
|
}
|
|
|
|
|
|
void testError_couldSetUserStatus_emitError()
|
|
|
@@ -692,7 +692,7 @@ private slots:
|
|
|
model.setUserStatus();
|
|
|
|
|
|
QCOMPARE(model.errorMessage(),
|
|
|
- tr("Could not set user status. Make sure you are connected to the server."));
|
|
|
+ tr("Could not set status. Make sure you are connected to the server."));
|
|
|
}
|
|
|
|
|
|
void testError_emojisNotSupported_emitError()
|
|
|
@@ -702,7 +702,7 @@ private slots:
|
|
|
OCC::UserStatusSelectorModel model(fakeUserStatusJob);
|
|
|
|
|
|
QCOMPARE(model.errorMessage(),
|
|
|
- tr("Emojis feature is not supported. Some user status functionality may not work."));
|
|
|
+ tr("Emojis are not supported. Some status functionality may not work."));
|
|
|
}
|
|
|
|
|
|
void testError_couldNotClearMessage_emitError()
|
|
|
@@ -713,7 +713,7 @@ private slots:
|
|
|
model.clearUserStatus();
|
|
|
|
|
|
QCOMPARE(model.errorMessage(),
|
|
|
- tr("Could not clear user status message. Make sure you are connected to the server."));
|
|
|
+ tr("Could not clear status message. Make sure you are connected to the server."));
|
|
|
}
|
|
|
|
|
|
void testError_setUserStatus_clearErrorMessage()
|