himanshuvishwakarma created this revision.
himanshuvishwakarma added reviewers: vijaykrishnavanshi, pali, Kopete.
himanshuvishwakarma added a project: Kopete.
himanshuvishwakarma requested review of this revision.
REVISION SUMMARY
In this patch is testing the QQ protocol crypt in which encipher
himanshuvishwakarma updated this revision to Diff 26121.
himanshuvishwakarma added a comment.
Updated!
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D10160?vs=26115&id=26121
REVISION DETAIL
https://phabricator.kde.org/D10160
AFFECTED FILES
tests/protocols/CMakeLists.txt
tests
himanshuvishwakarma updated this revision to Diff 26130.
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D10160?vs=26121&id=26130
REVISION DETAIL
https://phabricator.kde.org/D10160
AFFECTED FILES
tests/protocols/CMakeLists.txt
tests/protocols/qq/CMakeLists.txt
tests/protocols/qq/
vijaykrishnavanshi added inline comments.
INLINE COMMENTS
> qqcrypttest.cpp:11
> +private slots:
> +void CryptTest();
> +};
Make this test data-driven.
Link: http://doc.qt.io/qt-5/qttestlib-tutorial2-example.html
REVISION DETAIL
https://phabricator.kde.org/D10160
To: himanshuvishwakarma,
Hi,
I got the solution to my problem as mentioned in the previous status report
o
n Sun, Jan 28, 2018 at 1:09 PM. I had done a mistake in the CMakeLists.txt
file by not giving the path to the source library of qq protocol,
therefore, it gives the error.
Now the problem is solved, I patched the te