Bug 649134 - Add a comment explaining the extra subdirectory for the test. r=me

This commit is contained in:
Mats Palmgren 2011-05-11 18:49:57 +02:00
parent 953a8d71f6
commit 9b597207cc

View File

@ -44,6 +44,12 @@ relativesrcdir = content/html/content/test
include $(DEPTH)/config/autoconf.mk
ifdef ENABLE_TESTS
# This extra subdirectory is needed due to the nature of this test.
# With the bug, the test loads the base URL of the bug649134/file_*.sjs
# files, and the mochitest server responds with the contents of index.html if
# it exists in that case, which we use to detect failure.
# We can't have index.html in this directory because it would prevent
# running the tests here.
DIRS += bug649134
endif