summaryrefslogtreecommitdiff
path: root/test/INDEX
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-08-05 11:48:03 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-08-05 11:48:03 +0000
commited627ac9bdd961cc98cba8fc455596d288f15212 (patch)
treef0b08204f0399d4599b377990fb91c83a2c82954 /test/INDEX
parent6216b78ba406a48a341b4c542fa490976a3daf51 (diff)
downloadlibhubbub-ed627ac9bdd961cc98cba8fc455596d288f15212.tar.gz
libhubbub-ed627ac9bdd961cc98cba8fc455596d288f15212.tar.bz2
Reorder test execution, so lower-level stuff is tested first
svn path=/trunk/hubbub/; revision=4917
Diffstat (limited to 'test/INDEX')
-rw-r--r--test/INDEX6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/INDEX b/test/INDEX
index 50a15de..7614c5d 100644
--- a/test/INDEX
+++ b/test/INDEX
@@ -2,13 +2,13 @@
#
# Test Description DataDir
-tokeniser2 HTML tokeniser (again) tokeniser2
-csdetect Charset detection csdetect
+hubbub Library initialisation/finalisation
dict Generic string dictionary
entities Named entity dictionary
-hubbub Library initialisation/finalisation
+csdetect Charset detection csdetect
parser Public parser API html
tokeniser HTML tokeniser html
+tokeniser2 HTML tokeniser (again) tokeniser2
tokeniser3 HTML tokeniser (byte-by-byte) tokeniser2
tree Treebuilding API html
tree2 Treebuilding API tree-construction