Skip to content

Conversation

edjafarov
Copy link
Contributor

As a first step for improving tests and test coverage start running tests through testacular.

edjafarov and others added 3 commits January 20, 2013 05:04
* 'master' of git://github.com/Leaflet/Leaflet:
  Escape URI component in getParamString
  update build and changelog
  hasLayer not checking for null Return false when checking for a null object in L.Map.hasLayer, in response to issue Leaflet#1282.
  Fix js typo
  Add hasLayer to LayerGroup Add the method hasLayer to LayerGroup, return false when not present or checking for a null layer.
  condition on one line
  Revert "whitespace fix?"
  whitespace fix?
  whitespace again
  Trying to fix whitespace
  Simplify features check
  Handle arrays of feature collections

var libSources = [];
for(var dep in deps){
libSources = libSources.concat(deps[dep].src);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's better to get the list with getFiles method in build.js for consistency (it just needs to be exported). It filters out duplicates, etc.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, no problem I will export it!

@edjafarov
Copy link
Contributor Author

yeeee!
Done!

mourner added a commit that referenced this pull request Jan 31, 2013
add testacular runner for jasmine tests
@mourner mourner merged commit a63c901 into Leaflet:master Jan 31, 2013
@mourner
Copy link
Member

mourner commented Jan 31, 2013

Yay :)

edjafarov added a commit to edjafarov/Leaflet that referenced this pull request Jan 31, 2013
mourner added a commit that referenced this pull request Jan 31, 2013
my #1326  pull broke debug html pages. Pls merge the fix that adds deps script to all of those.
edjafarov added a commit to edjafarov/Leaflet that referenced this pull request Feb 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants