~mandel/ubuntu-download-manager/add-mng-class

« back to all changes in this revision

Viewing changes to tests/test_download.cpp

  • Committer: Manuel de la Peña
  • Date: 2014-04-02 12:23:22 UTC
  • mfrom: (265.1.48 mms-upload)
  • mto: This revision was merged to the branch mainline in revision 323.
  • Revision ID: manuel.delapena@canonical.com-20140402122322-1sxzrnj65bzjkiya
Merged mms-upload into add-factory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1316
1316
 
1317
1317
    // the has is a random string so we should get an error signal
1318
1318
    QTRY_COMPARE(errorSpy.count(), 1);
1319
 
    Q_TRYCOMPARE(processingSpy.count(), 1);
 
1319
    QTRY_COMPARE(processingSpy.count(), 1);
1320
1320
    QCOMPARE(download->state(), Download::ERROR);
1321
1321
 
1322
1322
    delete download;