Changeset 389 for trunk/nom/class_c/nomtestcase.c
- Timestamp:
- Mar 28, 2009, 11:49:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nom/class_c/nomtestcase.c
r373 r389 82 82 83 83 /* Only Methods starting with ËtestË are run. */ 84 if( 0!=strnstr( methodName, "test", 4))84 if(strstr(methodName, "test")==methodName) 85 85 { 86 86 NOMTestResult* nResult=NOMTestResultNew();
Note:
See TracChangeset
for help on using the changeset viewer.