Revision 1b4a7550 trunk/Pithos.Network.Test/ChecksumTest.cs

b/trunk/Pithos.Network.Test/ChecksumTest.cs
14 14
    class ChecksumTest
15 15
    {
16 16

  
17
        private string _apiKey = "9d3cb7b231e96f72ebe96af1c6cd5112";
18
        private string _userName = "pkanavos";
19
        private bool _usePithos = true;
20

  
21 17
        private ICloudClient client;
22 18
        [SetUp]
23 19
        public void Setup()
24 20
        {
25 21
            var account = "890329@vho.grnet.gr";
26 22
            var apiKey = "24989dce4e0fcb072f8cb60c8922be19";
27
            var client = new CloudFilesClient(account, apiKey);
23
            client = new CloudFilesClient(account, apiKey);
28 24
            client.Authenticate();
29 25
            
30 26
        }

Also available in: Unified diff