Index: .fossil-settings/ignore-glob ================================================================== --- .fossil-settings/ignore-glob +++ .fossil-settings/ignore-glob @@ -39,11 +39,11 @@ src/tls/libobjfwtls.* tests/DerivedData tests/EBOOT.PBP tests/Info.plist tests/PARAM.SFO -tests/big_dictionary_msgpack.m +tests/big_dictionary_msgpack_gz.m tests/iOS.xcodeproj/*.pbxuser tests/iOS.xcodeproj/project.xcworkspace tests/iOS.xcodeproj/xcuserdata tests/objc_sync/objc_sync tests/plugin/Info.plist Index: tests/Makefile ================================================================== --- tests/Makefile +++ tests/Makefile @@ -9,11 +9,11 @@ boot.dol \ ${PROG_NOINST}.arm9 \ ${PROG_NOINST}.nds \ ${PROG_NOINST}.nro \ ${PROG_NOINST}.rpx \ - big_dictionary_msgpack.m \ + big_dictionary_msgpack_gz.m \ testfile_bin.m \ testfile_ini.m DISTCLEAN = Info.plist PROG_NOINST = tests${PROG_SUFFIX} @@ -75,11 +75,11 @@ ${USE_SRCS_PLUGINS} \ ${USE_SRCS_SOCKETS} \ ${USE_SRCS_SUBPROCESSES} \ ${USE_SRCS_THREADS} \ ${USE_SRCS_WINDOWS} \ - big_dictionary_msgpack.m \ + big_dictionary_msgpack_gz.m \ testfile_bin.m \ testfile_ini.m SRCS_FILES = OFFileManagerTests.m SRCS_PLUGINS = OFPluginTests.m SRCS_SOCKETS = OFDNSResolverTests.m \ @@ -105,11 +105,11 @@ SRCS_THREADS = OFThreadTests.m SRCS_WINDOWS = OFWindowsRegistryKeyTests.m include ../buildsys.mk -big_dictionary_msgpack.m: big_dictionary.msgpack +big_dictionary_msgpack_gz.m: big_dictionary.msgpack.gz ../utils/objfw-embed $? $? $@ testfile_bin.m: testfile.bin ../utils/objfw-embed $? $? $@ testfile_ini.m: testfile.ini ../utils/objfw-embed $? $? $@ Index: tests/OFMessagePackTests.m ================================================================== --- tests/OFMessagePackTests.m +++ tests/OFMessagePackTests.m @@ -360,11 +360,11 @@ OTAssertEqualObjects([[OTOrderedDictionary dictionaryWithObjects: objects.objects forKeys: keys.objects count: 65536] messagePackRepresentation], [OFData dataWithContentsOfIRI: - [OFIRI IRIWithString: @"embedded:big_dictionary.msgpack"]]); + [OFIRI IRIWithString: @"gzip:embedded:big_dictionary.msgpack.gz"]]); } - (void)testObjectByParsingMessagePackForDictionary { OFMutableDictionary *dictionary = @@ -390,11 +390,11 @@ for (unsigned int i = 16; i < 65536; i++) [dictionary setObject: [OFNumber numberWithUnsignedInt: i + 1] forKey: [OFNumber numberWithUnsignedInt: i]]; OTAssertEqualObjects(dictionary, [[OFData dataWithContentsOfIRI: - [OFIRI IRIWithString: @"embedded:big_dictionary.msgpack"]] + [OFIRI IRIWithString: @"gzip:embedded:big_dictionary.msgpack.gz"]] objectByParsingMessagePack]); } - (void)testMessagePackRepresentationForExtension { DELETED tests/big_dictionary.msgpack Index: tests/big_dictionary.msgpack ================================================================== --- tests/big_dictionary.msgpack +++ tests/big_dictionary.msgpack cannot compute difference between binary files ADDED tests/big_dictionary.msgpack.gz Index: tests/big_dictionary.msgpack.gz ================================================================== --- tests/big_dictionary.msgpack.gz +++ tests/big_dictionary.msgpack.gz cannot compute difference between binary files