Index: openacs-4/packages/acs-automated-testing/www/index.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/index.adp,v
diff -u -r1.8 -r1.9
--- openacs-4/packages/acs-automated-testing/www/index.adp	7 Aug 2017 23:47:46 -0000	1.8
+++ openacs-4/packages/acs-automated-testing/www/index.adp	1 Dec 2017 17:59:07 -0000	1.9
@@ -26,7 +26,7 @@
 	  <td><a href="@servers.admin_login_url@">Admin</a></td>
           <td>@servers.description;noquote@</td>
           <td style="white-space:nowrap">@servers.install_date@</td>
-	  <if @servers.error_total_count@ eq 0>
+	  <if @servers.error_total_count;literal@ eq 0>
             <td style="background-color:green">@servers.error_total_count@</td>
 	  </if>
 	  <else>
Index: openacs-4/packages/acs-automated-testing/www/admin/index.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/admin/index.adp,v
diff -u -r1.18 -r1.19
--- openacs-4/packages/acs-automated-testing/www/admin/index.adp	7 Aug 2017 23:47:46 -0000	1.18
+++ openacs-4/packages/acs-automated-testing/www/admin/index.adp	1 Dec 2017 17:59:07 -0000	1.19
@@ -29,7 +29,7 @@
       href="/api-doc/proc-view?proc=aa%5fregister%5fcase">more info</a>)
                 </div>
 
-<p><if @stress@ eq 1>                
+<p><if @stress;literal@ true>                
       <a href="index?stress=0&amp;security_risk=@security_risk@&amp;by_package_key=@by_package_key@&amp;view_by=@view_by@&amp;by_category=@by_category@&amp;quiet=0" style="padding-top: 2px; padding-bottom: -2px;">
         <img src="/resources/acs-subsite/checkboxchecked.gif" style="border:0" height="13" width="13">
       </a>
@@ -41,7 +41,7 @@
     </else>
     Include Stress tests
 </p>
-<p><if @security_risk@ eq 1>                
+<p><if @security_risk;literal@ true>                
       <a href="index?stress=@stress@&amp;security_risk=0&amp;by_package_key=@by_package_key@&amp;view_by=@view_by@&amp;by_category=@by_category@&amp;quiet=0" style="padding-top: 2px; padding-bottom: -2px;">
         <img src="/resources/acs-subsite/checkboxchecked.gif" style="border:0" height="13" width="13">
       </a>
@@ -56,7 +56,7 @@
     </td>
 
     <td align="center" valign="top"> [
-      <if @quiet@ eq "1">
+      <if @quiet;literal@ true>
          <strong> quiet </strong> | 
          <a href="index?stress=@stress@&amp;security_risk=@security_risk@&amp;by_package_key=@by_package_key@&amp;view_by=@view_by@&amp;by_category=@by_category@&amp;quiet=0">verbose</a>
       </if><else>
@@ -115,7 +115,7 @@
           <tr class="even">
         </else>
         <td> <a href="index?stress=@stress@&amp;security_risk=@security_risk@&amp;by_package_key=@packageinfo.key@&amp;view_by=testcase&amp;quiet=@quiet@">@packageinfo.key@</a></td>
-        <if @packageinfo.total@ eq "0">
+        <if @packageinfo.total;literal@ eq 0>
           <td align="right">No data</td>
           <td align="right">-</td>
           <td align="right">-</td>
@@ -148,7 +148,7 @@
         <th>Fails</th>
     </tr>
     <multiple name="tests">
-      <if @tests.marker@ eq 1>
+      <if @tests.marker;literal@ true>
         <tr><td colspan="8" align="center" bgcolor="#c0f0c0"><strong>@tests.package_key@</strong></td></tr>
       </if>
         <if @tests.rownum@ odd>
Index: openacs-4/packages/acs-automated-testing/www/admin/testcase.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/admin/testcase.adp,v
diff -u -r1.17 -r1.18
--- openacs-4/packages/acs-automated-testing/www/admin/testcase.adp	7 Aug 2017 23:47:46 -0000	1.17
+++ openacs-4/packages/acs-automated-testing/www/admin/testcase.adp	1 Dec 2017 17:59:07 -0000	1.18
@@ -22,7 +22,7 @@
         <dt class="fail">Testcase failure error response:</dt>
         <dd>@testcase_on_error;noquote@</dd>
       </if>
-      <if @showsource@ eq 1>
+      <if @showsource;literal@ true>
         <multiple name="bodys">
           <dt>  Body @bodys.body_number@ source  </dt>
           <dd><pre>@bodys.body@</pre></dd>
@@ -31,7 +31,7 @@
     </dl>
   </div>
 
-  <if @showsource@ eq 0>
+  <if @showsource;literal@ false>
     [<a href="testcase?testcase_id=@testcase_id@&amp;package_key=@package_key@&amp;showsource=1&amp;quiet=@quiet@">
       show testcase source
     </a>]
@@ -50,7 +50,7 @@
   
   <p>
     <strong>Results</strong> 
-    [<if @quiet@ eq "1">
+    [<if @quiet;literal@ true>
       <strong> quiet </strong> | 
       <a href="@verbose_url@">verbose</a>
     </if><else>