[Checkins] SVN: z3c.coverage/trunk/ Change "Unit test coverage" to "Test coverage" in the title -- it works

Marius Gedminas marius at pov.lt
Thu Feb 21 14:40:41 EST 2008


Log message for revision 84122:
  Change "Unit test coverage" to "Test coverage" in the title -- it works
  perfectly fine for functional tests too.
  
  

Changed:
  U   z3c.coverage/trunk/CHANGES.txt
  U   z3c.coverage/trunk/src/z3c/coverage/coveragereport.py

-=-
Modified: z3c.coverage/trunk/CHANGES.txt
===================================================================
--- z3c.coverage/trunk/CHANGES.txt	2008-02-21 19:33:22 UTC (rev 84121)
+++ z3c.coverage/trunk/CHANGES.txt	2008-02-21 19:40:41 UTC (rev 84122)
@@ -9,6 +9,8 @@
   failures.
 - Bug: the logic for ignoring unit and functional test modules also used to
   ignore modules and packages called 'testing'.
+- Change "Unit test coverage" to "Test coverage" in the title -- it works
+  perfectly fine for functional tests too.
 
 1.1.1 (2008-01-31)
 ------------------

Modified: z3c.coverage/trunk/src/z3c/coverage/coveragereport.py
===================================================================
--- z3c.coverage/trunk/src/z3c/coverage/coveragereport.py	2008-02-21 19:33:22 UTC (rev 84121)
+++ z3c.coverage/trunk/src/z3c/coverage/coveragereport.py	2008-02-21 19:40:41 UTC (rev 84122)
@@ -242,7 +242,7 @@
 
 HEADER = """
     <html>
-      <head><title>Unit test coverage for %(name)s</title>
+      <head><title>Test coverage for %(name)s</title>
       <style type="text/css">
         a {text-decoration: none; display: block; padding-right: 1em;}
         a:hover {background: #EFA;}
@@ -251,7 +251,7 @@
         .footer {margin: 2em; font-size: small; color: gray;}
       </style>
       </head>
-      <body><h1>Unit test coverage for %(name)s</h1>
+      <body><h1>Test coverage for %(name)s</h1>
       <table>
     """
 



More information about the Checkins mailing list