[KSS-checkins] r45754 - in kukit/kss.demo/trunk/kss/demo: browser tests/selenium_tests
gotcha at codespeak.net
gotcha at codespeak.net
Thu Aug 16 22:35:10 CEST 2007
Author: gotcha
Date: Thu Aug 16 22:35:10 2007
New Revision: 45754
Modified:
kukit/kss.demo/trunk/kss/demo/browser/kss_demo_index.pt
kukit/kss.demo/trunk/kss/demo/tests/selenium_tests/autopupdate.html
kukit/kss.demo/trunk/kss/demo/tests/selenium_tests/kss_prevent_bubbling.html
Log:
disable drag and drop demo; fix tests
Modified: kukit/kss.demo/trunk/kss/demo/browser/kss_demo_index.pt
==============================================================================
--- kukit/kss.demo/trunk/kss/demo/browser/kss_demo_index.pt (original)
+++ kukit/kss.demo/trunk/kss/demo/browser/kss_demo_index.pt Thu Aug 16 22:35:10 2007
@@ -19,7 +19,7 @@
<li><a href="error_handling.html">Error handling</a></li>
<li><a href="preventdefault.html">Preventdefault (a.k.a. Safari workarounds)</a></li>
<li><a href="html_inserts.html">HTML insertions (Change tag content returns)</a></li>
- <li><a href="draganddrop.html">Scriptaculous drag and drop</a></li>
+ <!--li><a href="draganddrop.html">Scriptaculous drag and drop</a></li-->
</ul>
<h3>Parameter functions</h3>
<ul>
Modified: kukit/kss.demo/trunk/kss/demo/tests/selenium_tests/autopupdate.html
==============================================================================
--- kukit/kss.demo/trunk/kss/demo/tests/selenium_tests/autopupdate.html (original)
+++ kukit/kss.demo/trunk/kss/demo/tests/selenium_tests/autopupdate.html Thu Aug 16 22:35:10 2007
@@ -1,12 +1,12 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>autoupdate</title>
+<title>autopupdate</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
-<tr><td rowspan="1" colspan="3">autoupdate</td></tr>
+<tr><td rowspan="1" colspan="3">autopupdate</td></tr>
</thead><tbody>
<tr>
<td>open</td>
@@ -58,11 +58,6 @@
<td>update-area</td>
<td>${updateText}</td>
</tr>
-<tr>
- <td></td>
- <td></td>
- <td></td>
-</tr>
</tbody></table>
</body>
Modified: kukit/kss.demo/trunk/kss/demo/tests/selenium_tests/kss_prevent_bubbling.html
==============================================================================
--- kukit/kss.demo/trunk/kss/demo/tests/selenium_tests/kss_prevent_bubbling.html (original)
+++ kukit/kss.demo/trunk/kss/demo/tests/selenium_tests/kss_prevent_bubbling.html Thu Aug 16 22:35:10 2007
@@ -20,7 +20,7 @@
</tr>
<tr>
<td>assertAlert</td>
- <td>you clicked inside the DIV tag, rule=#0, node=DIV</td>
+ <td>you clicked inside the DIV tag, event [click], rule #0, node [DIV].</td>
<td></td>
</tr>
<tr>
@@ -35,12 +35,12 @@
</tr>
<tr>
<td>assertAlert</td>
- <td>you clicked the bubbling A tag, rule=#1, node=A</td>
+ <td>you clicked the bubbling A tag, event [click], rule #1, node [A].</td>
<td></td>
</tr>
<tr>
<td>assertAlert</td>
- <td>you clicked inside the DIV tag, rule=#0, node=DIV</td>
+ <td>you clicked inside the DIV tag, event [click], rule #0, node [DIV].</td>
<td></td>
</tr>
<tr>
@@ -55,7 +55,7 @@
</tr>
<tr>
<td>assertAlert</td>
- <td>you clicked the not bubbling A tag, rule=#2, node=A</td>
+ <td>you clicked the not bubbling A tag, event [click], rule #2, node [A].</td>
<td></td>
</tr>
<tr>
More information about the Kukit-checkins
mailing list