[Pkg-javascript-commits] [leaflet-markercluster] 360/479: Add all the new test files to the html runner
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 16:00:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit 4307e559b7592ea8fd5033aa5c180f3eb05935cb
Author: danzel <danzel at localhost.geek.nz>
Date: Fri Jun 14 14:47:05 2013 +1200
Add all the new test files to the html runner
---
spec/index.html | 4 +++-
spec/suites/AddLayers.js | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/spec/index.html b/spec/index.html
index 033f03c..2866d21 100644
--- a/spec/index.html
+++ b/spec/index.html
@@ -30,7 +30,9 @@
<script type="text/javascript" src="suites/SpecHelper.js"></script>
<script type="text/javascript" src="suites/LeafletSpec.js"></script>
- <script type="text/javascript" src="suites/AddLayerSpec.js"></script>
+ <script type="text/javascript" src="suites/AddLayer.SingleSpec.js"></script>
+ <script type="text/javascript" src="suites/AddLayer.MultipleSpec.js"></script>
+ <script type="text/javascript" src="suites/AddLayers.js"></script>
<script>
diff --git a/spec/suites/AddLayers.js b/spec/suites/AddLayers.js
index f70a62e..dfa0066 100644
--- a/spec/suites/AddLayers.js
+++ b/spec/suites/AddLayers.js
@@ -1,4 +1,4 @@
-describe('addLayer adding multiple markers', function () {
+describe('addLayers adding multiple markers', function () {
var map, div;
beforeEach(function () {
div = document.createElement('div');
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git
More information about the Pkg-javascript-commits
mailing list