add some keyed coding tests

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36424 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-03-25 11:05:32 +00:00
parent 0b60eebda4
commit a8a0d68da8
14 changed files with 18 additions and 2 deletions

View file

@ -24,6 +24,7 @@ int main()
array = [NSArray arrayWithObject: s1];
test_NSObject(@"NSSortDescriptor", array);
test_NSCoding(array);
test_keyed_NSCoding(array);
test_NSCopying(@"NSSortDescriptor", @"NSSortDescriptor", array, NO, NO);
s2 = [[NSSortDescriptor alloc] initWithKey: @"name" ascending: YES];