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

git-svn-id: svn://10.0.0.236/trunk@228730 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mrbkap%gmail.com
2007-06-26 00:15:51 +00:00
parent f8765a8384
commit 656006b937
3 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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>