filewatchunittest: show 'please wait' message

This commit is contained in:
Ivan Romanov 2014-01-03 19:43:45 +06:00
parent 01e2b1d1cd
commit c820094625

View File

@ -41,6 +41,8 @@ void FileWatchUnitTest::cleanupTestCase()
void FileWatchUnitTest::filewatchTest()
{
QWARN("Unittest will take about 1 minute. Please wait.");
QCA::FileWatch watcher;
QCOMPARE( watcher.fileName(), QString() );