Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Oct 17, 2024
1 parent c5022cd commit ec2d985
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion csharp/src/Ice/Properties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

using Ice.Internal;
using System.Globalization;
using System.Net.NetworkInformation;
using System.Text;
using System.Text.RegularExpressions;

Expand Down
2 changes: 1 addition & 1 deletion js/test/Ice/properties/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class Client extends TestHelper {
const properties = communicator.getProperties();

out.write("testing that creating an object adapter with unknown properties throws an exception...");
properties.setProperty("FooOA.Endpoints", "tcp -h 127.0.0.1");
properties.setProperty("FooOA.Locator", "locator:tcp -h 127.0.0.1 -p 10000");
properties.setProperty("FooOA.UnknownProperty", "bar");
try {
} catch (ex) {
Expand Down

0 comments on commit ec2d985

Please sign in to comment.