Changeset 1310 for trunk/UnitTests/Sources/PGTSParameterTests.m
- Timestamp:
- 06/12/09 22:19:40 (14 months ago)
- Files:
-
- 1 modified
-
trunk/UnitTests/Sources/PGTSParameterTests.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UnitTests/Sources/PGTSParameterTests.m
r1258 r1310 176 176 } 177 177 178 - (void) test8Null 179 { 180 NSNull* value = [NSNull null]; 181 182 int length = 0; 183 id objectValue = [value PGTSParameter: mConnection]; 184 const char* paramValue = [objectValue PGTSParameterLength: &length connection: mConnection]; 185 186 CFRetain (objectValue); 187 MKCAssertTrue (NULL == paramValue); 188 CFRelease (objectValue); 189 } 190 178 191 - (void) testTimestamp 179 192 {
