Ignore:
Timestamp:
Jun 22, 2008, 5:26:34 PM (17 years ago)
Author:
cinc
Message:

More pretty output of test case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/class_c/testnomobject.c

    r361 r363  
    7777  for(;;)
    7878  {
     79    /* Because we call the method without a valid class there will be a warning message on the console */
     80    g_message("In %s: The following warning is expected.", __FUNCTION__);
    7981    if(_nomIsA(nomSelf, NULL, NULL))
    8082      break;
     
    104106  for(;;)
    105107  {
     108    /* Because we call the method without a valid class there will be a warning message on the console */
     109    g_message("In %s: The following warning is expected.", __FUNCTION__);
    106110    if(_nomIsInstanceOf(nomSelf, NULL, NULL))
    107111      break;
Note: See TracChangeset for help on using the changeset viewer.