aboutsummaryrefslogtreecommitdiffstats
path: root/lib/megaco/test/megaco_mess_test.erl
AgeCommit message (Collapse)Author
2019-07-29[megaco|test] More timing issuesMicael Karlberg
Adjusted some timeouts... Also, add time stamp to the 'delivery' printouts.
2019-07-22[megaco|test] Message in "wrong" order cause test case failMicael Karlberg
It looked like two messages was received in the "wrong" order, cuasing the request_and_reply_plain test case tro fail (on a windows machine). On closer inspection, the reason was that an "unconditional" receive was made when waiting for a (disconnect) callback. But instead we received a secondary message. So, remove the unconditional receive and instead introduce a timeout (10 seconds).
2019-07-01[megaco|test] Make sure more of the (mess) test suite printouts are shownMicael Karlberg
Make the test suite log more readable. Normal io and the debug printouts from megaco does not mix well. Its difficult to know the proper timeline. So add some "sleeps" so that its easier to read.
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2012-11-26Fix use of asn1 in megacoBjörn Gustavsson
2012-02-29Merge branch 'bmk/megaco/fixing_faulty_test_case' into ↵Micael Karlberg
bmk/megaco/megaco31601_integration/r15
2011-12-21[megaco] Fixed faulty test case (connect)Micael Karlberg
2011-12-01Fixed bogus comment.Micael Karlberg
2011-11-28Exits from undefined functions or function cluases nowMicael Karlberg
also include extra info, such as line numbers.
2011-11-01Skipping the dist test case. Needs a major re-write (sometime).Micael Karlberg
2011-02-17Fix formatting and also some migration fixes for megacoLukas Larsson
2011-02-17Update megaco tests to conform with common_test standardLukas Larsson
2011-02-17Update all fin_per_testcase to end_per_testcase.Lukas Larsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP