~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/megaco/test/megaco_test_lib.hrl

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (1.1.13 upstream)
  • mto: (3.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090215164252-dxpjjuq108nz4noa
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%%<copyright>
2
 
%% <year>1999-2007</year>
 
2
%% <year>1999-2008</year>
3
3
%% <holder>Ericsson AB, All Rights Reserved</holder>
4
4
%%</copyright>
5
5
%%<legalnotice>
70
70
        megaco_test_lib:prepare_test_case([init, {stop_app, megaco}],
71
71
                                   N, Config, ?FILE, ?LINE)).
72
72
 
 
73
 
 
74
-define(SLEEP(MSEC),    megaco_test_lib:sleep(MSEC)).
 
75
-define(M(),            megaco_test_lib:millis()).
 
76
-define(MDIFF(A,B),     megaco_test_lib:millis_diff(A,B)).