~mandel/ubuntu-download-manager/wily-add-appid-metadata

« back to all changes in this revision

Viewing changes to tests/downloads/daemon/test_transfers_queue.h

  • Committer: CI bot
  • Author(s): Manuel de la Pena, Manuel de la Peña
  • Date: 2014-11-26 12:56:56 UTC
  • mfrom: (330.1.17 adapt-network-changes)
  • Revision ID: ps-jenkins@lists.canonical.com-20141126125656-ixnxtea9a4h5eo6p
Ensure that the download manager does track network changes correctly. Fixes: #1235138, #1390205
Approved by: Barry Warsaw, PS Jenkins bot, Manuel de la Peña

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <ubuntu/transfers/queue.h>
24
24
#include <process_factory.h>
25
25
#include <request_factory.h>
26
 
#include <system_network_info.h>
 
26
#include <network_session.h>
27
27
 
28
28
#include "base_testcase.h"
29
29
#include "transfer.h"
73
73
 private:
74
74
    bool _isConfined;
75
75
    QString _rootPath;
76
 
    MockSystemNetworkInfo* _networkInfo;
 
76
    MockNetworkSession* _networkInfo;
77
77
    MockTransfer* _first;
78
78
    MockTransfer* _second;
79
79
    Queue* _q;