Revision c28a075a trunk/Pithos.Core.Test/NetworkAgentTest.cs

b/trunk/Pithos.Core.Test/NetworkAgentTest.cs
87 87
                File.Delete(filePath);
88 88

  
89 89
            var newHash = client.GetHashMap(null, FolderConstants.PithosContainer, fileName).Result;
90
            agent.DownloadWithBlocks(client, account, FolderConstants.PithosContainer, new Uri(fileName, UriKind.Relative), filePath, newHash)
90
            agent.DownloadWithBlocks(accountInfo, client, account, FolderConstants.PithosContainer, new Uri(fileName, UriKind.Relative), filePath, newHash)
91 91
                .Wait();
92 92

  
93 93
            Assert.IsTrue(File.Exists(filePath));

Also available in: Unified diff