summaryrefslogtreecommitdiff
path: root/cs/test/Ice/servantLocator/Collocated.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/Ice/servantLocator/Collocated.cs')
-rwxr-xr-xcs/test/Ice/servantLocator/Collocated.cs16
1 files changed, 8 insertions, 8 deletions
diff --git a/cs/test/Ice/servantLocator/Collocated.cs b/cs/test/Ice/servantLocator/Collocated.cs
index fcb518de41f..285436fb28e 100755
--- a/cs/test/Ice/servantLocator/Collocated.cs
+++ b/cs/test/Ice/servantLocator/Collocated.cs
@@ -15,13 +15,13 @@ public class Collocated
{
public override int run(string[] args)
{
- communicator().getProperties().setProperty("Ice.OA.TestAdapter.Endpoints", "default -p 12010 -t 10000");
- communicator().getProperties().setProperty("Ice.Warn.Dispatch", "0");
+ communicator().getProperties().setProperty("Ice.OA.TestAdapter.Endpoints", "default -p 12010 -t 10000");
+ communicator().getProperties().setProperty("Ice.Warn.Dispatch", "0");
- Ice.ObjectAdapter adapter = communicator().createObjectAdapter("TestAdapter");
+ Ice.ObjectAdapter adapter = communicator().createObjectAdapter("TestAdapter");
adapter.addServantLocator(new ServantLocatorI("category"), "category");
adapter.addServantLocator(new ServantLocatorI(""), "");
- adapter.add(new TestI(), communicator().stringToIdentity("asm"));
+ adapter.add(new TestI(), communicator().stringToIdentity("asm"));
AllTests.allTests(communicator(), true);
@@ -33,9 +33,9 @@ public class Collocated
{
TestClient app = new TestClient();
int result = app.main(args);
- if(result != 0)
- {
- System.Environment.Exit(result);
- }
+ if(result != 0)
+ {
+ System.Environment.Exit(result);
+ }
}
}