Update ChangeLog

This commit is contained in:
Hugo Melder 2022-08-04 17:11:13 +02:00
parent 2e65ee34f1
commit 0b29cbdcc9

View file

@ -1,3 +1,15 @@
2022-08-04 Hugo Melder <contact@hugomelder.com>
* Tests/base/GSTLS/basic.m:
Disable test completly if gnutls is not present.
* Tests/base/NSData/additions.m:
Check if dataWithContentsOfFile: returns an instance.
* Tests/base/NSProgress/basic.m:
Replace Objective-C strings with cstrings in PASS_EQUAL macros
and fix UserInfo test case.
* Tests/base/NSString/tilde.m:
Skip tilde abbreviation test on Windows.
2022-08-04 Hugo Melder <contact@hugomelder.com>
* Tests/base/coding/basictypes.m: