Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
fix naming of XML unit test
Browse files Browse the repository at this point in the history
(was json)
  • Loading branch information
diederich committed Feb 3, 2012
1 parent 42bcda2 commit 9bc78cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Three20.xcworkspace/xcshareddata/xcschemes/UnitTests.xcscheme
Expand Up @@ -140,7 +140,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EB9E6C6110B6A8F800DE563C"
BuildableName = "extJSONUnitTests.octest"
BuildableName = "extXMLUnitTests.octest"
BlueprintName = "extThree20XMLUnitTests"
ReferencedContainer = "container:src/extThree20XML/extThree20XML.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -248,7 +248,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EB9E6C6110B6A8F800DE563C"
BuildableName = "extJSONUnitTests.octest"
BuildableName = "extXMLUnitTests.octest"
BlueprintName = "extThree20XMLUnitTests"
ReferencedContainer = "container:src/extThree20XML/extThree20XML.xcodeproj">
</BuildableReference>
Expand Down
2 changes: 1 addition & 1 deletion src/extThree20XML/Configurations/UnitTests.xcconfig
Expand Up @@ -17,7 +17,7 @@
#include "../common/Configurations/UnitTests.xcconfig"
#include "../common/Configurations/Libraries.xcconfig"

BASE_PRODUCT_NAME = extJSONUnitTests
BASE_PRODUCT_NAME = extXMLUnitTests
PRODUCT_NAME = $(BASE_PRODUCT_NAME)
BUILD_BUNDLE_VERSION = 1.0

Expand Down
6 changes: 3 additions & 3 deletions src/extThree20XML/extThree20XML.xcodeproj/project.pbxproj
Expand Up @@ -105,7 +105,7 @@
6EB460921183D16000685649 /* UnitTests-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "UnitTests-Info.plist"; path = "UnitTests/Resources/PropertyLists/UnitTests-Info.plist"; sourceTree = "<group>"; };
6EB460A61183D2AC00685649 /* UnitTests.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = UnitTests.xcconfig; path = Configurations/UnitTests.xcconfig; sourceTree = "<group>"; };
BEF31F3A0F352DF5000DE5D2 /* libextThree20XML.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libextThree20XML.a; sourceTree = BUILT_PRODUCTS_DIR; };
EB9E6C6210B6A8F800DE563C /* extJSONUnitTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = extJSONUnitTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
EB9E6C6210B6A8F800DE563C /* extXMLUnitTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = extXMLUnitTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -133,7 +133,7 @@
isa = PBXGroup;
children = (
BEF31F3A0F352DF5000DE5D2 /* libextThree20XML.a */,
EB9E6C6210B6A8F800DE563C /* extJSONUnitTests.octest */,
EB9E6C6210B6A8F800DE563C /* extXMLUnitTests.octest */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -292,7 +292,7 @@
);
name = extThree20XMLUnitTests;
productName = CoreUnitTests;
productReference = EB9E6C6210B6A8F800DE563C /* extJSONUnitTests.octest */;
productReference = EB9E6C6210B6A8F800DE563C /* extXMLUnitTests.octest */;
productType = "com.apple.product-type.bundle";
};
/* End PBXNativeTarget section */
Expand Down

0 comments on commit 9bc78cc

Please sign in to comment.