diff options
Diffstat (limited to 'csharp/test/Ice/properties/Client.cs')
-rw-r--r-- | csharp/test/Ice/properties/Client.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/csharp/test/Ice/properties/Client.cs b/csharp/test/Ice/properties/Client.cs index 1ec20a77e75..1ef773e55d6 100644 --- a/csharp/test/Ice/properties/Client.cs +++ b/csharp/test/Ice/properties/Client.cs @@ -66,7 +66,7 @@ public class Client Console.Error.WriteLine(ex); status = 1; } - + // // Try to load multiple config files. // @@ -116,10 +116,10 @@ public class Client "AServer", "\\\\server\\dir", "BServer", "\\server\\dir", ""}; - + for(int i = 0; props[i].Length > 0; i += 2) { - test(properties.getProperty(props[i]).Equals(props[i + 1])); + test(properties.getProperty(props[i]).Equals(props[i + 1])); } Console.Out.WriteLine("ok"); } |