From cb9fbc3dec8f3d815c2a034caa6612668738e584 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Mon, 18 Feb 2013 14:44:35 +0100 Subject: [PATCH] Add Proj4js to test framework --- build.py | 4 ++-- test/ol.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index 85f4246b36..e2c5264019 100755 --- a/build.py +++ b/build.py @@ -354,7 +354,7 @@ def proj4js_zip(t): if sys.platform == 'win32': - @target('test', '%(PHANTOMJS)s', INTERNAL_SRC, 'test/requireall.js', phony=True) + @target('test', '%(PHANTOMJS)s', INTERNAL_SRC, PROJ4JS, 'test/requireall.js', phony=True) def test(t): t.run(PHANTOMJS, 'test/phantom-jasmine/run_jasmine_test.coffee', 'test/ol.html') @@ -369,7 +369,7 @@ if sys.platform == 'win32': t.download('http://phantomjs.googlecode.com/files/' + os.path.basename(t.name)) else: - @target('test', INTERNAL_SRC, 'test/requireall.js', phony=True) + @target('test', INTERNAL_SRC, PROJ4JS, 'test/requireall.js', phony=True) def test(t): t.run('%(PHANTOMJS)s', 'test/phantom-jasmine/run_jasmine_test.coffee', 'test/ol.html') diff --git a/test/ol.html b/test/ol.html index d4e3191ac9..979397f83e 100644 --- a/test/ol.html +++ b/test/ol.html @@ -25,6 +25,7 @@ +