summaryrefslogtreecommitdiff
path: root/csharp/test/TestCommon/TestHelper.cs
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2018-11-21 17:47:35 +0100
committerBenoit Foucher <benoit@zeroc.com>2018-11-21 17:49:06 +0100
commita11945b449ae38efd6f79541c573c0028687c234 (patch)
treeb68a6c1b3a97b6e95009b5ec7810e891bb209a65 /csharp/test/TestCommon/TestHelper.cs
parentFixed Android Bluetooth acceptor race condition, fixes #181 (diff)
downloadice-a11945b449ae38efd6f79541c573c0028687c234.tar.bz2
ice-a11945b449ae38efd6f79541c573c0028687c234.tar.xz
ice-a11945b449ae38efd6f79541c573c0028687c234.zip
Android and Xamarin test controller fixes and improvements
Diffstat (limited to 'csharp/test/TestCommon/TestHelper.cs')
-rw-r--r--csharp/test/TestCommon/TestHelper.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/csharp/test/TestCommon/TestHelper.cs b/csharp/test/TestCommon/TestHelper.cs
index 6266d566c36..3268db9ab52 100644
--- a/csharp/test/TestCommon/TestHelper.cs
+++ b/csharp/test/TestCommon/TestHelper.cs
@@ -32,7 +32,6 @@ namespace Test
public interface PlatformAdapter
{
bool isEmulator();
- bool registerProcessController();
string processControllerRegistryHost();