Skip to content

Commit 93ec55a

Browse files
committed
Restore Networking and Storage tests in UnitTests.xctestplan once more
See: - #15796 (comment) - #15796 (comment)
1 parent b84ddcf commit 93ec55a

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

WooCommerce/WooCommerceTests/UnitTests.xctestplan

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -32,45 +32,22 @@
3232
{
3333
"target" : {
3434
"containerPath" : "container:..\/Modules",
35-
"identifier" : "WordPressSharedObjCTests",
36-
"name" : "WordPressSharedObjCTests"
35+
"identifier" : "WooFoundationTests",
36+
"name" : "WooFoundationTests"
3737
}
3838
},
3939
{
40-
"enabled" : false,
4140
"target" : {
42-
"containerPath" : "container:WooCommerce.xcodeproj",
43-
"identifier" : "3F0904072D26A40800D8ACCE",
44-
"name" : "WordPressAuthenticatorTests"
45-
}
46-
},
47-
{
48-
"skippedTests" : [
49-
"InAppPurchaseStoreTests",
50-
"InAppPurchaseStoreTests\/test_iap_supported_in_canada()",
51-
"InAppPurchaseStoreTests\/test_iap_supported_in_us()",
52-
"InAppPurchaseStoreTests\/test_load_products_fails_if_iap_unsupported()",
53-
"InAppPurchaseStoreTests\/test_load_products_loads_products_response()",
54-
"InAppPurchaseStoreTests\/test_purchase_product_completes_purchase()",
55-
"InAppPurchaseStoreTests\/test_purchase_product_ensure_xcode_environment()",
56-
"InAppPurchaseStoreTests\/test_purchase_product_handles_api_errors()",
57-
"InAppPurchaseStoreTests\/test_user_is_entitled_to_product_returns_false_when_not_entitled()",
58-
"InAppPurchaseStoreTests\/test_user_is_entitled_to_product_returns_true_when_entitled()",
59-
"StorePerformanceViewModelTests\/test_dates_for_custom_range_are_correct_for_non_custom_time_range()",
60-
"StripeCardReaderIntegrationTests",
61-
"TopPerformersDashboardViewModelTests\/test_dates_for_custom_range_are_correct_for_non_custom_time_range()"
62-
],
63-
"target" : {
64-
"containerPath" : "container:WooCommerce.xcodeproj",
65-
"identifier" : "B56DB3DC2049BFAA00D4AA8E",
66-
"name" : "WooCommerceTests"
41+
"containerPath" : "container:..\/Modules",
42+
"identifier" : "NetworkingTests",
43+
"name" : "NetworkingTests"
6744
}
6845
},
6946
{
7047
"target" : {
71-
"containerPath" : "container:..\/Yosemite\/Yosemite.xcodeproj",
72-
"identifier" : "B5C9DDFD2087FEC0006B910A",
73-
"name" : "YosemiteTests"
48+
"containerPath" : "container:..\/Modules",
49+
"identifier" : "ExperimentsTests",
50+
"name" : "ExperimentsTests"
7451
}
7552
},
7653
{
@@ -90,29 +67,52 @@
9067
{
9168
"target" : {
9269
"containerPath" : "container:..\/Modules",
93-
"identifier" : "WooFoundationTests",
94-
"name" : "WooFoundationTests"
70+
"identifier" : "StorageTests",
71+
"name" : "StorageTests"
9572
}
9673
},
9774
{
75+
"enabled" : false,
9876
"target" : {
99-
"containerPath" : "container:",
100-
"identifier" : "NetworkingTests",
101-
"name" : "NetworkingTests"
77+
"containerPath" : "container:WooCommerce.xcodeproj",
78+
"identifier" : "3F0904072D26A40800D8ACCE",
79+
"name" : "WordPressAuthenticatorTests"
10280
}
10381
},
10482
{
10583
"target" : {
106-
"containerPath" : "container:",
107-
"identifier" : "StorageTests",
108-
"name" : "StorageTests"
84+
"containerPath" : "container:..\/Modules",
85+
"identifier" : "WordPressSharedObjCTests",
86+
"name" : "WordPressSharedObjCTests"
10987
}
11088
},
11189
{
90+
"skippedTests" : [
91+
"InAppPurchaseStoreTests",
92+
"InAppPurchaseStoreTests\/test_iap_supported_in_canada()",
93+
"InAppPurchaseStoreTests\/test_iap_supported_in_us()",
94+
"InAppPurchaseStoreTests\/test_load_products_fails_if_iap_unsupported()",
95+
"InAppPurchaseStoreTests\/test_load_products_loads_products_response()",
96+
"InAppPurchaseStoreTests\/test_purchase_product_completes_purchase()",
97+
"InAppPurchaseStoreTests\/test_purchase_product_ensure_xcode_environment()",
98+
"InAppPurchaseStoreTests\/test_purchase_product_handles_api_errors()",
99+
"InAppPurchaseStoreTests\/test_user_is_entitled_to_product_returns_false_when_not_entitled()",
100+
"InAppPurchaseStoreTests\/test_user_is_entitled_to_product_returns_true_when_entitled()",
101+
"StorePerformanceViewModelTests\/test_dates_for_custom_range_are_correct_for_non_custom_time_range()",
102+
"StripeCardReaderIntegrationTests",
103+
"TopPerformersDashboardViewModelTests\/test_dates_for_custom_range_are_correct_for_non_custom_time_range()"
104+
],
112105
"target" : {
113-
"containerPath" : "container:..\/Modules",
114-
"identifier" : "ExperimentsTests",
115-
"name" : "ExperimentsTests"
106+
"containerPath" : "container:WooCommerce.xcodeproj",
107+
"identifier" : "B56DB3DC2049BFAA00D4AA8E",
108+
"name" : "WooCommerceTests"
109+
}
110+
},
111+
{
112+
"target" : {
113+
"containerPath" : "container:..\/Yosemite\/Yosemite.xcodeproj",
114+
"identifier" : "B5C9DDFD2087FEC0006B910A",
115+
"name" : "YosemiteTests"
116116
}
117117
}
118118
],

0 commit comments

Comments
 (0)