Merge pull request #465 from danvk/callback-this
[dygraphs.git] / jsTestDriver.conf
index 2b411e2..e05fc7a 100644 (file)
@@ -3,8 +3,6 @@ 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:
-  - strftime/strftime-min.js
-  - rgbcolor/rgbcolor.js
   - dashed-canvas.js
   - dygraph-layout.js
   - dygraph-canvas.js
@@ -17,13 +15,15 @@ load:
   - dygraph-tickers.js
   - dygraph-dev.js
   - excanvas.js
-  # NOTE: we can't do plugins/*.js because the order is important.
-  - plugins/base.js
-  - plugins/annotations.js
-  - plugins/axes.js
-  - plugins/range-selector.js
-  - plugins/chart-labels.js
-  - plugins/grid.js
-  - plugins/legend.js
-  - plugins/install.js
+  - dygraph-plugin-base.js
+  - plugins/*.js
+  - dygraph-plugin-install.js
+  - datahandler/datahandler.js
+  - datahandler/default.js
+  - datahandler/default-fractions.js
+  - datahandler/bars.js
+  - datahandler/bars-error.js
+  - datahandler/bars-custom.js
+  - datahandler/bars-fractions.js
   - auto_tests/tests/*.js
+  - auto_tests/lib/jquery-1.4.2.js