Revision 5bcf6d70 trunk/Pithos.ShellExtensions/TestPithosSettings.cs

b/trunk/Pithos.ShellExtensions/TestPithosSettings.cs
7 7

  
8 8
namespace Pithos.ShellExtensions.Test
9 9
{
10
    [Export(typeof(IPithosSettings))]
10
    
11 11
    class TestPithosSettings:IPithosSettings
12 12
    {
13 13
        public string PithosPath
......
16 16
            set { throw new NotImplementedException(); }
17 17
        }
18 18

  
19
        public string PithosSite
20
        {
21
            get { return @"http://www.google.com"; }            
22
        }
23

  
19 24
        public string IconsPath
20 25
        {
21 26
            get { return @"C:\Program Files\Common Files\TortoiseOverlays\icons\XPStyle\"; }
......
26 31
        public string ApiKey { get; set; }
27 32

  
28 33
        public AccountsCollection Accounts { get; set; }
34
        public bool UseDefaultProxy { get; set; }
35
        public bool UseManualProxy { get; set; }
36
        public bool UseNoProxy { get; set; }
29 37

  
30 38
        public string ProxyServer { get; set; }
31 39

  
32 40

  
33
        public string ProxyPort { get; set; }
41
        public int ProxyPort { get; set; }
34 42

  
35 43

  
36 44
        public string ProxyUsername { get; set; }

Also available in: Unified diff