diff options
Diffstat (limited to 'sandbox/wjaniszewski/binding-erlang-runtime/src/test/resources/ErlangReference.composite')
-rw-r--r-- | sandbox/wjaniszewski/binding-erlang-runtime/src/test/resources/ErlangReference.composite | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/sandbox/wjaniszewski/binding-erlang-runtime/src/test/resources/ErlangReference.composite b/sandbox/wjaniszewski/binding-erlang-runtime/src/test/resources/ErlangReference.composite index 0d52cbae32..aa9d9f973e 100644 --- a/sandbox/wjaniszewski/binding-erlang-runtime/src/test/resources/ErlangReference.composite +++ b/sandbox/wjaniszewski/binding-erlang-runtime/src/test/resources/ErlangReference.composite @@ -14,8 +14,8 @@ <tuscany:binding.erlang node="MboxServer" mbox="true" timeout="500"/> </reference> - <reference name="timeoutMboxReference"> - <tuscany:binding.erlang node="MboxServer" mbox="true" timeout="500"/> + <reference name="cookieMboxReference"> + <tuscany:binding.erlang node="MboxServer" mbox="true" cookie="cookie"/> </reference> <reference name="moduleReference"> @@ -23,16 +23,17 @@ </reference> <reference name="cookieModuleReference"> - <tuscany:binding.erlang node="RPCServer" module="hello" cookie="cookie"/> + <tuscany:binding.erlang node="RPCServerCookie" module="hello_cookie" cookie="cookie"/> </reference> - <reference name="timeoutModuleReference"> - <tuscany:binding.erlang node="RPCServer" module="hello_timeout" timeout="500"/> + <reference name="invalidCookieModuleReference"> + <tuscany:binding.erlang node="RPCServerCookie" module="hello_cookie" cookie="invalid_cookie"/> </reference> - <reference name="clonedModuleReference"> - <tuscany:binding.erlang node="RPCServer" module="hello_clone"/> + <reference name="timeoutModuleReference"> + <tuscany:binding.erlang node="RPCServerTimeout" module="hello_timeout" timeout="500"/> </reference> + </component> </composite>
\ No newline at end of file |