mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
fix keyed decoding of identity affine transform
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36425 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a8a0d68da8
commit
c940fe2773
3 changed files with 15 additions and 6 deletions
|
@ -61,7 +61,7 @@ int main()
|
|||
|
||||
test_NSObject(@"NSAffineTransform", testObjs);
|
||||
test_NSCoding(testObjs);
|
||||
// test_keyed_NSCoding(testObjs);
|
||||
test_keyed_NSCoding(testObjs);
|
||||
test_NSCopying(@"NSAffineTransform", @"NSAffineTransform", testObjs, NO, YES);
|
||||
|
||||
testObj = [NSAffineTransform transform];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue