Skip to content

Commit

Permalink
Fixed unit test warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed May 26, 2016
1 parent dab0f31 commit c1ef380
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions DTMarkdownParser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2855,7 +2855,6 @@
"$(inherited)",
);
HEADER_SEARCH_PATHS = (
"$(inherited)/**",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"${PROJECT_DIR}/**",
);
Expand Down Expand Up @@ -2977,7 +2976,6 @@
"$(inherited)",
);
HEADER_SEARCH_PATHS = (
"$(inherited)/**",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"${PROJECT_DIR}/**",
);
Expand All @@ -3001,7 +2999,6 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Test/UnitTests-Prefix.pch";
HEADER_SEARCH_PATHS = (
"$(inherited)/**",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"${PROJECT_DIR}/**",
);
Expand Down
2 changes: 1 addition & 1 deletion Test/Source/NSScannerDTMarkdownTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ - (void)testRefWithMultipleLinesMissingIndent
XCTAssertTrue(b, @"Should be able to scan ref");

XCTAssertEqualObjects(href, @"http://foo.bar", @"Wrong href");
XCTAssertNil(title, @"Optional Title Here", @"Wrong title");
XCTAssertNil(title, @"Wrong title");
XCTAssertEqualObjects(ref, @"id", @"Wrong id");
}

Expand Down

0 comments on commit c1ef380

Please sign in to comment.