~mandel/ubuntu-download-manager/properties

« back to all changes in this revision

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

  • Committer: CI bot
  • Author(s): Manuel de la Peña
  • Date: 2014-07-21 09:39:39 UTC
  • mfrom: (304.2.8 write-upload-response)
  • Revision ID: ps-jenkins@lists.canonical.com-20140721093939-grgfcboq0ppb1dmz
On a succesful upload write the response to a secure local path for the client to read. 
Approved by: Sergio Schvezov, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <ubuntu/downloads/file_download.h>
26
26
#include <ubuntu/download_manager/metatypes.h>
27
27
#include <ubuntu/transfers/system/uuid_utils.h>
 
28
#include <file_manager.h>
28
29
#include <process_factory.h>
29
30
#include <request_factory.h>
30
31
#include <system_network_info.h>
31
32
 
32
33
#include "base_testcase.h"
33
34
#include "cryptographic_hash.h"
34
 
#include "file_manager.h"
35
35
 
36
36
using namespace Ubuntu::Transfers::System;
37
37
using namespace Ubuntu::Transfers::Tests;