summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDodji Seketeli <dodji at seketeli dot org>2003-06-29 15:14:52 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-06-29 15:14:52 +0000
commit4ac441cc6909d3a288e7e66ca631952a526b253d (patch)
tree5e96628a09de88a92bb19b91b847a7e8875b586f /tests
parent34772d8cb6bb3054e0b24c3ac75c49b5f8acb3f0 (diff)
downloadlibcroco-4ac441cc6909d3a288e7e66ca631952a526b253d.tar.gz
updated this test reference output.
2003-06-30 Dodji Seketeli <dodji at seketeli dot org> * tests/test-output-refs/test4.1.css.out: updated this test reference output. * src/parser/cr-statement.c: fixed a typo that lead to a small regression detected by the non regression test suite. * tests/testctl: made sure no to consider the .cvsignore file during the final diff. * src/layeng/cr-box-view.[ch]: fixed some compiler warnings. Dodji.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-output-refs/test4.1.css.out4
-rwxr-xr-xtests/testctl2
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/test-output-refs/test4.1.css.out b/tests/test-output-refs/test4.1.css.out
index 6431341..df3e4c8 100644
--- a/tests/test-output-refs/test4.1.css.out
+++ b/tests/test-output-refs/test4.1.css.out
@@ -2,6 +2,10 @@
font-family : Verdana, Arial, Helvetica, sans-serif, monospace
}
+tutu:class1:class2 {
+ test : ok
+}
+
body {
background : #606060;
color : #000000
diff --git a/tests/testctl b/tests/testctl
index a9001fe..ff78c33 100755
--- a/tests/testctl
+++ b/tests/testctl
@@ -194,7 +194,7 @@ cleanup_tests ()
run_test_report ()
{
- diff -Nur --exclude=*CVS* $HERE/$TEST_OUT_REF_DIR $HERE/$TEST_OUTPUT_DIR > /tmp/toto$$
+ diff -Nur --exclude=*CVS* --exclude=*cvs* $HERE/$TEST_OUT_REF_DIR $HERE/$TEST_OUTPUT_DIR > /tmp/toto$$
NB_DIFF=`cat /tmp/toto$$ | wc -l`
if test "$NB_DIFF" -eq 0 ; then