Author: laukpe
Date: Wed Sep 24 02:23:28 2008
New Revision: 807

Modified:
   trunk/proto/remote/test/argument_types.html

Log:
refactored test

Modified: trunk/proto/remote/test/argument_types.html
==============================================================================
--- trunk/proto/remote/test/argument_types.html (original)
+++ trunk/proto/remote/test/argument_types.html Wed Sep 24 02:23:28 2008
@@ -1,6 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
+<html><head>
   <style type="text/css">
 html {
   font-family: Arial,Helvetica,sans-serif;
@@ -53,8 +52,8 @@
   font-style: normal;
 }
   </style>
-  <title>Robot Test Cases</title>
-</head>
+  <title>Robot Test Cases</title></head>
+
 <body>
 <h1>Robot Test Cases</h1>
 <table border="1">
@@ -141,8 +140,7 @@
   </tbody>
 </table>
 <table border="1">
-  <colgroup span="99"><col class="name"><col class="action"><col
- class="arg" span="3"></colgroup> <thead> <tr>
+ <colgroup span="99"><col class="name"><col class="action"><col class="arg" span="3"></colgroup> <thead> <tr>
     <th>Test Case</th>
     <th>Action</th>
     <th>Argument</th>
@@ -449,7 +447,7 @@
       <td>Dictionary&nbsp;As Argument</td>
       <td>Argument Should Accepted</td>
       <td>Dictionary&nbsp;&nbsp;As Argument</td>
-      <td>{'one': 1, 'true': True}</td>
+      <td>{'one': 1, 'spam': 'eggs'}</td>
       <td><br>
       </td>
     </tr>
@@ -557,8 +555,7 @@
   </tbody>
 </table>
 <table border="1">
-  <colgroup span="99"><col class="name"><col class="action"><col
- class="arg" span="3"></colgroup> <thead> <tr>
+ <colgroup span="99"><col class="name"><col class="action"><col class="arg" span="3"></colgroup> <thead> <tr>
     <th>Keyword</th>
     <th>Action</th>
     <th>Argument</th>
@@ -630,5 +627,4 @@
   </thead> <tbody>
   </tbody>
 </table>
-</body>
-</html>
+</body></html>
\ No newline at end of file

Reply via email to