case change again

David Faure faure at kde.org
Mon Feb 28 02:10:46 GMT 2005


Running testregression in forms/ showed that all DOM comparisons failed due to case
comparison - <html> became <HTML>, <script> became <SCRIPT> etc.

The weird thing is that it changed the other way round at the end of December:

revision 1.2
date: 2004/12/29 19:56:04;  author: carewolf;  state: Exp;  lines: +5 -4
1920 DOM only changes
===================================================================
RCS file: /home/kde/khtmltests/regression/baseline/forms/form_setattribute.html-dom,v
diff -b -p -u -r1.1 -r1.2
--- form_setattribute.html-dom  23 Oct 2004 10:30:48 -0000      1.1
+++ form_setattribute.html-dom  29 Dec 2004 19:56:04 -0000      1.2
@@ -1,8 +1,9 @@
 #document
-  HTML
-    SCRIPT
+  html
+    script

But now I get 

--- form_setattribute.html-dom  2005-02-11 14:03:48.000000000 +0100
+++ ../../output/forms/form_setattribute.html-dom       2005-02-28 02:28:38.864133422 +0100
@@ -1,9 +1,9 @@
 #document
-  html
-    script
+  HTML
+    SCRIPT

Any ideas? Which one is correct?

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).




More information about the kfm-devel mailing list