Rename the mochitest file so that we don't try to run it as a test.

This commit is contained in:
mrbkap@gmail.com 2007-06-25 17:15:51 -07:00
Родитель 23ef56b820
Коммит b617a89d3b
3 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -53,7 +53,7 @@ _TEST_FILES = parser_datreader.js \
test_html5_tree_construction.html \
test_bug339350.xhtml \
test_bug358797.html \
test_bug379025.txt \
bug379025.txt \
$(NULL)
libs:: $(_TEST_FILES)

Просмотреть файл

@ -18,7 +18,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=366936
var parserDatFiles = ["html5lib_tree_dat1.txt",
"html5lib_tree_dat2.txt",
"html5lib_tree_dat3.txt",
"test_bug379025.txt"];
"bug379025.txt"];
</script>
<script type="application/javascript;version=1.7"
src="parser_web_testrunner.js"></script>