Skip to content

Commit

Permalink
Intentionaly break C# formatting to see if the action works.
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertCreativityHere committed May 8, 2024
1 parent 70a5699 commit 4094ac4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions csharp/test/Ice/optional/Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@ public class Server : global::Test.TestHelper
public override void run(string[] args)
{
var initData = new InitializationData();
initData.typeIdNamespaces = new string[] { "Ice.optional.TypeId" };
initData.properties = createTestProperties(ref args);
initData.typeIdNamespaces = new string[] {

"Ice.optional.TypeId" } ;
initData. properties = createTestProperties(ref args);
using (var communicator = initialize(initData))
{
communicator.getProperties().setProperty("TestAdapter.Endpoints", getTestEndpoint(0));
communicator.getProperties() . setProperty("TestAdapter.Endpoints", getTestEndpoint(0));
var adapter = communicator.createObjectAdapter("TestAdapter");



adapter.add(new InitialI(), Ice.Util.stringToIdentity("initial"));
adapter.activate();
serverReady();
Expand Down

0 comments on commit 4094ac4

Please sign in to comment.