~carlos-mazieri/ubuntu-filemanager-app/samba-browsing-13

« back to all changes in this revision

Viewing changes to src/plugin/test_folderlistmodel/regression/tst_folderlistmodel.cpp

  • Committer: Carlos Mazieri
  • Date: 2015-03-15 12:13:41 UTC
  • Revision ID: carlos.mazieri@gmail.com-20150315121341-ry2gahid9pkblfwl
Integrated Samba tests into model regression tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2991
2991
          break;
2992
2992
       }
2993
2993
    }
2994
 
    return  QTest::qExec(&tc, args);
 
2994
    int ret =  QTest::qExec(&tc, args);
 
2995
    //if not running specific tests, run Samba test suite
 
2996
    if (args.count() == 1)
 
2997
    {
 
2998
        printf("\n********* Samba tests ********\n");
 
2999
        TestQSambaSuite smbTest;
 
3000
        ret |= QTest::qExec(&smbTest, args);
 
3001
    }
 
3002
    return ret;
2995
3003
}
2996
3004
 
2997
3005