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:
rfm 2013-03-25 11:05:32 +00:00
parent 162e32d271
commit 983edbe0ef
14 changed files with 18 additions and 2 deletions

View file

@ -9,6 +9,7 @@ int main()
test_alloc(@"NSMutableAttributedString");
test_NSObject(@"NSMutableAttributedString", arr);
test_NSCoding(arr);
test_keyed_NSCoding(arr);
test_NSCopying(@"NSAttributedString",@"NSMutableAttributedString",arr,NO, NO);
test_NSMutableCopying(@"NSAttributedString",@"NSMutableAttributedString",arr);