[Checkins] SVN: megrok.kss/trunk/src/megrok/kss/tests/kss.py Fixed tests for kukit changes.

Kevin Gill kevin at movieextras.ie
Sat Jul 4 08:17:32 EDT 2009


Log message for revision 101515:
  Fixed tests for kukit changes.
  

Changed:
  U   megrok.kss/trunk/src/megrok/kss/tests/kss.py

-=-
Modified: megrok.kss/trunk/src/megrok/kss/tests/kss.py
===================================================================
--- megrok.kss/trunk/src/megrok/kss/tests/kss.py	2009-07-04 12:08:29 UTC (rev 101514)
+++ megrok.kss/trunk/src/megrok/kss/tests/kss.py	2009-07-04 12:17:32 UTC (rev 101515)
@@ -11,7 +11,9 @@
   >>> kss = getMultiAdapter((view, request), name="getId")
   >>> print kss()
   <?xml version="1.0" ?>
-  <kukit xmlns="http://www.kukit.org/commands/1.1">
+  <kukit>
+  <!-- xmlns="http://www.kukit.org/commands/1.1" removed from kukit tag as it
+         breaks IE6 XP SP3 -->
   <commands>
   <command selector="#click-me" name="replaceHTML"
            selectorType="">
@@ -38,7 +40,9 @@
   >>> browser.open('http://localhost/model/@@testview/@@getId')
   >>> print browser.contents
   <?xml version="1.0" ?>
-  <kukit xmlns="http://www.kukit.org/commands/1.1">
+  <kukit>
+  <!-- xmlns="http://www.kukit.org/commands/1.1" removed from kukit tag as it
+       breaks IE6 XP SP3 -->
   <commands>
   <command selector="#click-me" name="replaceHTML"
            selectorType="">
@@ -47,6 +51,7 @@
   </command>
   </commands>
   </kukit>
+  <BLANKLINE>
 
 """
 



More information about the Checkins mailing list