Changeset 39


Ignore:
Timestamp:
05/08/11 21:10:38 (13 years ago)
Author:
phdmakk
Message:

+ improved log format example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/t3q-examples/checkLogFormat/checkLogFormat.ttcn3

    r4 r39  
    1313    testcase t_sendMsg () 
    1414    runs on myComponent { 
     15 
     16                //this should also be correct 
     17                log("*** t_sendMsg: INFO: Unknown component " & p_variable & " ***"); 
     18                f_2 (); 
    1519 
    1620        // correct 
Note: See TracChangeset for help on using the changeset viewer.