summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2020-02-22 16:51:51 +0100
committerJens Geyer <jensg@apache.org>2020-02-28 19:18:34 +0100
commit56700e469d5d0659994a3963ad5a111740cf8277 (patch)
treedb903818e332aa6887f2efd2797163ffa4268d67 /test/tests.json
parent4903d18fca988871bcedce3b420fef2cd9682ca1 (diff)
downloadthrift-56700e469d5d0659994a3963ad5a111740cf8277.tar.gz
THRIFT-4982 Remove deprecated C# bindings from the code base
Client: csharp Patch: Jens Geyer This closes #2027
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json45
1 files changed, 2 insertions, 43 deletions
diff --git a/test/tests.json b/test/tests.json
index dbee398a3..42e5d6aab 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -419,48 +419,7 @@
"workdir": "rb/gen-rb"
},
{
- "name": "csharp",
- "env": {
- "MONO_PATH": "../../lib/csharp/"
- },
- "transports": [
- "buffered",
- "framed"
- ],
- "sockets": [
- "ip",
- "ip-ssl"
- ],
- "protocols": [
- "binary",
- "compact",
- "json"
- ],
- "server": {
- "command": [
- "mono",
- "TestClientServer.exe",
- "server"
- ]
- },
- "client": {
- "timeout": 9,
- "command": [
- "mono",
- "TestClientServer.exe",
- "client"
- ],
- "protocols": [
- "multi",
- "multic",
- "multi:binary",
- "multic:compact"
- ]
- },
- "workdir": "csharp"
- },
- {
- "name": "netcore",
+ "name": "netstd",
"transports": [
"buffered",
"framed"
@@ -493,7 +452,7 @@
"client"
]
},
- "workdir": "netcore"
+ "workdir": "netstd"
},
{
"name": "perl",