aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/tests/t-wkspublish.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-25qt: Remove unused variable in testAndre Heinecke1-2/+0
* t-wkspublish.cpp (testWKSPublishCreate): Remove context.
2016-08-25qt: Add test for wkspublishjobAndre Heinecke1-0/+280
* lang/qt/tests/t-wkspublish.cpp: New. * lang/qt/tests/Makefile.am: Update accordingly. -- Most tests are disabled by default as tey require an online connection. Define DO_ONLINE_TESTS to enable the tests.