<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>tests/shared.js</filename>
    </added>
    <added>
      <filename>tests/test_main.js</filename>
    </added>
    <added>
      <filename>tests/url.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 
 fleegixMain.test_fleegixDateDate = new function () {
-    this.test_americaChicagoDST = function () {
+  this.test_americaChicagoDST = function () {
       var testDstLeap = function (arr) {
         var expectedArr = [360, 300, 300, 360];
         var dt;</diff>
      <filename>tests/date_date.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 
 fleegixMain.test_fleegixDateUtil = new function () {
-    this.test_diffWeekday = function () {
+  this.test_diffWeekday = function () {
       var interv = fleegix.date.util.dateParts.WEEKDAY;
       var diff = function () {
         return fleegix.date.util.diff(dtA, dtB, interv);</diff>
      <filename>tests/date_util.js</filename>
    </modified>
    <modified>
      <diff>@@ -1,20 +1,34 @@
 
 fleegixMain.test_fleegixEvent = new function () {
-  this.handleClick = function () {
+  var _handleClick = function () {
     var d = $('clickHandlerTest');
     d.firstChild.nodeValue = 'I was just clicked, yay me!';
   };
-  this.setup = function () {
+  this.test_addClickableNode = function () {
     var d = $elem('div');
     d.id = 'clickHandlerTest';
     d.appendChild($text('Click Test'));
-    fleegix.event.listen(d, 'onclick', test_fleegixEvent, 'handleClick');
+    fleegix.event.listen(d, 'onclick', _handleClick);
     document.body.appendChild(d);
   };
-  this.test_clickHandler = [
-    { method: &quot;click&quot;, params: { id: 'clickHandlerTest' } },
-    { method: &quot;asserts.assertText&quot;, params: { validator:
-      'I was just clicked, yay me!', id: 'clickHandlerTest' } }
+  this.test_doClick = [
+    {
+      method: &quot;waits.forElement&quot;,
+      params: {
+        id: 'clickHandlerTest' 
+      }
+    },
+    { 
+      method: &quot;click&quot;,
+      params: { id: 'clickHandlerTest' }
+    },
+    {
+      method: &quot;asserts.assertText&quot;,
+      params: {
+      validator: 'I was just clicked, yay me!',
+        id: 'clickHandlerTest' 
+      }
+    }
   ];
   this.teardown = function () {
     var d = $('clickHandlerTest');</diff>
      <filename>tests/event.js</filename>
    </modified>
    <modified>
      <diff>@@ -28,15 +28,15 @@ fleegix.event.listen(window, 'onload', init);
   font-family: &quot;Lucida Grande&quot;, &quot;Verdana&quot;, sans-serif;
 }
 body {
-  padding: 0px;
-  margin: 0px;
   font-size: 11px;
 }
 &lt;/style&gt;
 
 &lt;/head&gt;
 
-&lt;body&gt;&lt;/body&gt;
+&lt;body&gt;
+  &lt;h3 id=&quot;mainPageHeader&quot;&gt;Fleegix.js Unit Tests&lt;/h3&gt;
+&lt;/body&gt;
 
 &lt;/html&gt;
 </diff>
      <filename>tests/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,5 @@
 
-var fleegixMain = {};
+var fleegixMain = new function () {
+  this.shared = {};
+};
 </diff>
      <filename>tests/initialize.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a8385bba031913e88dc0d461b9b5bf4c77569dcf</id>
    </parent>
  </parents>
  <author>
    <name>mde</name>
    <email>mde@fleegix.org</email>
  </author>
  <url>http://github.com/mde/fleegix-js-javascript-toolkit/commit/4c99144f77a8c268bb5805091c88ee47b4a89ce7</url>
  <id>4c99144f77a8c268bb5805091c88ee47b4a89ce7</id>
  <committed-date>2009-01-02T09:56:53-08:00</committed-date>
  <authored-date>2009-01-02T09:56:53-08:00</authored-date>
  <message>Updated test organization to reflect changes in Windmill JS tests, added tests for URL module, cleaned up some formatting.</message>
  <tree>bc4631105a8a782f8fa8a06607d3dc949a922d68</tree>
  <committer>
    <name>mde</name>
    <email>mde@fleegix.org</email>
  </committer>
</commit>
