diff options
author | Lukas Larsson <[email protected]> | 2010-12-06 10:55:15 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:16:53 +0100 |
commit | d161dc2b44f29f184e60efcd460ed27b1ee0a0e1 (patch) | |
tree | 273897a8b38b1cfb07d7833d77f363956e6a524f /erts/emulator/test/distribution_SUITE.erl | |
parent | 62e3328272e3bac139e765e6a5147daca02ec833 (diff) | |
download | otp-d161dc2b44f29f184e60efcd460ed27b1ee0a0e1.tar.gz otp-d161dc2b44f29f184e60efcd460ed27b1ee0a0e1.tar.bz2 otp-d161dc2b44f29f184e60efcd460ed27b1ee0a0e1.zip |
Update tests to work with ts -> ct migrations script.
Diffstat (limited to 'erts/emulator/test/distribution_SUITE.erl')
-rw-r--r-- | erts/emulator/test/distribution_SUITE.erl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/erts/emulator/test/distribution_SUITE.erl b/erts/emulator/test/distribution_SUITE.erl index f26455e6da..8213cdcef9 100644 --- a/erts/emulator/test/distribution_SUITE.erl +++ b/erts/emulator/test/distribution_SUITE.erl @@ -267,7 +267,9 @@ local_send_big(doc) -> ["Sends several big message to an non-registered process on ", "the local node."]; local_send_big(Config) when is_list(Config) -> - Data0=local_send_big(doc)++local_send(doc), + Data0=local_send_big(doc)++ + ["Tests sending small and big messages to a non-existing ", + "local registered process."], Data1=[Data0,[Data0, Data0, [Data0], Data0],Data0], Data2=Data0++lists:flatten(Data1)++ list_to_binary(lists:flatten(Data1)), |