summaryrefslogtreecommitdiff
path: root/test/INDEX
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-06-27 12:32:15 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-06-27 12:32:15 +0000
commit81f791010e110283c60b074a08e1b544022d2c6a (patch)
tree7a646d91b0bdf0a981d5fef12222c9fa70f79b00 /test/INDEX
parent2a486519aa8cb98daf01f1e1eb579c1c1858f245 (diff)
downloadlibcss-81f791010e110283c60b074a08e1b544022d2c6a.tar.gz
libcss-81f791010e110283c60b074a08e1b544022d2c6a.tar.bz2
Comment out non-automated tests for now. Add some aural property tests.
svn path=/trunk/libcss/; revision=8050
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 68ee7cd..7c458a0 100644
--- a/test/INDEX
+++ b/test/INDEX
@@ -4,11 +4,11 @@
libcss Library initialisation/finalisation
csdetect Character set detection csdetect
-lex Lexing css
+#lex Lexing css
lex-auto Automated lexer tests lex
number Conversion of numbers to fixed point number
-parse Parsing (core syntax) css
-css21 Parsing (CSS2.1 specifics) css
+#parse Parsing (core syntax) css
+#css21 Parsing (CSS2.1 specifics) css
parse-auto Automated parser tests (bytecode) parse
parse2-auto Automated parser tests (om & invalid) parse2
#select-auto Automated selection engine tests select