summaryrefslogtreecommitdiff
path: root/csharp/test/TestCommon/TestHelper.cs
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-07-05 18:20:34 +0200
committerJose <jose@zeroc.com>2019-07-05 18:20:34 +0200
commit9b0bbbfb9c6ccd86f0ecc6fd6bbcd878922b753d (patch)
tree7288cdc31c8ad81f85e4773707dfb5970210a19b /csharp/test/TestCommon/TestHelper.cs
parentDo not hardcode openjfx version used in IceGridGUI builds (diff)
downloadice-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.cs2
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)
{