Skip to content

Commit

Permalink
Move coreValidator test to test/spec/core/validator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Apr 5, 2019
1 parent 8b1c055 commit 82a9375
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
<script src='spec/core/graph.js'></script>
<script src='spec/core/history.js'></script>
<script src='spec/core/tree.js'></script>
<script src='spec/core/validator.js'></script>

<script src='spec/geo/extent.js'></script>
<script src='spec/geo/geo.js'></script>
Expand Down Expand Up @@ -150,7 +151,6 @@
<script src='spec/util/session_mutex.js'></script>
<script src='spec/util/util.js'></script>

<script src='spec/validations/validator.js'></script>
<script src='spec/validations/almost_junction.js'></script>
<script src='spec/validations/crossing_ways.js'></script>
<script src='spec/validations/disconnected_way.js'></script>
Expand Down
File renamed without changes.

0 comments on commit 82a9375

Please sign in to comment.