summaryrefslogtreecommitdiff
path: root/test/netstd
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2019-03-14 21:12:38 +0100
committerJens Geyer <jensg@apache.org>2019-03-15 22:01:37 +0100
commitb11f63c552b8ad47b23931177987ada0a92188cf (patch)
tree5e9dee03ffb9377538b3498764c948c82c621238 /test/netstd
parent0c4e96f956cd7e3dc527ef215b14c0407148f46c (diff)
downloadthrift-b11f63c552b8ad47b23931177987ada0a92188cf.tar.gz
THRIFT-4824 Logger deprecation warnings in tutorial
Client: netstd Patch: Jens Geyer this closes #1760
Diffstat (limited to 'test/netstd')
-rw-r--r--test/netstd/Client/TestClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/netstd/Client/TestClient.cs b/test/netstd/Client/TestClient.cs
index c6b086fd5..ddc36acc5 100644
--- a/test/netstd/Client/TestClient.cs
+++ b/test/netstd/Client/TestClient.cs
@@ -994,9 +994,9 @@ namespace ThriftTest
Console.WriteLine(ex.Message + " ST: " + ex.StackTrace);
}
+ Console.WriteLine("Test Oneway(1)");
var sw = new Stopwatch();
sw.Start();
- Console.WriteLine("Test Oneway(1)");
await client.testOnewayAsync(1, MakeTimeoutToken());
sw.Stop();
if (sw.ElapsedMilliseconds > 1000)