<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>Libs/xunit.console.exe</filename>
    </added>
    <added>
      <filename>Libs/xunit.console.exe.config</filename>
    </added>
    <added>
      <filename>Libs/xunit.runner.utility.dll</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -10,7 +10,7 @@ namespace xUnit.GWT.CustomResults
     public class PendingResult : SkipResult
     {
         public PendingResult(MethodInfo method, string name)
-            : base(name, &quot;Pending&quot;, name, new Dictionary&lt;string, string&gt;(), name + &quot; is still pending to be implemented...&quot;)
+            : base(method.Name, &quot;Pending&quot;, name, new Dictionary&lt;string, string&gt;(), name + &quot; is still pending to be implemented...&quot;)
         {}
 
         public override XmlNode ToXml(XmlNode parentNode)</diff>
      <filename>xUnit.GWT/CustomResults/PendingResult.cs</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,47 @@
-&lt;assembly name=&quot;C:\Documents and Settings\ben.hall\My Documents\Visual Studio 2008\Projects\xUnit.GWT\xUnit.GWT\bin\Debug\xUnit.GWT.DLL&quot; run-date=&quot;2009-05-08&quot; run-time=&quot;10:46:28&quot; time=&quot;0.026&quot; total=&quot;4&quot; passed=&quot;1&quot; failed=&quot;2&quot; skipped=&quot;1&quot;&gt;&lt;class story=&quot;As a User... I want To... so that I...&quot; time=&quot;0.026&quot; name=&quot;xUnit.GWT.This_is_my_story&quot; total=&quot;4&quot; passed=&quot;1&quot; failed=&quot;2&quot; skipped=&quot;1&quot;&gt;&lt;test name=&quot; Given a block which has been defined When no action assigned Then it should be marked as pending&quot; type=&quot;Pending&quot; method=&quot; Given a block which has been defined When no action assigned Then it should be marked as pending&quot; result=&quot;Pending&quot;&gt;&lt;reason&gt;&lt;message&gt;&lt;![CDATA[ Given a block which has been defined When no action assigned Then it should be marked as pending is still pending to be implemented...]]&gt;&lt;/message&gt;&lt;/reason&gt;&lt;reason&gt;&lt;message&gt;&lt;![CDATA[ Given a block which has been defined When no action assigned Then it should be marked as pending is still pending to be implemented...]]&gt;&lt;/message&gt;&lt;/reason&gt;&lt;/test&gt;&lt;test name=&quot; Given one valid given block When there is no then block [then it should fail]&quot; type=&quot;xUnit.GWT.This_is_my_story&quot; method=&quot;part_is_missing&quot; result=&quot;Fail&quot; reason=&quot;Part Missing&quot; time=&quot;0.004&quot;&gt;&lt;failure exception-type=&quot;xUnit.GWT.PartMissing&quot;&gt;&lt;message&gt;&lt;![CDATA[xUnit.GWT.PartMissing : Must have at least one type of then]]&gt;&lt;/message&gt;&lt;/failure&gt;&lt;failure&gt;&lt;message&gt;Must have at least one type of then&lt;/message&gt;&lt;/failure&gt;&lt;/test&gt;&lt;test name=&quot; Given both accounts have positive balances When transfer money from a to b Then a should have the total balance of b and balance of b should be 0&quot; type=&quot;xUnit.GWT.This_is_my_story&quot; method=&quot;when_transferring_between_two_accounts&quot; time=&quot;0.005&quot; result=&quot;Pass&quot; /&gt;&lt;test name=&quot; Given both accounts have positive balances When transfer money from a to b Then a should have the total balance of b and balance of b should be 0&quot; type=&quot;xUnit.GWT.This_is_my_story&quot; method=&quot;if_then_is_wrong_then_it_should_fail&quot; result=&quot;Fail&quot; reason=&quot;Part Missing&quot; time=&quot;0.012&quot;&gt;&lt;failure exception-type=&quot;xUnit.GWT.PartFailed&quot;&gt;&lt;message&gt;&lt;![CDATA[xUnit.GWT.PartFailed : Then balance of b should be 0 failed to complete successfully
+&lt;assembly name=&quot;D:\SourceControl\xUnit.GWT\xUnit.GWT\bin\Debug\xUnit.GWT.DLL&quot; run-date=&quot;2009-06-15&quot; run-time=&quot;11:49:33&quot; time=&quot;0.023&quot; total=&quot;5&quot; passed=&quot;1&quot; failed=&quot;1&quot; skipped=&quot;3&quot;&gt;
+  &lt;class story=&quot;As a user... I want to... So that I...&quot; time=&quot;0.023&quot; name=&quot;xUnit.GWT.Example.This_is_my_story&quot; total=&quot;5&quot; passed=&quot;1&quot; failed=&quot;1&quot; skipped=&quot;3&quot;&gt;
+    &lt;test name=&quot; Given a block which has been defined When no action assigned Then it should be marked as pending&quot; type=&quot;Pending&quot; method=&quot;pending_block&quot; result=&quot;Pending&quot;&gt;
+      &lt;reason&gt;
+        &lt;message&gt;&lt;![CDATA[ Given a block which has been defined When no action assigned Then it should be marked as pending is still pending to be implemented...]]&gt;&lt;/message&gt;
+      &lt;/reason&gt;
+      &lt;reason&gt;
+        &lt;message&gt;&lt;![CDATA[ Given a block which has been defined When no action assigned Then it should be marked as pending is still pending to be implemented...]]&gt;&lt;/message&gt;
+      &lt;/reason&gt;
+    &lt;/test&gt;
+    &lt;test name=&quot; Given both accounts have positive balances When transfer money from a to b Then a should have the total balance of b and balance of b should be 0&quot; type=&quot;xUnit.GWT.Example.This_is_my_story&quot; method=&quot;if_then_is_wrong_then_it_should_fail&quot; result=&quot;Fail&quot; reason=&quot;Part Missing&quot; time=&quot;0.017&quot;&gt;
+      &lt;failure exception-type=&quot;xUnit.GWT.PartFailed&quot;&gt;
+        &lt;message&gt;
+          &lt;![CDATA[xUnit.GWT.PartFailed : Then balance of b should be 0 failed to complete successfully
 ---- Assert.Equal() Failure
 Expected: 3
-Actual:   0]]&gt;&lt;/message&gt;&lt;stack-trace&gt;&lt;![CDATA[
+Actual:   0]]&gt;
+        &lt;/message&gt;
+        &lt;stack-trace&gt;
+          &lt;![CDATA[
 ----- Inner Stack Trace -----
-   at xUnit.GWT.XUnitExtensions.ShouldBe[T](T actual, T expected) in C:\Documents and Settings\ben.hall\My Documents\Visual Studio 2008\Projects\xUnit.GWT\xUnit.GWT\XUnitExtensions.cs:line 10
-   at xUnit.GWT.This_is_my_story.&lt;if_then_is_wrong_then_it_should_fail&gt;b__f() in C:\Documents and Settings\ben.hall\My Documents\Visual Studio 2008\Projects\xUnit.GWT\xUnit.GWT\This_is_my_story.cs:line 24
-   at xUnit.GWT.GwtTestCommand.ExecuteThenPart(List`1 parts) in C:\Documents and Settings\ben.hall\My Documents\Visual Studio 2008\Projects\xUnit.GWT\xUnit.GWT\GwtTestCommand.cs:line 95]]&gt;&lt;/stack-trace&gt;&lt;/failure&gt;&lt;failure /&gt;&lt;/test&gt;&lt;/class&gt;&lt;/assembly&gt;
\ No newline at end of file
+   at xUnit.GWT.XUnitExtensions.ShouldBe[T](T actual, T expected) in D:\SourceControl\xUnit.GWT\xUnit.GWT\XUnitExtensions.cs:line 10
+   at xUnit.GWT.Example.This_is_my_story.&lt;if_then_is_wrong_then_it_should_fail&gt;b__7() in D:\SourceControl\xUnit.GWT\xUnit.GWT\Example\This_is_my_story.cs:line 24
+   at xUnit.GWT.GwtTestCommand.ExecuteThenPart(List`1 parts) in D:\SourceControl\xUnit.GWT\xUnit.GWT\GwtTestCommand.cs:line 103]]&gt;
+        &lt;/stack-trace&gt;
+      &lt;/failure&gt;
+      &lt;failure /&gt;
+    &lt;/test&gt;
+    &lt;test name=&quot; Given one valid given block When there is no then block [then it should fail]&quot; type=&quot;Pending&quot; method=&quot;part_is_missing&quot; result=&quot;Pending&quot;&gt;
+      &lt;reason&gt;
+        &lt;message&gt;&lt;![CDATA[ Given one valid given block When there is no then block [then it should fail] is still pending to be implemented...]]&gt;&lt;/message&gt;
+      &lt;/reason&gt;
+      &lt;reason&gt;
+        &lt;message&gt;&lt;![CDATA[ Given one valid given block When there is no then block [then it should fail] is still pending to be implemented...]]&gt;&lt;/message&gt;
+      &lt;/reason&gt;
+    &lt;/test&gt;
+    &lt;test name=&quot; Given one pending block Then it should be marked as pending in the report&quot; type=&quot;Pending&quot; method=&quot;test_marked_as_pending&quot; result=&quot;Pending&quot;&gt;
+      &lt;reason&gt;
+        &lt;message&gt;&lt;![CDATA[ Given one pending block Then it should be marked as pending in the report is still pending to be implemented...]]&gt;&lt;/message&gt;
+      &lt;/reason&gt;
+      &lt;reason&gt;
+        &lt;message&gt;&lt;![CDATA[ Given one pending block Then it should be marked as pending in the report is still pending to be implemented...]]&gt;&lt;/message&gt;
+      &lt;/reason&gt;
+    &lt;/test&gt;
+    &lt;test name=&quot; Given both accounts have positive balances When transfer money from a to b Then a should have the total balance of b and balance of b should be 0&quot; type=&quot;xUnit.GWT.Example.This_is_my_story&quot; method=&quot;when_transferring_between_two_accounts&quot; time=&quot;0.000&quot; result=&quot;Pass&quot; /&gt;
+  &lt;/class&gt;
+&lt;/assembly&gt;
\ No newline at end of file</diff>
      <filename>xUnit.GWT/Example/ExampleTestRun.xml</filename>
    </modified>
    <modified>
      <diff>@@ -1,10 +1,7 @@
-&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;
-&lt;html&gt;&lt;head&gt;
-  
-    &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot;&gt;
-    &lt;title&gt;xUnit.net
-Test Results - C:\Documents and Settings\ben.hall\My Documents\Visual
-Studio 2008\Projects\xUnit.GWT\xUnit.GWT\bin\Debug\xUnit.GWT.DLL&lt;/title&gt;
+&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;&lt;html&gt;
+  &lt;head&gt;
+    &lt;META http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
+    &lt;title&gt;xUnit.net Test Results - D:\SourceControl\xUnit.GWT\xUnit.GWT\bin\Debug\xUnit.GWT.DLL&lt;/title&gt;
     &lt;style type=&quot;text/css&quot;&gt;
           body { font-family: Calibri, Verdana, Arial, sans-serif; background-color: White; color: Black; }
           h2,h3,h5 { margin: 0; padding: 0; }
@@ -23,6 +20,7 @@ Studio 2008\Projects\xUnit.GWT\xUnit.GWT\bin\Debug\xUnit.GWT.DLL&lt;/title&gt;
           .indent { margin: 0.25em 0 0.5em 2em; }
           .clickable { cursor: pointer; }
           .testcount { font-size: 85%; }
+          blockquote { height: 0px; }
         &lt;/style&gt;&lt;script language=&quot;javascript&quot;&gt;
           function ToggleClass(id) {
             var elem = document.getElementById(id);
@@ -31,41 +29,35 @@ Studio 2008\Projects\xUnit.GWT\xUnit.GWT\bin\Debug\xUnit.GWT.DLL&lt;/title&gt;
             else
               elem.style.display = &quot;none&quot;;
           }
-        &lt;/script&gt;&lt;/head&gt;&lt;body&gt;
+        &lt;/script&gt;&lt;/head&gt;
+  &lt;body&gt;
     &lt;h4&gt;
-Results for C:\Documents and Settings\ben.hall\My Documents\Visual
-Studio 2008\Projects\xUnit.GWT\xUnit.GWT\bin\Debug\xUnit.GWT.DLL&lt;br&gt;&lt;span&gt;&lt;small&gt;
+          Results for D:\SourceControl\xUnit.GWT\xUnit.GWT\bin\Debug\xUnit.GWT.DLL&lt;br&gt;&lt;span&gt;&lt;small&gt;
               Scenarios run: 
-                &lt;b&gt;4&lt;/b&gt; &amp;nbsp;
+                &lt;b&gt;5&lt;/b&gt; &#160;
               Failures: 
-                &lt;b&gt;2&lt;/b&gt;,
-              Pending:
                 &lt;b&gt;1&lt;/b&gt;,
-              Run time: &lt;b&gt;0.026s
+              Pending:
+                &lt;b&gt;3&lt;/b&gt;,
+              Run time: &lt;b&gt;0.023s
               &lt;/b&gt;&lt;/small&gt;&lt;/span&gt;&lt;/h4&gt;
-    &lt;h3&gt;&lt;span class=&quot;timing&quot;&gt;0.026s&lt;/span&gt;&lt;span class=&quot;clickable&quot; onclick=&quot;ToggleClass('class1')&quot; ondblclick=&quot;ToggleClass('class1')&quot;&gt;&lt;b&gt;
-          Story - As a User... I want To... so that I...&lt;/b&gt;&lt;span&gt;&lt;small&gt;
+    &lt;h3&gt;&lt;span class=&quot;timing&quot;&gt;0.023s&lt;/span&gt;&lt;span class=&quot;clickable&quot; onclick=&quot;ToggleClass('class1')&quot; ondblclick=&quot;ToggleClass('class1')&quot;&gt;&lt;b&gt;
+          Feature - As a user... I want to... So that I...&lt;/b&gt;&lt;span&gt;&lt;small&gt;
             Scenarios run: 
-              &lt;b&gt;4&lt;/b&gt;&amp;nbsp;
+              &lt;b&gt;5&lt;/b&gt;&#160;
             Failures: 
-              &lt;b&gt;2&lt;/b&gt;,
+              &lt;b&gt;1&lt;/b&gt;,
             Pending: 
-              &lt;b&gt;1&lt;/b&gt;&lt;/small&gt;&lt;/span&gt;&lt;/span&gt;&lt;br clear=&quot;all&quot;&gt;&lt;/h3&gt;
+              &lt;b&gt;3&lt;/b&gt;&lt;/small&gt;&lt;/span&gt;&lt;/span&gt;&lt;br clear=&quot;all&quot;&gt;&lt;/h3&gt;
     &lt;div class=&quot;indent&quot; id=&quot;class1&quot;&gt;
-      &lt;div class=&quot;row&quot;&gt;&lt;span class=&quot;timing&quot;&gt;&lt;/span&gt;&lt;span class=&quot;skipped&quot;&gt;P&lt;/span&gt;
-      &amp;nbsp; Given a block which has been defined When no action assigned Then it should be marked as pending&lt;br clear=&quot;all&quot;&gt;&lt;/div&gt;
-      &lt;div class=&quot;altrow&quot;&gt;&lt;span class=&quot;timing&quot;&gt;0.005s&lt;/span&gt;&lt;span class=&quot;success&quot;&gt;&lt;img src=&quot;..\Passed.png&quot;&gt;&lt;/span&gt;
-&amp;nbsp; Given both accounts have positive balances When transfer money
-from a to b Then a should have the total balance of b and balance of b
-should be 0&lt;br clear=&quot;all&quot;&gt;&lt;/div&gt;
-      &lt;div class=&quot;row&quot;&gt;&lt;span class=&quot;timing&quot;&gt;0.012s&lt;/span&gt;&lt;span class=&quot;failure&quot;&gt;&lt;img src=&quot;..\Failed.png&quot;&gt;&lt;/span&gt;
-&amp;nbsp; Given both accounts have positive balances When transfer money
-from a to b Then a should have the total balance of b and balance of b
-should be 0&lt;br&gt;&lt;blockquote&gt;xUnit.GWT.PartFailed : Then balance of b should be 0 failed to complete successfully
+      &lt;div class=&quot;row&quot;&gt;&lt;span class=&quot;skipped&quot;&gt; P&lt;/span&gt; Given a block which has been defined When no action assigned Then it should be marked as pending&lt;br clear=&quot;all&quot;&gt;&lt;/div&gt;
+      &lt;div class=&quot;altrow&quot;&gt;&lt;span class=&quot;timing&quot;&gt;0.017s&lt;/span&gt;&lt;span class=&quot;failure&quot;&gt;&lt;img src=&quot;../Failed.png&quot;&gt;&lt;/span&gt; Given both accounts have positive balances When transfer money from a to b Then a should have the total balance of b and balance of b should be 0&lt;blockquote&gt;xUnit.GWT.PartFailed : Then balance of b should be 0 failed to complete successfully
 ---- Assert.Equal() Failure
 Expected: 3
 Actual:   0&lt;/blockquote&gt;&lt;br clear=&quot;all&quot;&gt;&lt;/div&gt;
-      &lt;div class=&quot;altrow&quot;&gt;&lt;span class=&quot;timing&quot;&gt;0.004s&lt;/span&gt;&lt;span class=&quot;failure&quot;&gt;&lt;img src=&quot;..\Failed.png&quot;&gt;&lt;/span&gt;
-      &amp;nbsp; Given one valid given block When there is no then block [then it should fail]&lt;br&gt;&lt;blockquote&gt;xUnit.GWT.PartMissing : Must have at least one type of then&lt;/blockquote&gt;&lt;br clear=&quot;all&quot;&gt;&lt;/div&gt;
-    &lt;/div&gt;&lt;br&gt;&lt;h5&gt;Results generated 2009-05-08 at 10:46:28&lt;/h5&gt;
-  &lt;/body&gt;&lt;/html&gt;
\ No newline at end of file
+      &lt;div class=&quot;row&quot;&gt;&lt;span class=&quot;timing&quot;&gt;0.000s&lt;/span&gt;&lt;span class=&quot;success&quot;&gt;&lt;img src=&quot;../Passed.png&quot;&gt;&lt;/span&gt; Given both accounts have positive balances When transfer money from a to b Then a should have the total balance of b and balance of b should be 0&lt;br clear=&quot;all&quot;&gt;&lt;/div&gt;
+      &lt;div class=&quot;altrow&quot;&gt;&lt;span class=&quot;skipped&quot;&gt; P&lt;/span&gt; Given one pending block Then it should be marked as pending in the report&lt;br clear=&quot;all&quot;&gt;&lt;/div&gt;
+      &lt;div class=&quot;row&quot;&gt;&lt;span class=&quot;skipped&quot;&gt; P&lt;/span&gt; Given one valid given block When there is no then block [then it should fail]&lt;br clear=&quot;all&quot;&gt;&lt;/div&gt;
+    &lt;/div&gt;&lt;br&gt;&lt;h5&gt;Results generated 2009-06-15 at 11:49:33&lt;/h5&gt;
+  &lt;/body&gt;
+&lt;/html&gt;
\ No newline at end of file</diff>
      <filename>xUnit.GWT/Example/HtmlReporter.htm</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>xUnit.GWT/Example/Screenshot.png</filename>
    </modified>
    <modified>
      <diff>@@ -27,8 +27,8 @@
         [Scenario]
         public void part_is_missing()
         {
-            Given(&quot;one valid given block&quot;, Pending);
-            When(&quot;there is no then block [then it should fail]&quot;, Pending);
+            Given(&quot;one valid 'given' block&quot;, Pending);
+            When(&quot;there is no 'then' block [it should fail]&quot;, Pending);
             //Then(&quot;it should fail&quot;);
         }
 
@@ -43,7 +43,7 @@
         public void pending_block()
         {
             Given(&quot;a block which has been defined&quot;);
-            When(&quot;no action assigned&quot;, Pending);
+            When(&quot;no action assigned&quot;);
             Then(&quot;it should be marked as pending&quot;);
         }
     }</diff>
      <filename>xUnit.GWT/Example/This_is_my_story.cs</filename>
    </modified>
    <modified>
      <diff>@@ -68,11 +68,11 @@ namespace xUnit.GWT
         private string GetName()
         {
             string name = string.Empty;
-            name = GetNameSection(name, GivenList, &quot;Given&quot;);
+            name = GetNameSection(name, GivenList, &quot;Given&quot;) + Environment.NewLine;
 
-            name = GetNameSection(name, WhenList, &quot;When&quot;);
+            name = GetNameSection(name, WhenList, &quot;When&quot;) + Environment.NewLine;
 
-            name = GetNameSection(name, ThenList, &quot;Then&quot;);
+            name = GetNameSection(name, ThenList, &quot;Then&quot;) + Environment.NewLine;
 
             return name;
         }</diff>
      <filename>xUnit.GWT/GwtTestCommand.cs</filename>
    </modified>
    <modified>
      <diff>@@ -29,6 +29,7 @@
           .indent { margin: 0.25em 0 0.5em 2em; }
           .clickable { cursor: pointer; }
           .testcount { font-size: 85%; }
+          blockquote { height: 0px; }
         &lt;/style&gt;
         &lt;script language=&quot;javascript&quot;&gt;
           function ToggleClass(id) {
@@ -76,15 +77,13 @@
     &lt;div&gt;
       &lt;xsl:attribute name=&quot;class&quot;&gt;&lt;xsl:if test=&quot;(position() mod 2 = 0)&quot;&gt;alt&lt;/xsl:if&gt;row&lt;/xsl:attribute&gt;
       &lt;xsl:if test=&quot;@result!='Pending'&quot;&gt;&lt;span class=&quot;timing&quot;&gt;&lt;xsl:value-of select=&quot;@time&quot;/&gt;s&lt;/span&gt;&lt;/xsl:if&gt;
-      &lt;xsl:if test=&quot;@result='Pending'&quot;&gt;&lt;span class=&quot;timing&quot;&gt;&lt;/span&gt;&lt;span class=&quot;skipped&quot;&gt;P&lt;/span&gt;&lt;/xsl:if&gt;
-      &lt;xsl:if test=&quot;@result='Fail'&quot;&gt;&lt;span class=&quot;failure&quot;&gt;
-        &lt;img src=&quot;Failed.png&quot; /&gt;
-      &lt;/span&gt;&lt;/xsl:if&gt;
+      &lt;xsl:if test=&quot;@result='Pending'&quot;&gt;&lt;span class=&quot;skipped&quot;&gt; P&lt;/span&gt;&lt;/xsl:if&gt;
+      &lt;xsl:if test=&quot;@result='Fail'&quot;&gt;&lt;span class=&quot;failure&quot;&gt;&lt;img src=&quot;Failed.png&quot; /&gt;&lt;/span&gt;&lt;/xsl:if&gt;
       &lt;xsl:if test=&quot;@result='Pass'&quot;&gt;&lt;span class=&quot;success&quot;&gt;&lt;img src=&quot;Passed.png&quot; /&gt;&lt;/span&gt;&lt;/xsl:if&gt;
-      &amp;#160;&lt;xsl:value-of select=&quot;@name&quot;/&gt;
+      &lt;xsl:value-of select=&quot;@name&quot;/&gt;
       &lt;xsl:if test=&quot;@result='Fail'&quot;&gt;
-        &lt;br/&gt;
-        &lt;blockquote&gt; &lt;xsl:value-of select=&quot;child::node()/message&quot;/&gt;
+        &lt;blockquote&gt; 
+          &lt;xsl:value-of select=&quot;child::node()/message&quot;/&gt;
         &lt;/blockquote&gt;
       &lt;/xsl:if&gt;
       &lt;br clear=&quot;all&quot; /&gt;</diff>
      <filename>xUnit.GWT/HtmlReporter.xslt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b53bc5d1fc3b4212f03ffc4134198b37652b6853</id>
    </parent>
  </parents>
  <author>
    <name>Ben Hall</name>
    <email>Ben@BenHall.me.uk</email>
  </author>
  <url>http://github.com/BenHall/xUnit.GWT/commit/346dd4a8049c1fa1f21dc07748f98628199527e0</url>
  <id>346dd4a8049c1fa1f21dc07748f98628199527e0</id>
  <committed-date>2009-06-15T04:12:22-07:00</committed-date>
  <authored-date>2009-06-15T04:12:22-07:00</authored-date>
  <message>Changes to the reporting aspect</message>
  <tree>a6b2c28755d7c0de131a1631f4716217b68cfee7</tree>
  <committer>
    <name>Ben Hall</name>
    <email>Ben@BenHall.me.uk</email>
  </committer>
</commit>
