Revision 5d7b20e8 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(100) {CachePath = @"e:\pithos\.pithos.cache"};
74

  
75 73
            var agent = new NetworkAgent();
76 74

  
77
            var account = "890329@vho.grnet.gr";
78
            var apiKey = "24989dce4e0fcb072f8cb60c8922be19";
75
            var account = "";
76
            var apiKey = "";
79 77
            var client = new CloudFilesClient(account,apiKey)
80 78
            {
81 79
                AuthenticationUrl = @"https://pithos.dev.grnet.gr",

Also available in: Unified diff