Revision 732276d3 trunk/Pithos.Core.Test/NetworkAgentTest.cs

b/trunk/Pithos.Core.Test/NetworkAgentTest.cs
94 94

  
95 95
            var newHash = client.GetHashMap(null, FolderConstants.PithosContainer, fileName).Result;
96 96
            var downloader = new Downloader();
97
            downloader.DownloadWithBlocks(accountInfo, client, cloudFile, new Uri(fileName, UriKind.Relative), filePath, newHash, CancellationToken.None)
97
            
98
            downloader.DownloadWithBlocks(accountInfo, client, cloudFile, new Uri(fileName, UriKind.Relative), filePath,null, newHash, CancellationToken.None)
98 99
                .Wait();
99 100

  
100 101
            Assert.IsTrue(File.Exists(filePath));

Also available in: Unified diff