Revision 79f92570 trunk/Pithos.Core.Test/NetworkAgentTest.cs
b/trunk/Pithos.Core.Test/NetworkAgentTest.cs | ||
---|---|---|
70 | 70 |
[Test] |
71 | 71 |
public void TestDownload() |
72 | 72 |
{ |
73 |
var fileAgent = new FileAgent {CachePath = @"e:\pithos\.pithos.cache"}; |
|
73 |
var fileAgent = new FileAgent(100) {CachePath = @"e:\pithos\.pithos.cache"};
|
|
74 | 74 |
|
75 | 75 |
var agent = new NetworkAgent(); |
76 | 76 |
|
Also available in: Unified diff