[Bps-public-commit] Test-Chimps branch, master, updated. dedbc819532a774b2e6eb8d3b385047df923eefd

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Jun 23 22:20:03 EDT 2009


The branch, master has been updated
       via  dedbc819532a774b2e6eb8d3b385047df923eefd (commit)
      from  a94d1cb328a47dc3479ebf1c06efa07ad7129f38 (commit)

Summary of changes:
 examples/list.tmpl        |    7 +++++--
 lib/Test/Chimps/Howto.pod |    4 +++-
 2 files changed, 8 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit dedbc819532a774b2e6eb8d3b385047df923eefd
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Jun 24 10:16:07 2009 +0800

    update doc and examples

diff --git a/examples/list.tmpl b/examples/list.tmpl
index 3132d0b..fe65f54 100644
--- a/examples/list.tmpl
+++ b/examples/list.tmpl
@@ -82,7 +82,8 @@
             <td class="leftsep num"><% $report->duration %> sec</td>
             <td class="leftsep num"><% sprintf("%.2f", $report->total_ratio * 100) %>% ok</td>
 	    <td class="leftsep num tests_total"><span title="<% $report->total_seen %> total"><% $report->total_seen %></span>:</td>
-	    <td class="num tests_ok"><span title="<% $report->total_ok %> ok"><% $report->total_ok %></span>,</td>
+	    <td class="num tests_ok"><span title="<% $report->total_passed %>
+        ok"><% $report->total_passed %></span>,</td>
 	    <td class="num tests_failed"><span title="<% $report->total_failed %> failed"><% $report->total_failed %></span>,</td>
 	    <td class="num tests_todo"><span title="<% $report->total_todo %> todo"><% $report->total_todo %></span>,</td>
 	    <td class="num tests_skipped"><span title="<% $report->total_skipped %> skipped"><% $report->total_skipped %></span>,</td>
@@ -93,7 +94,7 @@
           <tr class="details" id="details_<% $report->id %>">
             <td colspan="11" class="report_details">
                 <span class="tests_total"><% $report->total_seen %> test cases</span>:<br />
-		<span class="tests_ok"><% $report->total_ok %> ok</span>,
+		<span class="tests_ok"><% $report->total_passed %> ok</span>,
 		<span class="tests_failed"><% $report->total_failed %> failed</span>,
 		<span class="tests_todo"><% $report->total_todo %> todo</span>,<br />
                 <span class="tests_skipped"><% $report->total_skipped %> skipped</span> and
@@ -131,3 +132,5 @@ revision
 committer
 duration
 </%doc>
+<%init>
+</%init>
diff --git a/lib/Test/Chimps/Howto.pod b/lib/Test/Chimps/Howto.pod
index 4437bd1..a257cbe 100644
--- a/lib/Test/Chimps/Howto.pod
+++ b/lib/Test/Chimps/Howto.pod
@@ -94,7 +94,9 @@ C</home/chimps/smoker-config.yml>:
       configure_cmd: perl Makefile.PL --defaultdeps && make
       revision: 5751
       root_dir: .
-      svn_uri: svn://svn.bestpractical.com/svn/bps-public/Test-Dependencies/trunk
+      repository:
+        uri: svn://svn.bestpractical.com/svn/bps-public/Test-Dependencies/trunk
+        type: SVN
 
 Most of the options are pretty straightforward (you can read about
 the rest in L<Test::Chimps::Smoker/"CONFIGURATION FILE">), but

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list