diff options
author | Jose <jose@zeroc.com> | 2019-07-05 18:20:34 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-07-05 18:20:34 +0200 |
commit | 9b0bbbfb9c6ccd86f0ecc6fd6bbcd878922b753d (patch) | |
tree | 7288cdc31c8ad81f85e4773707dfb5970210a19b /csharp/test/TestCommon/TestHelper.cs | |
parent | Do not hardcode openjfx version used in IceGridGUI builds (diff) | |
download | ice-9b0bbbfb9c6ccd86f0ecc6fd6bbcd878922b753d.tar.bz2 ice-9b0bbbfb9c6ccd86f0ecc6fd6bbcd878922b753d.tar.xz ice-9b0bbbfb9c6ccd86f0ecc6fd6bbcd878922b753d.zip |
Minor fix Glacier2/router test - Close #426
Diffstat (limited to 'csharp/test/TestCommon/TestHelper.cs')
-rw-r--r-- | csharp/test/TestCommon/TestHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/TestCommon/TestHelper.cs b/csharp/test/TestCommon/TestHelper.cs index 57d2da9d046..b2c0d723c88 100644 --- a/csharp/test/TestCommon/TestHelper.cs +++ b/csharp/test/TestCommon/TestHelper.cs @@ -130,7 +130,7 @@ namespace Test return _communicator; } - protected static void test(bool b) + public static void test(bool b) { if (!b) { |