flesh out docs; split axisLineWIdth and gridLineWidth properties
[dygraphs.git] / auto_tests / README.html
index 0484e61..d5826b9 100644 (file)
@@ -17,16 +17,14 @@ To run tests:
   <li>From there, you start the test server and capture at least one slave
     browser.
     <ol>
-      <li>Run <code>java -jar ./auto_tests/lib/JsTestDriver.jar --port
+      <li>Run <code>java -jar ./auto_tests/lib/JsTestDriver-1.3.2.jar --port
         9876</code></li>
       <li>Open <a href="http://localhost:9876/capture">
         http://localhost:9876/capture</a> in the browser you want to use for
       your test.</li>
     </ol>
   </li>
-  <li>Run generate-combined.sh before every run since it's required (can we fix
-  this?</li>
-  <li>Run the tests with <code>java -jar ./auto_tests/lib/JsTestDriver.jar
+  <li>Run the tests with <code>java -jar ./auto_tests/lib/JsTestDriver-1.3.2.jar
       --tests all</code></li>
 </ul>