Changeset 363 for trunk/tests


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

More pretty output of test case.

Location:
trunk/tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/c/test-nom.c

    r362 r363  
    309309  _setClassMgrObject(tstNomObject, NOMClassMgrObject, NULL);
    310310  nArray=_runTests(tstNomObject, NULL);
     311  nomPrintf("\n");
    311312  printTestResults(nArray);
    312313 
  • 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.