Skip to content

Commit b20f8a8

Browse files
author
Dane Springmeyer
committed
move tests to test/ dir + add new submodules
1 parent 4f3ae17 commit b20f8a8

385 files changed

Lines changed: 9 additions & 5 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
[submodule "tests/data"]
2-
path = tests/data
3-
url = git@github.com:mapnik/test-data.git
1+
[submodule "test/data-visual"]
2+
path = test/data-visual
3+
url = https://github.com/mapnik/test-data-visual.git
4+
[submodule "test/data"]
5+
path = test/data
6+
url = https://github.com/mapnik/test-data.git

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: cpp
22

33
git:
4-
submodules: false
4+
submodules: true
55
depth: 2
66

77
sudo: false

test/data

Submodule data added at d51e1cf

test/data-visual

Submodule data-visual added at 970fd09

tests/python_tests/agg_rasterizer_integer_overflow_test.py renamed to test/python_tests/agg_rasterizer_integer_overflow_test.py

File renamed without changes.

0 commit comments

Comments
 (0)