Skip to content

Commit 0d55aac

Browse files
COCOA-131 Improce unit tests
1 parent e4b6a8e commit 0d55aac

File tree

3 files changed

+1354
-1287
lines changed

3 files changed

+1354
-1287
lines changed

Contentful.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
406789A32605346B00C77930 /* QueryTests.json in Resources */ = {isa = PBXBuildFile; fileRef = 406789A22605346B00C77930 /* QueryTests.json */; };
11-
406789A42605346B00C77930 /* QueryTests.json in Resources */ = {isa = PBXBuildFile; fileRef = 406789A22605346B00C77930 /* QueryTests.json */; };
12-
406789A52605346B00C77930 /* QueryTests.json in Resources */ = {isa = PBXBuildFile; fileRef = 406789A22605346B00C77930 /* QueryTests.json */; };
10+
40904F10260A166200C01E61 /* QueryTests.json in Resources */ = {isa = PBXBuildFile; fileRef = 40904F0F260A166200C01E61 /* QueryTests.json */; };
11+
40904F11260A166200C01E61 /* QueryTests.json in Resources */ = {isa = PBXBuildFile; fileRef = 40904F0F260A166200C01E61 /* QueryTests.json */; };
12+
40904F12260A166200C01E61 /* QueryTests.json in Resources */ = {isa = PBXBuildFile; fileRef = 40904F0F260A166200C01E61 /* QueryTests.json */; };
1313
40C86140260512A600B9C26D /* EntryTests.json in Resources */ = {isa = PBXBuildFile; fileRef = 40C8613F260512A600B9C26D /* EntryTests.json */; };
1414
40C86141260512A600B9C26D /* EntryTests.json in Resources */ = {isa = PBXBuildFile; fileRef = 40C8613F260512A600B9C26D /* EntryTests.json */; };
1515
40C86142260512A600B9C26D /* EntryTests.json in Resources */ = {isa = PBXBuildFile; fileRef = 40C8613F260512A600B9C26D /* EntryTests.json */; };
@@ -301,7 +301,7 @@
301301
/* End PBXContainerItemProxy section */
302302

303303
/* Begin PBXFileReference section */
304-
406789A22605346B00C77930 /* QueryTests.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = QueryTests.json; path = "../../../../../../../../Library/Developer/CoreSimulator/Devices/37CB14AE-596F-41E2-9599-8BD732423F44/data/Desktop/DVR/QueryTests.json"; sourceTree = "<group>"; };
304+
40904F0F260A166200C01E61 /* QueryTests.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = QueryTests.json; sourceTree = "<group>"; };
305305
40C8613F260512A600B9C26D /* EntryTests.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = EntryTests.json; sourceTree = "<group>"; };
306306
40C861512605150F00B9C26D /* AssetTests.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = AssetTests.json; sourceTree = "<group>"; };
307307
5D001E5F200423C700AC5A4C /* PersistenceIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersistenceIntegrationTests.swift; sourceTree = "<group>"; };
@@ -677,7 +677,7 @@
677677
ED9102671E65AE880076FDBD /* DVRRecordings */ = {
678678
isa = PBXGroup;
679679
children = (
680-
406789A22605346B00C77930 /* QueryTests.json */,
680+
40904F0F260A166200C01E61 /* QueryTests.json */,
681681
40C861512605150F00B9C26D /* AssetTests.json */,
682682
40C8613F260512A600B9C26D /* EntryTests.json */,
683683
757C0AD12257D94E008F91BD /* SyncWithPaginationTests.json */,
@@ -969,7 +969,7 @@
969969
40C861542605151000B9C26D /* AssetTests.json in Resources */,
970970
5D52E2812193381F00C88FC9 /* testFetchSpace.json in Resources */,
971971
757C0AD52257D956008F91BD /* SyncWithPaginationTests.json in Resources */,
972-
406789A52605346B00C77930 /* QueryTests.json in Resources */,
972+
40904F12260A166200C01E61 /* QueryTests.json in Resources */,
973973
5D52E2822193381F00C88FC9 /* Fixtures in Resources */,
974974
);
975975
runOnlyForDeploymentPostprocessing = 0;
@@ -1001,7 +1001,7 @@
10011001
40C861522605151000B9C26D /* AssetTests.json in Resources */,
10021002
5D09C24B21870C27006B83F4 /* testFetchSpace.json in Resources */,
10031003
757C0AD32257D955008F91BD /* SyncWithPaginationTests.json in Resources */,
1004-
406789A32605346B00C77930 /* QueryTests.json in Resources */,
1004+
40904F10260A166200C01E61 /* QueryTests.json in Resources */,
10051005
5D09C24521870C27006B83F4 /* ErrorTests.json in Resources */,
10061006
);
10071007
runOnlyForDeploymentPostprocessing = 0;
@@ -1026,7 +1026,7 @@
10261026
40C861532605151000B9C26D /* AssetTests.json in Resources */,
10271027
5D09C24921870C27006B83F4 /* RateLimitTests.json in Resources */,
10281028
757C0AD42257D955008F91BD /* SyncWithPaginationTests.json in Resources */,
1029-
406789A42605346B00C77930 /* QueryTests.json in Resources */,
1029+
40904F11260A166200C01E61 /* QueryTests.json in Resources */,
10301030
5D09C24321870C27006B83F4 /* testClientCantAccessPreviewAPIWithProductionToken.json in Resources */,
10311031
);
10321032
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)