From c2e2c96dde01c39b12bb89489b6f52ba1b1bbf16 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 11 May 2015 16:51:58 -0700 Subject: [PATCH] #2789 is landed, update the contributing docs around adding more visual tests [skip ci] --- docs/contributing.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/contributing.markdown b/docs/contributing.markdown index bfe0a0ec5..e899c2ad7 100644 --- a/docs/contributing.markdown +++ b/docs/contributing.markdown @@ -21,6 +21,22 @@ Developers with commit access can update test data like: cd ../../ git commit test/data -m "update test-data submodule" +And the visual test data can up updated like: + + cd test/data-visual + git remote set-url origin git@github.com:mapnik/test-data-visual + git add styles/* images/* + git commit -a -m "add more visual tests" + +After updating the test data you can then do: + + # then go back to mapnik core + cd ../../ + # the submodule should be marked dirty + git status + # now commit the changes to the submodule + git commit -a -m "update visual tests and data" + ## Community Mapnik is a creative community focused on making beautiful maps with beautiful software.