tests pass
authorDan Vanderkam <dan@dygraphs.com>
Tue, 7 Jun 2011 04:36:17 +0000 (00:36 -0400)
committerDan Vanderkam <dan@dygraphs.com>
Tue, 7 Jun 2011 04:36:17 +0000 (00:36 -0400)
auto_tests/misc/local.html
dygraph-dev.js
generate-combined.sh
jsTestDriver.conf

index 57764b1..a451f8e 100644 (file)
@@ -6,10 +6,7 @@
   <!--[if IE]>
   <script type="text/javascript" src="../../excanvas.js"></script>
   <![endif]-->
-  <script type="text/javascript" src="../../strftime/strftime-min.js"></script>
-  <script type="text/javascript" src="../../rgbcolor/rgbcolor.js"></script>
-  <script type="text/javascript" src="../../dygraph-canvas.js"></script>
-  <script type="text/javascript" src="../../dygraph.js"></script>
+  <script type="text/javascript" src="../../dygraph-dev.js"></script>
 
   <!-- Scripts for automated tests -->
   <script type="text/javascript" src="../lib/jquery-1.4.2.js"></script>
index 3959863..1e7bada 100644 (file)
@@ -13,6 +13,7 @@
     var path = m[1];  // captured group, not the full match.
 
     // This list needs to be kept in sync w/ the one in generate-combined.sh
+    // and the one in jsTestDriver.conf.
     var source_files = [
       "strftime/strftime-min.js",
       "rgbcolor/rgbcolor.js",
index 4a3c920..d38772c 100755 (executable)
@@ -4,6 +4,7 @@
 # Pack all the JS together.
 
 # This list needs to be kept in sync w/ the one in dygraph-dev.js
+# and the one in jsTestDriver.conf.
 cat \
 dygraph-layout.js \
 dygraph-canvas.js \
index a566e8f..d6c2479 100644 (file)
@@ -1,8 +1,17 @@
 server: http://localhost:9876
 
+# This list needs to be kept in sync w/ the one in dygraph-dev.js
+# and the one in generate-combined.sh.
 load:
-  - dygraph.js
-  - dygraph-canvas.js
-  - rgbcolor/rgbcolor.js
   - strftime/strftime-min.js
+  - rgbcolor/rgbcolor.js
+  - dygraph-layout.js
+  - dygraph-canvas.js
+  - dygraph.js
+  - dygraph-utils.js
+  - dygraph-gviz.js
+  - dygraph-interaction-model.js
+  - dygraph-options-reference.js
+  - dygraph-dev.js
+  - excanvas.js
   - auto_tests/tests/*.js