summaryrefslogtreecommitdiff
path: root/test/ocaml
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2009-03-24 20:01:58 +0000
committerDavid Reiss <dreiss@apache.org>2009-03-24 20:01:58 +0000
commit6ce401dd555cf7928e1129d9ab31aa7be4bc7e9f (patch)
tree6ee5161e938b5afd1b9b0dac5b4545af3d66e96b /test/ocaml
parentc51986f43897a64531935653cb4a2462f6cd7e11 (diff)
downloadthrift-6ce401dd555cf7928e1129d9ab31aa7be4bc7e9f.tar.gz
THRIFT-136. s/async/oneway/ in misc places
This is mostly an internal-only change. It affects docstrings, messages, variables, test cases, etc. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@757992 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/ocaml')
-rw-r--r--test/ocaml/server/TestServer.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ocaml/server/TestServer.ml b/test/ocaml/server/TestServer.ml
index 67157383d..1118a55fb 100644
--- a/test/ocaml/server/TestServer.ml
+++ b/test/ocaml/server/TestServer.ml
@@ -97,7 +97,7 @@ object (self)
let res = new xtruct in
res#set_string_thing (sod a1);
res
- method testAsync i =
+ method testOneway i =
Unix.sleep (sod i)
end;;