Changeset 363 for trunk/tests
- Timestamp:
- Jun 22, 2008, 5:26:34 PM (17 years ago)
- Location:
- trunk/tests
- Files:
-
- 2 edited
-
c/test-nom.c (modified) (1 diff)
-
class_c/testnomobject.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/c/test-nom.c
r362 r363 309 309 _setClassMgrObject(tstNomObject, NOMClassMgrObject, NULL); 310 310 nArray=_runTests(tstNomObject, NULL); 311 nomPrintf("\n"); 311 312 printTestResults(nArray); 312 313 -
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.
