Skip to content

Commit 96772ca

Browse files
committed
Merge pull request #65 from briancroom/folder-reference-for-tests
Use a folder reference instead of groups for the functional tests
2 parents 9a426f4 + f618f0e commit 96772ca

File tree

1 file changed

+2
-110
lines changed

1 file changed

+2
-110
lines changed

XCTest.xcodeproj/project.pbxproj

Lines changed: 2 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,15 @@
2424
/* End PBXContainerItemProxy section */
2525

2626
/* Begin PBXFileReference section */
27-
342A33611C470D91001AA02A /* main.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
28-
342A33631C47383E001AA02A /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
2927
5B5D86DB1BBC74AD00234F36 /* SwiftXCTest.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftXCTest.framework; sourceTree = BUILT_PRODUCTS_DIR; };
30-
9F320B0D1C4714EC00AB3456 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
28+
AE7DD6061C8DC6C0006FC722 /* Functional */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Functional; sourceTree = "<group>"; };
3129
B1384A411C1B3E8700EDF031 /* CONTRIBUTING.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTING.md; sourceTree = "<group>"; };
3230
B1384A421C1B3E8700EDF031 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
3331
B1384A431C1B3E8700EDF031 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
3432
C265F6691C3AEB6A00520CF9 /* XCTAssert.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = XCTAssert.swift; sourceTree = "<group>"; };
3533
C265F66A1C3AEB6A00520CF9 /* XCTestCase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = XCTestCase.swift; sourceTree = "<group>"; };
3634
C265F66C1C3AEB6A00520CF9 /* XCTestMain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = XCTestMain.swift; sourceTree = "<group>"; };
3735
C265F66D1C3AEB6A00520CF9 /* XCTimeUtilities.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = XCTimeUtilities.swift; sourceTree = "<group>"; };
38-
DA78F7E91C4039410082E15B /* lit.cfg */ = {isa = PBXFileReference; lastKnownFileType = text; path = lit.cfg; sourceTree = "<group>"; };
39-
DA78F7EB1C4039410082E15B /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
40-
DA78F7EE1C4039410082E15B /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
41-
DA78F7EF1C4039410082E15B /* setup.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = setup.py; sourceTree = "<group>"; };
42-
DA78F7F11C4039410082E15B /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = "<group>"; };
43-
DA78F7F21C4039410082E15B /* test_compare.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = test_compare.py; sourceTree = "<group>"; };
44-
DA78F7F41C4039410082E15B /* __init__.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = __init__.py; sourceTree = "<group>"; };
45-
DA78F7F61C4039410082E15B /* compare.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = compare.py; sourceTree = "<group>"; };
46-
DA78F7F81C4039410082E15B /* main.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = main.py; sourceTree = "<group>"; };
47-
DA78F7FA1C4039410082E15B /* xctest_checker.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = xctest_checker.py; sourceTree = "<group>"; };
48-
DADB97581C406879005E68B6 /* main.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
49-
DADB975E1C44BE8B005E68B6 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
5036
EA3E74BB1BF2B6D500635A73 /* build_script.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = build_script.py; sourceTree = "<group>"; };
5137
/* End PBXFileReference section */
5238

@@ -61,22 +47,6 @@
6147
/* End PBXFrameworksBuildPhase section */
6248

6349
/* Begin PBXGroup section */
64-
342A33601C470D1E001AA02A /* FailureMessagesTestCase */ = {
65-
isa = PBXGroup;
66-
children = (
67-
342A33611C470D91001AA02A /* main.swift */,
68-
);
69-
path = FailureMessagesTestCase;
70-
sourceTree = "<group>";
71-
};
72-
342A33621C47343C001AA02A /* TestCaseLifecycle */ = {
73-
isa = PBXGroup;
74-
children = (
75-
342A33631C47383E001AA02A /* main.swift */,
76-
);
77-
path = TestCaseLifecycle;
78-
sourceTree = "<group>";
79-
};
8050
5B5D86D11BBC74AD00234F36 = {
8151
isa = PBXGroup;
8252
children = (
@@ -98,14 +68,6 @@
9868
name = Products;
9969
sourceTree = "<group>";
10070
};
101-
9F320B0C1C4714EC00AB3456 /* ErrorHandling */ = {
102-
isa = PBXGroup;
103-
children = (
104-
9F320B0D1C4714EC00AB3456 /* main.swift */,
105-
);
106-
path = ErrorHandling;
107-
sourceTree = "<group>";
108-
};
10971
B1384A401C1B3E6A00EDF031 /* Documentation */ = {
11072
isa = PBXGroup;
11173
children = (
@@ -138,81 +100,11 @@
138100
DA78F7E71C4039410082E15B /* Tests */ = {
139101
isa = PBXGroup;
140102
children = (
141-
DA78F7E81C4039410082E15B /* Functional */,
103+
AE7DD6061C8DC6C0006FC722 /* Functional */,
142104
);
143105
path = Tests;
144106
sourceTree = "<group>";
145107
};
146-
DA78F7E81C4039410082E15B /* Functional */ = {
147-
isa = PBXGroup;
148-
children = (
149-
DA78F7E91C4039410082E15B /* lit.cfg */,
150-
DA78F7EA1C4039410082E15B /* SingleFailingTestCase */,
151-
9F320B0C1C4714EC00AB3456 /* ErrorHandling */,
152-
DADB975D1C44BE73005E68B6 /* FailingTestSuite */,
153-
DADB97571C406879005E68B6 /* NegativeAccuracyTestCase */,
154-
342A33601C470D1E001AA02A /* FailureMessagesTestCase */,
155-
342A33621C47343C001AA02A /* TestCaseLifecycle */,
156-
DA78F7ED1C4039410082E15B /* xctest_checker */,
157-
);
158-
path = Functional;
159-
sourceTree = "<group>";
160-
};
161-
DA78F7EA1C4039410082E15B /* SingleFailingTestCase */ = {
162-
isa = PBXGroup;
163-
children = (
164-
DA78F7EB1C4039410082E15B /* main.swift */,
165-
);
166-
path = SingleFailingTestCase;
167-
sourceTree = "<group>";
168-
};
169-
DA78F7ED1C4039410082E15B /* xctest_checker */ = {
170-
isa = PBXGroup;
171-
children = (
172-
DA78F7EE1C4039410082E15B /* .gitignore */,
173-
DA78F7EF1C4039410082E15B /* setup.py */,
174-
DA78F7F01C4039410082E15B /* tests */,
175-
DA78F7F31C4039410082E15B /* xctest_checker */,
176-
DA78F7FA1C4039410082E15B /* xctest_checker.py */,
177-
);
178-
path = xctest_checker;
179-
sourceTree = "<group>";
180-
};
181-
DA78F7F01C4039410082E15B /* tests */ = {
182-
isa = PBXGroup;
183-
children = (
184-
DA78F7F11C4039410082E15B /* __init__.py */,
185-
DA78F7F21C4039410082E15B /* test_compare.py */,
186-
);
187-
path = tests;
188-
sourceTree = "<group>";
189-
};
190-
DA78F7F31C4039410082E15B /* xctest_checker */ = {
191-
isa = PBXGroup;
192-
children = (
193-
DA78F7F41C4039410082E15B /* __init__.py */,
194-
DA78F7F61C4039410082E15B /* compare.py */,
195-
DA78F7F81C4039410082E15B /* main.py */,
196-
);
197-
path = xctest_checker;
198-
sourceTree = "<group>";
199-
};
200-
DADB97571C406879005E68B6 /* NegativeAccuracyTestCase */ = {
201-
isa = PBXGroup;
202-
children = (
203-
DADB97581C406879005E68B6 /* main.swift */,
204-
);
205-
path = NegativeAccuracyTestCase;
206-
sourceTree = "<group>";
207-
};
208-
DADB975D1C44BE73005E68B6 /* FailingTestSuite */ = {
209-
isa = PBXGroup;
210-
children = (
211-
DADB975E1C44BE8B005E68B6 /* main.swift */,
212-
);
213-
path = FailingTestSuite;
214-
sourceTree = "<group>";
215-
};
216108
EA3E74BC1BF2B6D700635A73 /* Linux Build */ = {
217109
isa = PBXGroup;
218110
children = (

0 commit comments

Comments
 (0)