Changeset 363 for trunk/tests/class_c/testnomobject.c
- Timestamp:
- Jun 22, 2008, 5:26:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/class_c/testnomobject.c
r361 r363 77 77 for(;;) 78 78 { 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__); 79 81 if(_nomIsA(nomSelf, NULL, NULL)) 80 82 break; … … 104 106 for(;;) 105 107 { 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__); 106 110 if(_nomIsInstanceOf(nomSelf, NULL, NULL)) 107 111 break;
Note:
See TracChangeset
for help on using the changeset viewer.