Added Clear Conflict action to resolver
[pithos-ms-client] / trunk / Pithos.Network.Test / ChecksumTest.cs
index 222dc7d..151690c 100644 (file)
@@ -14,17 +14,13 @@ namespace Pithos.Network.Test
     class ChecksumTest
     {
 
-        private string _apiKey = "9d3cb7b231e96f72ebe96af1c6cd5112";
-        private string _userName = "pkanavos";
-        private bool _usePithos = true;
-
         private ICloudClient client;
         [SetUp]
         public void Setup()
         {
             var account = "890329@vho.grnet.gr";
             var apiKey = "24989dce4e0fcb072f8cb60c8922be19";
-            var client = new CloudFilesClient(account, apiKey);
+            client = new CloudFilesClient(account, apiKey);
             client.Authenticate();
             
         }