Skip to content

Commit 75c8ce7

Browse files
committed
Update linuxmain
1 parent 3a8237e commit 75c8ce7

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Tests/JSONAPITests/XCTestManifests.swift

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@ extension EntityTests {
175175
("test_EntitySomeRelationshipsNoAttributes_encode", test_EntitySomeRelationshipsNoAttributes_encode),
176176
("test_EntitySomeRelationshipsSomeAttributes", test_EntitySomeRelationshipsSomeAttributes),
177177
("test_EntitySomeRelationshipsSomeAttributes_encode", test_EntitySomeRelationshipsSomeAttributes_encode),
178+
("test_EntitySomeRelationshipsSomeAttributesWithLinks", test_EntitySomeRelationshipsSomeAttributesWithLinks),
179+
("test_EntitySomeRelationshipsSomeAttributesWithLinks_encode", test_EntitySomeRelationshipsSomeAttributesWithLinks_encode),
180+
("test_EntitySomeRelationshipsSomeAttributesWithMeta", test_EntitySomeRelationshipsSomeAttributesWithMeta),
181+
("test_EntitySomeRelationshipsSomeAttributesWithMeta_encode", test_EntitySomeRelationshipsSomeAttributesWithMeta_encode),
182+
("test_EntitySomeRelationshipsSomeAttributesWithMetaAndLinks", test_EntitySomeRelationshipsSomeAttributesWithMetaAndLinks),
183+
("test_EntitySomeRelationshipsSomeAttributesWithMetaAndLinks_encode", test_EntitySomeRelationshipsSomeAttributesWithMetaAndLinks_encode),
178184
("test_initialization", test_initialization),
179185
("test_IntOver10_encode", test_IntOver10_encode),
180186
("test_IntOver10_failure", test_IntOver10_failure),
@@ -199,6 +205,12 @@ extension EntityTests {
199205
("test_UnidentifiedEntity_encode", test_UnidentifiedEntity_encode),
200206
("test_UnidentifiedEntityWithAttributes", test_UnidentifiedEntityWithAttributes),
201207
("test_UnidentifiedEntityWithAttributes_encode", test_UnidentifiedEntityWithAttributes_encode),
208+
("test_UnidentifiedEntityWithAttributesAndLinks", test_UnidentifiedEntityWithAttributesAndLinks),
209+
("test_UnidentifiedEntityWithAttributesAndLinks_encode", test_UnidentifiedEntityWithAttributesAndLinks_encode),
210+
("test_UnidentifiedEntityWithAttributesAndMeta", test_UnidentifiedEntityWithAttributesAndMeta),
211+
("test_UnidentifiedEntityWithAttributesAndMeta_encode", test_UnidentifiedEntityWithAttributesAndMeta_encode),
212+
("test_UnidentifiedEntityWithAttributesAndMetaAndLinks", test_UnidentifiedEntityWithAttributesAndMetaAndLinks),
213+
("test_UnidentifiedEntityWithAttributesAndMetaAndLinks_encode", test_UnidentifiedEntityWithAttributesAndMetaAndLinks_encode),
202214
]
203215
}
204216

@@ -238,6 +250,8 @@ extension LinksTests {
238250
("test_linkWithMetadata_encode", test_linkWithMetadata_encode),
239251
("test_linkWithNoMeta", test_linkWithNoMeta),
240252
("test_linkWithNoMeta_encode", test_linkWithNoMeta_encode),
253+
("test_linkWithNoMetaWithoutOptionalLink", test_linkWithNoMetaWithoutOptionalLink),
254+
("test_linkWithNoMetaWithoutOptionalLink_encode", test_linkWithNoMetaWithoutOptionalLink_encode),
241255
("test_linkWithNullMetadata", test_linkWithNullMetadata),
242256
("test_linkWithNullMetadata_encode", test_linkWithNullMetadata_encode),
243257
]

0 commit comments

Comments
 (0)