@@ -69,17 +69,17 @@ [OFNumber numberWithFloat: 12.25], [OFNumber numberWithInt: -10], nil]; TEST(@"-[propertyListValue:] #1", - [[PLIST1 propertyListValue] isEqual: @"Hello"]) + [PLIST1.propertyListValue isEqual: @"Hello"]) TEST(@"-[propertyListValue:] #2", - [[PLIST2 propertyListValue] isEqual: array]) + [PLIST2.propertyListValue isEqual: array]) TEST(@"-[propertyListValue:] #3", - [[PLIST3 propertyListValue] isEqual: + [PLIST3.propertyListValue isEqual: [OFDictionary dictionaryWithKeysAndObjects: @"array", array, @"foo", @"bar", nil]])