~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Tests/base/KVC/path.m

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2012-11-21 13:56:22 UTC
  • mfrom: (8.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20121121135622-1w035dpxneardw8q
Tags: 1.24.0-1ubuntu1
Backport upstream fix for recent libxml2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
  } else if ([key isEqualToString:@"Lücke"]) {
50
50
    return string;
51
51
  }
 
52
  return nil;
52
53
}
53
54
 
54
55
@end
103
104
  DeprecatedCustomKVC * deprecated = [[[DeprecatedCustomKVC alloc] init]
104
105
    autorelease];
105
106
  NSNumber * n = [NSNumber numberWithInt:8];
106
 
  NSNumber * adjustedN = [NSNumber numberWithInt:7];
107
107
  NSNumber * n2 = [NSNumber numberWithDouble:87.999];
108
108
 
109
109
  [tester setValue:n2 forKeyPath:@"child.num2"];