diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-10 13:15:35 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-10 13:15:35 +0000 |
commit | c7de0d3e323cfa1d511295b56f137083a49ff12c (patch) | |
tree | a4851bc38d64fe4e76f032c80c2a5f24e695273c /test | |
parent | add some unit test code (diff) | |
download | gpg4usb-c7de0d3e323cfa1d511295b56f137083a49ff12c.tar.gz gpg4usb-c7de0d3e323cfa1d511295b56f137083a49ff12c.zip |
add comment
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@690 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'test')
-rw-r--r-- | test/testgpgcontext.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testgpgcontext.cpp b/test/testgpgcontext.cpp index 429bdf9..4435bff 100644 --- a/test/testgpgcontext.cpp +++ b/test/testgpgcontext.cpp @@ -2,6 +2,10 @@ #include <QtTest/QtTest> #include <../gpgcontext.h> +/** +* unit test for gpgcontext, +* have a look at http://doc.qt.nokia.com/latest/qtestlib-tutorial1.html +*/ class TestGpgContext : public QObject { Q_OBJECT |