Move content tests to src/test/content for consistency

This commit is contained in:
Keegan McAllister 2014-03-07 15:47:42 -08:00
parent 2238d81b53
commit 6f76244377
60 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ follow this format, even those from core contributors.
it, you can @-reply a reviewer asking for a review in the pull request or a
comment, or you can ask for a review in `#servo` on `irc.mozilla.org`.
- When changing code related to the DOM, add a test to `src/test/html/content`,
- When changing code related to the DOM, add a test to `src/test/content`,
either by adding it to an existing test file or creating a new one.
For specific git instructions, see [GitHub & Critic PR handling 101](https://github.com/mozilla/servo/wiki/Github-&-Critic-PR-handling-101).

View file

@ -89,7 +89,7 @@ check-ref: reftest
.PHONY: check-content
check-content: contenttest
@$(call E, check: contenttests)
$(Q)./contenttest --source-dir=$(S)src/test/html/content $(TESTNAME)
$(Q)./contenttest --source-dir=$(S)src/test/content $(TESTNAME)
.PHONY: tidy
tidy:

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After