[KSS-checkins] r50417 - kukit/kss.core/branch/ree-1.4-markup-and-syntax-changes/kss/core/plugins/core/demo/markup/selenium_tests
reebalazs at codespeak.net
reebalazs at codespeak.net
Mon Jan 7 09:06:44 CET 2008
Author: reebalazs
Date: Mon Jan 7 09:06:42 2008
New Revision: 50417
Modified:
kukit/kss.core/branch/ree-1.4-markup-and-syntax-changes/kss/core/plugins/core/demo/markup/selenium_tests/markup.html
Log:
Fix markup test for IE
(explanation: we check that the kssValue does not recurse
if recursion=false. So the provider returns null.
We insert this into the logger, but FF inserts
while IE inserts null so we need to check
the value with a regexp.)
Modified: kukit/kss.core/branch/ree-1.4-markup-and-syntax-changes/kss/core/plugins/core/demo/markup/selenium_tests/markup.html
==============================================================================
--- kukit/kss.core/branch/ree-1.4-markup-and-syntax-changes/kss/core/plugins/core/demo/markup/selenium_tests/markup.html (original)
+++ kukit/kss.core/branch/ree-1.4-markup-and-syntax-changes/kss/core/plugins/core/demo/markup/selenium_tests/markup.html Mon Jan 7 09:06:42 2008
@@ -63,10 +63,11 @@
<td>Event succeeded</td>
<td></td>
</tr>
+<!-- IE will insert null, FF an empty string. -->
<tr>
<td>verifyText</td>
<td>logger</td>
- <td></td>
+ <td>regexp:(null)?</td>
</tr>
<tr>
<td>click</td>
More information about the Kukit-checkins
mailing list